This endpoint resets the state of a ticket.
Tickets may have 4 states:

  1. Closed
  2. Open
  3. Pending
  4. Snoozed

    Note, it is not possible to set to Snoozed via this endpoint.

Path Params
integer
required

Unique identifier for a ticket.

Query Params
string
required
Defaults to Open

New state to be applied to ticket.

boolean
Defaults to false

Switch to determine whether ticket is returned in the response body.

boolean
Defaults to true

Switch to determine whether a message is sent to the client indicating the ticket's state has changed.

boolean
Defaults to true

Switch to determine whether webhook is triggered. If set to False, no event will be sent on this change.

Body Params
tags
array of strings

Tags to add to the ticket.
Required when there is a minimum tag requirement, and the ticket has no tags.

tags
string

Summery to add to the ticket.
Required when summery is a requirement, and the ticket doesn't have a summery.

Responses

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json