UploadImage Product
POST
/products/{id}/image
UploadImage product.
Authorizations
BearerAuth
Type
HTTP (bearer)
Example
"Bearer ..."Parameters
Path Parameters
id*
ID of the resource
Type
Requiredinteger
Request Body
multipart/form-data
file
string
Required
The file to upload.
Format
"binary"Responses
Successful operation
application/json
{
}
