We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6713511 commit 91ca2e9Copy full SHA for 91ca2e9
src/content/docs/images/get-started.mdx
@@ -19,7 +19,7 @@ Refer to [Find zone and account IDs](/fundamentals/setup/find-account-and-zone-i
19
```bash
20
curl --request POST \
21
--url https://api.cloudflare.com/client/v4/accounts/<ACCOUNT_ID>/images/v1 \
22
- --header 'Authorization: <API_TOKEN> \
+ --header 'Authorization: Bearer <API_TOKEN>' \
23
--header 'Content-Type: multipart/form-data' \
24
--form file=@./<YOUR_IMAGE.IMG>
25
```
0 commit comments