From d121001f40554d3ce3fe2a0af3b1045dbffa5e4e Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Fri, 30 May 2025 15:20:54 -0400 Subject: [PATCH] Update service-tokens.mdx --- src/content/docs/cloudflare-one/identity/service-tokens.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/identity/service-tokens.mdx b/src/content/docs/cloudflare-one/identity/service-tokens.mdx index 47a5da52f95443..50ac3447ce641d 100644 --- a/src/content/docs/cloudflare-one/identity/service-tokens.mdx +++ b/src/content/docs/cloudflare-one/identity/service-tokens.mdx @@ -63,7 +63,7 @@ To authenticate using a single header: 2. Add the header to any HTTP request. For example, ```sh - curl -H "Authorization: {"CF-Access-Client-Id": "", "CF_Access-Client-Secret": ""}" https://app.example.com + curl -H "Authorization: {\"cf-access-client-id\": \"\", \"cf-access-client-secret\": \"\"}" https://app.example.com ``` ### Subsequent requests