Skip to content

Commit 0abecd9

Browse files
pedrosousasdnts
authored andcommitted
[WAF] Update Lists API limits (cloudflare#22773)
1 parent a3ede99 commit 0abecd9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/content/docs/waf/tools/lists/lists-api/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ To get started, review the Lists [JSON object](/waf/tools/lists/lists-api/json-o
2121

2222
## Rate limiting for Lists API requests
2323

24-
Cloudflare may apply rate limiting to your API requests creating or deleting list items in custom lists and Bulk Redirect Lists.
24+
Cloudflare may apply rate limiting to your API requests creating, modifying, or deleting list items in custom lists and Bulk Redirect Lists.
2525

26-
Each operation (create or delete) on a list item counts as a change. The existing rate limit is based on the number of list changes over time. You can request a maximum of 10,000 list changes in five minutes.
26+
Each operation (create, edit, or delete) on a list item counts as a modification. The following limits apply:
2727

28-
Once the system has processed enough list changes so that they are under the threshold mentioned above, you can make additional API requests with more changes.
28+
- The can make a maximum of 1,000,000 list item modifications in API requests over 12 hours.
29+
- You can make a maximum of 30,000 API requests over 12 hours doing list item modifications.

src/content/partials/fundamentals/api-rate-limits.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Some specific API calls have their own limits and are documented separately, suc
2424
* [Cache Purge APIs](/cache/how-to/purge-cache/#availability-and-limits)
2525
* [GraphQL APIs](/analytics/graphql-api/limits/): 300 GraphQL queries over 5-minute window
2626
* [Rulesets APIs](/ruleset-engine/rulesets-api/#limits)
27-
* [Lists API](/waf/tools/lists/lists-api/#rate-limiting-for-lists-api-requests): 10,000 list changes in five minutes
28-
* Gateway Lists API: 60 list updates per minute
27+
* [Lists API](/waf/tools/lists/lists-api/#rate-limiting-for-lists-api-requests)
2928

3029
Enterprise customers can also [contact Cloudflare Support](/support/contacting-cloudflare-support/) to raise the Client API per user, GraphQL, or API token limits to a higher value.

0 commit comments

Comments
 (0)