#227:
Change request updated 4 months ago
Was this helpful?
Updates a parameter group for a given product.
curl -L \ --request PUT \ --url 'https://api.platform.softwareone.com/public/v1/products/{productId}/parameter-groups/{id}' \ --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": {} }