Skip to main content

UpdateTicket modifies an existing ticket.

PATCH 

/api/v1/ticketing/tickets/:id

Only provided fields are updated. For status changes with notes, use ChangeStatus. For assignments with notes, use AssignTicket.

Errors

  • NOT_FOUND: Ticket does not exist
  • INVALID_ARGUMENT: Invalid field values
  • PERMISSION_DENIED: Caller lacks ticket:write permission

Request

Responses

A successful response.