Skip to content

Commit

Permalink
Some additional test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosousa committed Nov 14, 2023
1 parent 6a57e0a commit 392db02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/api-shield/management-and-monitoring/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ For more information on how Cloudflare uses variables in API Shield, refer to th

Cloudflare learns schema parameters via traffic inspection. For all endpoints saved to Endpoint Management, you can export OpenAPI schemas in `v3.0.0` format by hostname. You can also include learned schema parameters.

To protect your API with a learned schema, refer to [Schema Validation](/api-shield/security/schema-validation/#add-validation-by-applying-a-learned-schema-to-an-entire-hostname).
To protect your API with a learned schema, refer to [Schema Validation](/api-shield/security/schema-validation/#add-validation-learned-schema).

### Export a schema

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The term **Source Endpoint** refers to the endpoint managed by API Shield in End

## Process

You must add Source Endpoints to Endpoint Management through established methods, by [uploading a schema](/api-shield/security/schema-validation/#add-validation-by-uploading-a-schema), via [API Discovery](/api-shield/security/api-discovery/), or by [adding manually](/api-shield/management-and-monitoring/#add-endpoints-manually), before creating a Route.
You must add Source Endpoints to Endpoint Management through established methods, by [uploading a schema](/api-shield/security/schema-validation/#add-validation-upload-schema), via [API Discovery](/api-shield/security/api-discovery/), or by [adding manually](/api-shield/management-and-monitoring/#add-endpoints-manually), before creating a Route.

To create a Route, you will need the operation ID of the Source Endpoint. To find the operation ID in the dashboard:

Expand Down
4 changes: 2 additions & 2 deletions content/api-shield/security/schema-validation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can migrate to Schema Validation 2.0 manually by uploading your schemas to t

Endpoints must be added to [Endpoint Management](/api-shield/management-and-monitoring/) for Schema Validation to protect them. Uploading a schema will automatically add endpoints, or you can manually add them from [API Discovery](/api-shield/security/api-discovery/).

### Add validation by uploading a schema
### Add validation by uploading a schema { #add-validation-upload-schema }

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
2. Select **Security** > **API Shield**.
Expand All @@ -32,7 +32,7 @@ Endpoints must be added to [Endpoint Management](/api-shield/management-and-moni
Changes may take a few minutes to process depending on the number of added endpoints.
{{</Aside>}}

### Add validation by applying a learned schema to a single endpoint
### Add validation by applying a learned schema to a single endpoint { #add-validation-learned-schema }

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
2. Select **Security** > **API Shield**.
Expand Down

0 comments on commit 392db02

Please sign in to comment.