For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create parameter group

Create a new parameter group

post

Creates a new parameter group from the request payload.

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
201

Created

application/json
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
post/public/v1/helpdesk/parameter-groups

Last updated

Was this helpful?