Skip to content

Commit a552a14

Browse files
authored
Edited example URL to be consistent with style guide
1 parent 2193f1b commit a552a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/fundamentals/api/how-to/create-via-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Combine the previous information to create a token as in the following example:
133133
<Tabs>
134134
<TabItem label="Account token">
135135
```bash
136-
curl "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/tokens" \
136+
curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/tokens" \
137137
--header "Authorization: Bearer <API_TOKEN>" \
138138
--header "Content-Type: application/json" \
139139
--data '{

0 commit comments

Comments
 (0)