Update ticket

This API endpoint allows you to update a specific ticket identified by an ID.

This functionality can be used to update parameters such as status, priority or assignment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Ticket ID

Body Params
string
enum

Ticket status

Allowed:
string
enum

Ticket priority

Allowed:
assigned
object | null
tag_ids
array of integers

Replaces the ticket's full tag set with the supplied IDs. Empty array removes all tags.

tag_ids
custom_fields
array of objects
length ≤ 100

Upserts the specified custom field values using merge semantics. Fields not in the payload are left unchanged.
Send value: null to remove the stored value for a field.

custom_fields
Responses
204

Ticket has been updated correctly

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; version=1