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.
statusenumOptional
If provided, updates the ticket status. Omit to leave unchanged.
Allowed values:
assignee_user_idstringOptional
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
labelslist of strings
conversation_idslist of strings
ticket_commentslist of objects
turn_commentslist of objects
statusenum
sourceenum
created_at_unix_secsinteger
updated_at_unix_secsinteger
issue_typeenumOptional
first_seen_unix_secsintegerOptional
last_seen_unix_secsintegerOptional
qa_commentstringOptional
assignee_user_idstringOptional

Errors

422
Update Agent Conversation Ticket Route Request Unprocessable Entity Error