Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Searching for multiple names or contents
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: Searching for multiple names or contents
title: Deprecation - Searching for multiple DNS record names or contents

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs more context in the title, otherwise sounds like it's a new feature we're rolling out.

description: Cloudflare is removing an undocumented method of searching for multiple DNS record names or contents.
date: 2025-05-26T08:00:00Z
---

Cloudflare is removing the ability to search for multiple names or contents with a single API request.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Cloudflare is removing the ability to search for multiple names or contents with a single API request.
Cloudflare is removing the ability to search for multiple names or contents with a single [`LIST` API request](/api/resources/dns/subresources/records/methods/list/).

This behavior was never documented and conflicts with our public API reference.

For example, the following queries will no longer work:

```
/dns_records?name=www,ftp
/dns_records?content=127.0.0.1,127.0.0.2
```

More information and possible alternatives can be found in the [deprecation announcement](/fundamentals/api/reference/deprecations/#2025-02-21).

This change may take up to 4 weeks to fully roll out.
Loading