Update Queue
Path parameters
idstringRequired
The ID of the queue to update.
Body
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
descriptionstringOptional
Gets or sets the description associated with the queue.
externalIdstring · nullableOptional
Gets or sets the optional external identifier associated with the queue.
statusstring · enumOptionalPossible values:
defaultbooleanOptional
Indicates whether this queue is the default queue.
internalbooleanOptional
Indicates whether this queue is internal.
isDeletedbooleanOptional
Indicates whether the queue has been marked as deleted.
Responses
200
OK
application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
descriptionstringOptional
Gets or sets the description associated with the queue.
externalIdstring · nullableOptional
Gets or sets the optional external identifier associated with the queue.
statusstring · enumOptionalPossible values:
defaultbooleanOptional
Indicates whether this queue is the default queue.
internalbooleanOptional
Indicates whether this queue is internal.
isDeletedbooleanOptional
Indicates whether the queue has been marked as deleted.
403
Forbidden
application/json
404
Not Found
application/json
415
Unsupported Media Type
application/json
500
Internal Server Error
put
/public/v1/helpdesk/queues/{id}Last updated
Was this helpful?