Loading...
Create new media for a product.
Json representation of the media
Created
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/media', { method: 'POST', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
{ "domainEvents": [], "markedForDelete": false, "url": "text", "isDeleted": false }