Was this helpful?
#330:
Change request updated 3 months ago
Creates a new parameter group for given product in the catalog
/v1/products/{productId}/parameter-groups
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/parameter-groups' \ --header 'Content-Type: application/json'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "label": "text", "description": "text", "displayOrder": 1, "isDefault": true, "parameterCount": 1, "product": {} }