#227:
Change request updated 4 months ago
Was this helpful?
Create new media for a product.
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' \ --form 'media=[object Object]' \ --form 'file=binary'
{ "domainEvents": [], "markedForDelete": true, "mediaId": {}, "fileId": {}, "url": "text", "displayOrder": {}, "status": {}, "isDeleted": true }