Skip to content

Commit 864952f

Browse files
committed
Add deprecation to DNS Records API - Remove eligible zones for custom nameservers endpoint
1 parent 5af8c4b commit 864952f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/content/changelogs/api-deprecations.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ productLink: "/fundamentals/"
55
productArea: Core platform
66
productAreaLink: /fundamentals/reference/changelog/platform/
77
entries:
8+
- publish_date: "2025-03-23"
9+
title: "Eligible Zones For Account Custom Nameservers"
10+
description: |-
11+
Deprecation date: March 23, 2025
12+
13+
Users can now add custom nameservers that are not part of a zone managed within their account. As a result, any zone is eligible for custom nameservers, regardless of whether it is managed by Cloudflare. Given this change, an endpoint to check for eligible zones is no longer relevant and is therefore being deprecated.
14+
15+
Deprecated APIs:
16+
- `GET /accounts/:account_id/custom_ns/availability`
17+
818
- publish_date: "2024-12-09"
919
title: "Access applications: self_hosted_domains"
1020
description: |-
@@ -176,7 +186,7 @@ entries:
176186
Instead, use the supported `name.startswith=value` syntax.
177187
- `name=ends_with:value`
178188
Instead, use the supported `name.endswith=value` syntax.
179-
- `name=one,two,three` (searching for one of multiple possible names, separated by commas)
189+
- `name=one,two,three` (searching for one of multiple possible names, separated by commas)
180190
Instead, make multiple requests, one for each possible `name`.
181191
Alternatively, if only querying the `name` field, the `?match=any&name=one&name=two&name=three` syntax can be used instead.
182192
This syntax has an extended deprecation date of May 23, 2025.

0 commit comments

Comments
 (0)