Was this helpful?
#227:
Change request updated 3 months ago
Create new media for a product.
/v1/products/{productId}/media
Json representation of the media
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/media' \ --header 'Content-Type: multipart/form-data'
{ "markedForDelete": true, "mediaId": {}, "fileId": {}, "url": "text", "displayOrder": {}, "status": {}, "isDeleted": true, "domainEvents": [] }