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.
2 parents c1712b8 + 83bfa0b commit 0ced542Copy full SHA for 0ced542
openapi.yaml
@@ -3549,8 +3549,9 @@ paths:
3549
- Image data must be uploaded within 24 hours of creation or the
3550
upload will be cancelled and the image deleted.
3551
3552
- - Image uploads should be made as an HTTP PUT request to the returned `upload_url`, with a
3553
- `Content-type: application/octet-stream` header included in the request. For example:
+ - Image uploads should be made as an HTTP PUT request to the URL returned in the `upload_to`
+ response parameter, with a `Content-type: application/octet-stream` header included in the
3554
+ request. For example:
3555
3556
curl -v \
3557
-H "Content-Type: application/octet-stream" \
0 commit comments