You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/waf/tools/lists/lists-api/index.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,9 @@ To get started, review the Lists [JSON object](/waf/tools/lists/lists-api/json-o
21
21
22
22
## Rate limiting for Lists API requests
23
23
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.
25
25
26
-
Each operation (createor 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:
27
27
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