Skip to main content
PUT
Update HelpDeskMessage
Updates an existing HelpDeskMessage record. You must include the Id of the record to update along with all required fields.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the HelpDeskMessage-Edit role.

Enums

Request Body

Required Fields

integer
required
The Id of the HelpDeskMessage record to update.
integer
required
ID of the location that owns this support ticket; it is supplied from the agent context..
integer
required
ID of the customer who opened this support ticket..
string
required
Required ticket subject, up to 254 characters..
string
required
Required initial message describing the customer’s support request; multiline text is allowed..
integer
required
Ticket urgency: Low, Normal, High, or Critical; new tickets default to Normal when no priority is supplied..

Optional Fields

integer
Optional ID of the support department that receives the ticket and can trigger its task-list workflow..
boolean
Whether the ticket is closed; closing records the closure time and reopening clears it..
integer
Optional ID of the staff user currently assigned to own the ticket..
string
URL of a new file to upload as the image.
boolean
Set to true to remove the current image file.
integer
System-managed ID of the AI channel session that escalated this ticket; do not set it through help desk ticket operations..

Code Examples

Response

200

integer
HTTP status code. 200 on success.
string
A human-readable message confirming the update.
object
Contains the Id of the updated record.
boolean
true if the helpdeskmessage was updated successfully.
array
null on success.
Example Response

400

string
A summary of the validation error(s), in the format PropertyName: error message.
any
null on validation failure.
object[]
Array of validation errors.
boolean
false when the request fails validation.
Example Response