Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/content/docs/cloudflare-one/account-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This page lists the default account limits for rules, applications, fields, and
| Lists | 100 |
| Entries per list (Standard users) | 1,000 |
| Entries per list (Enterprise users) | 5,000 |
| List API requests per minute | 60 |
| List API requests per minute | 600 |
| DNS Logpush jobs | 5 |
| HTTP Logpush jobs | 5 |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Lists cannot have duplicate entries. Because hostnames are converted to [Punycod

### API rate limit

You can send 60 requests to the [Gateway Lists](/api/resources/zero_trust/subresources/gateway/subresources/lists/) endpoint per minute. If you exceed the rate limit, Cloudflare will block subsequent requests for 120 seconds.
You can send 600 requests to the [Gateway Lists](/api/resources/zero_trust/subresources/gateway/subresources/lists/) endpoint per minute. If you exceed the rate limit, Cloudflare will block subsequent requests for 120 seconds.
2 changes: 1 addition & 1 deletion src/content/docs/waf/tools/lists/lists-api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Cloudflare may apply rate limiting to your API requests creating, modifying, or

Each operation (create, edit, or delete) on a list item counts as a modification. The following limits apply:

- The can make a maximum of 1,000,000 list item modifications in API requests over 12 hours.
- You can make a maximum of 1,000,000 list item modifications in API requests over 12 hours.
- You can make a maximum of 30,000 API requests over 12 hours doing list item modifications.
Loading