From 8ecb1b5e86f48da95e9da4bab6d397aaf52473f0 Mon Sep 17 00:00:00 2001 From: Patricia Loraine Santa Ana Date: Fri, 4 Oct 2024 10:32:57 -0700 Subject: [PATCH 1/2] sv2 availability --- .../docs/api-shield/security/schema-validation/index.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 From 278a12b938b897c12020174689b5ce9ef3f8a4a0 Mon Sep 17 00:00:00 2001 From: Patricia Loraine Santa Ana Date: Tue, 8 Oct 2024 10:54:57 -0700 Subject: [PATCH 2/2] updated plans table --- src/content/docs/api-shield/plans.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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