Publish the terms for a product.
#227:
Change request updated 2 months ago
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/terms/{id}/publish', { method: 'POST', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "description": "text", "displayOrder": 0, "status": "text" }