Skip to content

Commit 929d9ad

Browse files
committed
[WAF] Update Lists API limits
1 parent 801dc40 commit 929d9ad

File tree

1 file changed

+4
-3
lines changed
  • src/content/docs/waf/tools/lists/lists-api

1 file changed

+4
-3
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.

0 commit comments

Comments
 (0)