Update Parameter Group
Updates a parameter group for a given product.
put
Path parameters
productIdstringRequired
idstringRequired
Body
namestring | nullableOptional
labelstring | nullableOptional
descriptionstring | nullableOptional
displayOrderinteger · int32 | nullableOptional
defaultboolean | nullableOptional
Responses
200
OK
application/json
400
Bad Request
application/json
403
Forbidden
application/json
500
Internal Server Error
put
PUT /public/v1/catalog/products/{productId}/parameter-groups/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 83
{
"name": "text",
"label": "text",
"description": "text",
"displayOrder": 1,
"default": true
}
{
"id": "text",
"audit": {
"created": {
"at": "2025-08-06T09:32:32.155Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-08-06T09:32:32.155Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"label": "text",
"description": "text",
"displayOrder": 1,
"default": true,
"parameterCount": 1,
"product": {
"id": "text",
"name": "text",
"externalIds": {
"operations": "text"
},
"icon": "text",
"status": "text"
}
}
Last updated
Was this helpful?