Skip to content

Commit 91ca2e9

Browse files
maxgoedjenmaheshwarip
authored andcommitted
[Images] Fix broken cURL command (#17191)
1 parent 6713511 commit 91ca2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/images/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Refer to [Find zone and account IDs](/fundamentals/setup/find-account-and-zone-i
1919
```bash
2020
curl --request POST \
2121
--url https://api.cloudflare.com/client/v4/accounts/<ACCOUNT_ID>/images/v1 \
22-
--header 'Authorization: <API_TOKEN> \
22+
--header 'Authorization: Bearer <API_TOKEN>' \
2323
--header 'Content-Type: multipart/form-data' \
2424
--form file=@./<YOUR_IMAGE.IMG>
2525
```

0 commit comments

Comments
 (0)