Loading...
Update the media for a product.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/media/{id}', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }