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