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