Loading...
Create terms for a product.
Created
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/terms', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "description": "text", "status": "text" }