diff --git a/src/content/docs/cloudflare-one/account-limits.mdx b/src/content/docs/cloudflare-one/account-limits.mdx index d0fa0d469ec8bc..134fa41101c396 100644 --- a/src/content/docs/cloudflare-one/account-limits.mdx +++ b/src/content/docs/cloudflare-one/account-limits.mdx @@ -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 | diff --git a/src/content/docs/cloudflare-one/policies/gateway/lists.mdx b/src/content/docs/cloudflare-one/policies/gateway/lists.mdx index 9066460a9c7a89..6550528bc25a2b 100644 --- a/src/content/docs/cloudflare-one/policies/gateway/lists.mdx +++ b/src/content/docs/cloudflare-one/policies/gateway/lists.mdx @@ -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. diff --git a/src/content/docs/waf/tools/lists/lists-api/index.mdx b/src/content/docs/waf/tools/lists/lists-api/index.mdx index c3826f2fceba85..4bbd447c341ede 100644 --- a/src/content/docs/waf/tools/lists/lists-api/index.mdx +++ b/src/content/docs/waf/tools/lists/lists-api/index.mdx @@ -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.