Skip to content

Commit 9abea12

Browse files
committed
APISHI-4914: Update JWT route to new route
This is a fixup for `5201d05b646de24d4737c6c51f0f537bf16741df`. I've missed one instance.
1 parent 63541ab commit 9abea12

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/api-shield/security/jwt-validation

1 file changed

+1
-1
lines changed

src/content/docs/api-shield/security/jwt-validation/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The example below shows a JSON object with all of the information necessary to c
8888
Use cURL or any other API client tool to send the new configuration to Cloudflare’s API to enable JWT validation. Make sure to replace `{zone_id}` with the relevant zone ID and add your [authentication credentials](/fundamentals/api/get-started/create-token/) header.
8989

9090
```bash title="Example using cURL"
91-
curl "https://api.cloudflare.com/client/v4/zones/{zone_id}/api_gateway/token_validation" \
91+
curl "https://api.cloudflare.com/client/v4/zones/{zone_id}/token_validation/config" \
9292
--header 'Content-Type: application/json' \
9393
--data '{
9494
"title": "Production JWT configuration",

0 commit comments

Comments
 (0)