Updates a parameter group for a given product.
#330:
Change request updated 2 months ago
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/parameter-groups/{id}', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "label": "text", "description": "text", "displayOrder": 0, "isDefault": false, "parameterCount": 0 }