Skip to content

Commit c9a3079

Browse files
author
Janik Rabe
committed
DNS-11760: Add changelog entry for search-multiple-names-or-contents deprecation
1 parent 60259a9 commit c9a3079

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Searching for multiple names or contents
3+
description: Cloudflare is removing an undocumented method of searching for multiple DNS record names or contents.
4+
date: 2025-05-26T08:00:00Z
5+
---
6+
7+
Cloudflare is removing the ability to search for multiple names or contents with a single API request.
8+
This behavior was never documented and conflicts with our public API reference.
9+
10+
For example, the following queries will no longer work:
11+
12+
```
13+
/dns_records?name=www,ftp
14+
/dns_records?content=127.0.0.1,127.0.0.2
15+
```
16+
17+
More information and possible alternatives can be found in the [deprecation announcement](https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2025-02-21).
18+
19+
This change may take up to 4 weeks to fully roll out.

0 commit comments

Comments
 (0)