Skip to content

Commit 75d5854

Browse files
Fix indentation, date formatting, and backticks
1 parent 1464bac commit 75d5854

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ link: "/fundamentals/api/reference/deprecations/"
33
productName: API deprecations
44
productLink: "/fundamentals/"
55
entries:
6-
- publish_date: "2025-12-05"
6+
- publish_date: "2025-12-05"
77
title: "Authoritative DNS and DNS Firewall Legacy Analytics"
88
description: |-
9-
Deprecation date: December 2025
9+
Deprecation date: December 5, 2025
1010
11-
End of life date: 1st December 2026
11+
End of life date: December 1, 2026
1212
1313
The following REST APIs are deprecated and will reach their end of life on December 1, 2026.
14+
1415
* [DNS Analytics API](https://developers.cloudflare.com/api/resources/dns/subresources/analytics/)
1516
* [DNS Firewall Analytics API](https://developers.cloudflare.com/api/resources/dns_firewall/subresources/analytics/)
1617
17-
All existing functionality is fully supported by Cloudflares GraphQL Analytics API, which provides improved performance, flexibility, and long-term support.
18-
Integrations using the REST API need to be migrated to the new GraphQL API before Dec 1, 2026 in order to ensure uninterrupted service.
18+
All existing functionality is fully supported by Cloudflare's GraphQL Analytics API, which provides improved performance, flexibility, and long-term support. Integrations using the REST API need to be migrated to the new GraphQL API before December 1, 2026 in order to ensure uninterrupted service.
19+
1920
Deprecated APIs:
20-
* DNS Analytics API
21-
‘GET/zones/{zone_id}/dns_analytics/’
22-
* DNS Firewall Analytics API
23-
‘GET/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report’
21+
* `GET/zones/{zone_id}/dns_analytics/` (DNS Analytics API)
22+
* `GET/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report` (DNS Firewall Analytics API)
23+
2424
Replacements:
2525
* [GraphQL API for DNS Analytics](https://developers.cloudflare.com/analytics/graphql/dns-analytics/)
2626
* [GraphQL API for DNS Firewall Analytics](https://developers.cloudflare.com/analytics/graphql/dns-firewall-analytics/)

0 commit comments

Comments
 (0)