Image uploading
Получение ссылки для загрузки изображения товара
post/image-upload-url
Request body
Example request
{
"contentType": "image/jpeg"
}Response
ОК.
Example response
{
"headers": {
"Content-Type": [
"image/jpeg"
]
},
"method": "PUT",
"expires": 1632137293751
}Changes
No recorded changes to this endpoint across all 1 revision of this API.