Skip to content

Commit 0bd52af

Browse files
[API Shield] Fix SV2 Availability (#17325)
* sv2 availability * updated plans table
1 parent 07c3819 commit 0bd52af

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

src/content/docs/api-shield/plans.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ To subscribe to API Gateway, upgrade to an Enterprise plan and contact your acco
1313

1414
Limits to endpoints apply to Endpoint Management and Schema Validation. Refer to the table below for limits based on your zone plan.
1515

16-
| Plan type | Saved endpoints | Uploaded schemas | Total uploaded schema size (MB) | Rule action |
16+
| Plan type | Saved endpoints | Uploaded schemas | Total uploaded schema size | Rule action |
1717
| --- | --- | --- | --- | --- |
18-
| **Free** | 100 | 3 | 1 | `Block` only |
19-
| **Pro** | 200 | 4 | 2 | `Block` only |
20-
| **Business** | 500 | 5 | 5 | `Block` only |
21-
| **Enterprise without API Gateway** | 500 | 5 | 5 | `Log` or `Block` |
22-
| **Enterprise with API Gateway** | 10,000 | 10+ | 10+ | `Log` or `Block` |
18+
| **Free** | 100 | 5 | 200 kB | `Block` only |
19+
| **Pro** | 250 | 5 | 500 kB | `Block` only |
20+
| **Business** | 500 | 10 | 2 MB | `Block` only |
21+
| **Enterprise without API Gateway** | 500 | 5 | 5 MB | `Log` or `Block` |
22+
| **Enterprise with API Gateway** | 10,000 | 10+ | 10+ MB | `Log` or `Block` |

src/content/docs/api-shield/security/schema-validation/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,4 @@ Media-ranges can also be configured to enforce a `charset` parameter. For this,
300300

301301
## Availability
302302

303-
Schema Validation is available for all API Shield customers.
304-
305-
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.
303+
Schema Validation is available for all customers. Refer to [Plans](/api-shield/plans/) for more information based on your plan type.

0 commit comments

Comments
 (0)