Loading...
Publish an item of media for a product.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/media/{id}/publish', { method: 'POST', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "type": "text", "description": "text", "status": "text", "filename": "text", "contentType": "text", "url": "text" }