Skip to main content
POST
Move Ticket To Team

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ticket_id
string
required

The ID of the ticket to move. The owning (source) team is resolved server-side; callers do not (and must not) supply it.

Body

application/json
newTeamId
string

The ID of the team to move the ticket to.

Response

200 - application/json

Success

The response is of type MoveTicketToTeamResponse · object.