#227:
Change request updated 4 months ago
Was this helpful?
Create terms for a product.
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/terms' \ --header 'Content-Type: application/json' \ --data '{ "name": "text", "description": "text", "displayOrder": 1 }'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "description": "text", "displayOrder": 1, "status": "text", "product": {} }