@@ -309,8 +309,9 @@ def create(
309309
310310 content: A valid mail server hostname.
311311
312- priority: Required for MX, SRV and URI records; unused by other record types. Records with
313- lower priorities are preferred.
312+ priority: Required for MX and URI records; ignored for other record types (but may still
313+ be returned by the API). Records with lower priorities are preferred. This field
314+ is to be deprecated in favor of the priority field within the data map.
314315
315316 proxied: Whether the record is receiving the performance and security benefits of
316317 Cloudflare.
@@ -1389,8 +1390,9 @@ def create(
13891390
13901391 data: Components of a URI record.
13911392
1392- priority: Required for MX, SRV and URI records; unused by other record types. Records with
1393- lower priorities are preferred.
1393+ priority: Required for MX and URI records; ignored for other record types (but may still
1394+ be returned by the API). Records with lower priorities are preferred. This field
1395+ is to be deprecated in favor of the priority field within the data map.
13941396
13951397 proxied: Whether the record is receiving the performance and security benefits of
13961398 Cloudflare.
@@ -1775,8 +1777,9 @@ def update(
17751777
17761778 content: A valid mail server hostname.
17771779
1778- priority: Required for MX, SRV and URI records; unused by other record types. Records with
1779- lower priorities are preferred.
1780+ priority: Required for MX and URI records; ignored for other record types (but may still
1781+ be returned by the API). Records with lower priorities are preferred. This field
1782+ is to be deprecated in favor of the priority field within the data map.
17801783
17811784 proxied: Whether the record is receiving the performance and security benefits of
17821785 Cloudflare.
@@ -2906,8 +2909,9 @@ def update(
29062909
29072910 data: Components of a URI record.
29082911
2909- priority: Required for MX, SRV and URI records; unused by other record types. Records with
2910- lower priorities are preferred.
2912+ priority: Required for MX and URI records; ignored for other record types (but may still
2913+ be returned by the API). Records with lower priorities are preferred. This field
2914+ is to be deprecated in favor of the priority field within the data map.
29112915
29122916 proxied: Whether the record is receiving the performance and security benefits of
29132917 Cloudflare.
@@ -3529,8 +3533,9 @@ def edit(
35293533
35303534 content: A valid mail server hostname.
35313535
3532- priority: Required for MX, SRV and URI records; unused by other record types. Records with
3533- lower priorities are preferred.
3536+ priority: Required for MX and URI records; ignored for other record types (but may still
3537+ be returned by the API). Records with lower priorities are preferred. This field
3538+ is to be deprecated in favor of the priority field within the data map.
35343539
35353540 proxied: Whether the record is receiving the performance and security benefits of
35363541 Cloudflare.
@@ -4660,8 +4665,9 @@ def edit(
46604665
46614666 data: Components of a URI record.
46624667
4663- priority: Required for MX, SRV and URI records; unused by other record types. Records with
4664- lower priorities are preferred.
4668+ priority: Required for MX and URI records; ignored for other record types (but may still
4669+ be returned by the API). Records with lower priorities are preferred. This field
4670+ is to be deprecated in favor of the priority field within the data map.
46654671
46664672 proxied: Whether the record is receiving the performance and security benefits of
46674673 Cloudflare.
@@ -5392,8 +5398,9 @@ async def create(
53925398
53935399 content: A valid mail server hostname.
53945400
5395- priority: Required for MX, SRV and URI records; unused by other record types. Records with
5396- lower priorities are preferred.
5401+ priority: Required for MX and URI records; ignored for other record types (but may still
5402+ be returned by the API). Records with lower priorities are preferred. This field
5403+ is to be deprecated in favor of the priority field within the data map.
53975404
53985405 proxied: Whether the record is receiving the performance and security benefits of
53995406 Cloudflare.
@@ -6472,8 +6479,9 @@ async def create(
64726479
64736480 data: Components of a URI record.
64746481
6475- priority: Required for MX, SRV and URI records; unused by other record types. Records with
6476- lower priorities are preferred.
6482+ priority: Required for MX and URI records; ignored for other record types (but may still
6483+ be returned by the API). Records with lower priorities are preferred. This field
6484+ is to be deprecated in favor of the priority field within the data map.
64776485
64786486 proxied: Whether the record is receiving the performance and security benefits of
64796487 Cloudflare.
@@ -6858,8 +6866,9 @@ async def update(
68586866
68596867 content: A valid mail server hostname.
68606868
6861- priority: Required for MX, SRV and URI records; unused by other record types. Records with
6862- lower priorities are preferred.
6869+ priority: Required for MX and URI records; ignored for other record types (but may still
6870+ be returned by the API). Records with lower priorities are preferred. This field
6871+ is to be deprecated in favor of the priority field within the data map.
68636872
68646873 proxied: Whether the record is receiving the performance and security benefits of
68656874 Cloudflare.
@@ -7989,8 +7998,9 @@ async def update(
79897998
79907999 data: Components of a URI record.
79918000
7992- priority: Required for MX, SRV and URI records; unused by other record types. Records with
7993- lower priorities are preferred.
8001+ priority: Required for MX and URI records; ignored for other record types (but may still
8002+ be returned by the API). Records with lower priorities are preferred. This field
8003+ is to be deprecated in favor of the priority field within the data map.
79948004
79958005 proxied: Whether the record is receiving the performance and security benefits of
79968006 Cloudflare.
@@ -8612,8 +8622,9 @@ async def edit(
86128622
86138623 content: A valid mail server hostname.
86148624
8615- priority: Required for MX, SRV and URI records; unused by other record types. Records with
8616- lower priorities are preferred.
8625+ priority: Required for MX and URI records; ignored for other record types (but may still
8626+ be returned by the API). Records with lower priorities are preferred. This field
8627+ is to be deprecated in favor of the priority field within the data map.
86178628
86188629 proxied: Whether the record is receiving the performance and security benefits of
86198630 Cloudflare.
@@ -9743,8 +9754,9 @@ async def edit(
97439754
97449755 data: Components of a URI record.
97459756
9746- priority: Required for MX, SRV and URI records; unused by other record types. Records with
9747- lower priorities are preferred.
9757+ priority: Required for MX and URI records; ignored for other record types (but may still
9758+ be returned by the API). Records with lower priorities are preferred. This field
9759+ is to be deprecated in favor of the priority field within the data map.
97489760
97499761 proxied: Whether the record is receiving the performance and security benefits of
97509762 Cloudflare.
0 commit comments