diff --git a/src/content/docs/api-shield/plans.mdx b/src/content/docs/api-shield/plans.mdx index b2da4e32dfdd90..3efede5e0bf2e4 100644 --- a/src/content/docs/api-shield/plans.mdx +++ b/src/content/docs/api-shield/plans.mdx @@ -13,10 +13,10 @@ To subscribe to API Gateway, upgrade to an Enterprise plan and contact your acco Limits to endpoints apply to Endpoint Management and Schema Validation. Refer to the table below for limits based on your zone plan. -| Plan type | Saved endpoints | Uploaded schemas | Total uploaded schema size (MB) | Rule action | +| Plan type | Saved endpoints | Uploaded schemas | Total uploaded schema size | Rule action | | --- | --- | --- | --- | --- | -| **Free** | 100 | 3 | 1 | `Block` only | -| **Pro** | 200 | 4 | 2 | `Block` only | -| **Business** | 500 | 5 | 5 | `Block` only | -| **Enterprise without API Gateway** | 500 | 5 | 5 | `Log` or `Block` | -| **Enterprise with API Gateway** | 10,000 | 10+ | 10+ | `Log` or `Block` | \ No newline at end of file +| **Free** | 100 | 5 | 200 kB | `Block` only | +| **Pro** | 250 | 5 | 500 kB | `Block` only | +| **Business** | 500 | 10 | 2 MB | `Block` only | +| **Enterprise without API Gateway** | 500 | 5 | 5 MB | `Log` or `Block` | +| **Enterprise with API Gateway** | 10,000 | 10+ | 10+ MB | `Log` or `Block` | \ No newline at end of file diff --git a/src/content/docs/api-shield/security/schema-validation/index.mdx b/src/content/docs/api-shield/security/schema-validation/index.mdx index 08ab20bee62077..d0457415478a1c 100644 --- a/src/content/docs/api-shield/security/schema-validation/index.mdx +++ b/src/content/docs/api-shield/security/schema-validation/index.mdx @@ -300,6 +300,4 @@ Media-ranges can also be configured to enforce a `charset` parameter. For this, ## Availability -Schema Validation is available for all API Shield customers. - -Enterprise customers who have not purchased API Shield can preview [API Shield as a non-contract service](https://dash.cloudflare.com/?to=/:account/:zone/security/api-shield) in the Cloudflare dashboard or by contacting your account team. +Schema Validation is available for all customers. Refer to [Plans](/api-shield/plans/) for more information based on your plan type. \ No newline at end of file