Skip to content

Commit 585645b

Browse files
ranbelsdnts
authored andcommitted
Update service-tokens.mdx (cloudflare#22797)
1 parent 3d5fc4f commit 585645b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/identity/service-tokens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To authenticate using a single header:
6363
2. Add the header to any HTTP request. For example,
6464

6565
```sh
66-
curl -H "Authorization: {"CF-Access-Client-Id": "<CLIENT_ID>", "CF_Access-Client-Secret": "<CLIENT_SECRET>"}" https://app.example.com
66+
curl -H "Authorization: {\"cf-access-client-id\": \"<CLIENT_ID>\", \"cf-access-client-secret\": \"<CLIENT_SECRET>\"}" https://app.example.com
6767
```
6868

6969
### Subsequent requests

0 commit comments

Comments
 (0)