Update Parameter Group

Update an existing parameter group

put

The parameter group ID is provided in the route.

Path parameters
idstringRequired

The ID of the parameter group to update.

Body
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
labelstringOptional

The translatable label for the parameter group

Example: Customer Information
descriptionstring · nullableOptional

The optional description providing additional context for the parameter group

Example: Basic customer details and contact information
isDeletedbooleanOptional

Indicates whether the parameter group has been marked as deleted

Example: false
Responses
put
/public/v1/helpdesk/parameter-groups/{id}

Last updated

Was this helpful?