From 83bfa0b1145bba6f552a4130fbfd4079d0947297 Mon Sep 17 00:00:00 2001 From: nmelehan Date: Wed, 26 May 2021 10:30:22 -0400 Subject: [PATCH] Image Upload: fix upload_to vs upload_url text --- openapi.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 224ac805b..c22491565 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3549,8 +3549,9 @@ paths: - Image data must be uploaded within 24 hours of creation or the upload will be cancelled and the image deleted. - - Image uploads should be made as an HTTP PUT request to the returned `upload_url`, with a - `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 + request. For example: curl -v \ -H "Content-Type: application/octet-stream" \