Update ticket

Update a ticket’s comment, status, and/or assignee. Requires editor access to the ticket’s agent.

Path parameters

agentqa_ticket_idstringRequired

Headers

xi-api-keystringOptional

Request

This endpoint expects an object.
statusenum or nullOptional
If provided, updates the ticket status. Omit to leave unchanged.
assignee_user_idstring or nullOptional
If provided, updates who is responsible for resolving this ticket. Must be a workspace member with at least viewer access to the agent. Pass null to unassign. Omit to leave unchanged.

Response

Successful Response
agentqa_ticket_idstring
workspace_idstring
owner_user_idstring
agent_idstring
needs_clusteringboolean
issue_typeenum or null
labelslist of strings
conversation_idslist of strings
first_seen_unix_secsinteger or null
last_seen_unix_secsinteger or null
qa_commentstring or null
ticket_commentslist of objects
turn_commentslist of objects
statusenum
sourceenum
assignee_user_idstring or null
created_at_unix_secsinteger
updated_at_unix_secsinteger

Errors

422
Unprocessable Entity Error