diff --git a/src/content/docs/api-shield/security/graphql-protection/index.mdx b/src/content/docs/api-shield/security/graphql-protection/index.mdx index 259bea7c7c5a9e3..5cc09df350e5f6c 100644 --- a/src/content/docs/api-shield/security/graphql-protection/index.mdx +++ b/src/content/docs/api-shield/security/graphql-protection/index.mdx @@ -16,4 +16,4 @@ GraphQL malicious query protection is available for all API Shield customers. En ## Limitations -Our initial release is limited to parsing GraphQL `POST` bodies smaller than 5 KB. This limit will be lifted in a future release. Additionally, we currently inspect only `POST` requests with `content-types` of `application/json` or `application/graphql` where the queries do not contain fragments or multiple operations. Parsing and rules are limited to paths ending in `/graphql`. +Our initial release is limited to parsing GraphQL `POST` bodies smaller than 20 KB. This limit will be lifted in a future release. Additionally, we currently inspect only `POST` requests with `content-types` of `application/json` or `application/graphql` where the queries do not contain fragments or multiple operations. Parsing and rules are limited to paths ending in `/graphql`.