Skip to content

Commit

Permalink
Apply Hyperlint suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
  • Loading branch information
pedrosousa and hyperlint-ai[bot] authored Dec 30, 2024
1 parent 77613b1 commit 7555b56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/content/docs/images/upload-images/images-batch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/images/v1/batch

After getting your token, you can use it to make requests for:

- [Upload an image](https://developers.cloudflare.com/api/resources/images/subresources/v1/methods/create/) - `POST /images/v1`
- [Delete an image](https://developers.cloudflare.com/api/resources/images/subresources/v1/methods/delete/) - `DELETE /images/v1/{identifier}`
- [Image details](https://developers.cloudflare.com/api/resources/images/subresources/v1/methods/get/) - `GET /images/v1/{identifier}`
- [Update image](https://developers.cloudflare.com/api/resources/images/subresources/v1/methods/edit/) - `PATCH /images/v1/{identifier}`
- [List images V2](https://developers.cloudflare.com/api/resources/images/subresources/v2/methods/list/) - `GET /images/v2`
- [Direct upload V2](https://developers.cloudflare.com/api/resources/images/subresources/v2/subresources/direct_uploads/methods/create/) - `POST /images/v2/direct_upload`
- [Upload an image](/api/resources/images/subresources/v1/methods/create/) - `POST /images/v1`
- [Delete an image](/api/resources/images/subresources/v1/methods/delete/) - `DELETE /images/v1/{identifier}`
- [Image details](/api/resources/images/subresources/v1/methods/get/) - `GET /images/v1/{identifier}`
- [Update image](/api/resources/images/subresources/v1/methods/edit/) - `PATCH /images/v1/{identifier}`
- [List images V2](/api/resources/images/subresources/v2/methods/list/) - `GET /images/v2`
- [Direct upload V2](/api/resources/images/subresources/v2/subresources/direct_uploads/methods/create/) - `POST /images/v2/direct_upload`

These options use a different host and a different path with the same method, request, and response bodies.

Expand Down

0 comments on commit 7555b56

Please sign in to comment.