Skip to content

Commit c082541

Browse files
Add batch DNS record changes as alternative replacement
1 parent e34a437 commit c082541

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/content/release-notes/api-deprecations.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ entries:
2121
2222
Replacement behavior:
2323
24-
To change a record's type, clients must:
25-
* [Delete the existing DNS record](/api/resources/dns/subresources/records/methods/delete/)
24+
* [Delete the existing DNS record](/api/resources/dns/subresources/records/methods/delete/) and [Create a new DNS record](/api/resources/dns/subresources/records/methods/create/) with the desired type and content.
2625
2726
`DELETE /zones/{zone_id}/dns_records/{dns_record_id}`
28-
* [Create a new DNS record with the desired type and content](/api/resources/dns/subresources/records/methods/create/)
2927
3028
`POST /zones/{zone_id}/dns_records`
3129
30+
* Use the [Batch DNS records](/api/resources/dns/subresources/records/methods/batch/) API to perform both operations in a single request.
31+
32+
`POST /zones/{zone_id}/dns_records/batch`
33+
3234
Customers and integrations that rely on in-place record type updates must migrate to a delete-and-recreate workflow before June 30, 2026 to ensure uninterrupted service. After this date, attempts to change a record's type via update operations will no longer be supported.
3335
3436
- publish_date: "2025-12-09"

0 commit comments

Comments
 (0)