Skip to main content
PUT
Update a ticket

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Tenant
number
required

Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.

Path Parameters

id
integer
required

The ticket identifier

Body

application/json
description
string

The ticket description.

Maximum string length: 5000
status
enum<string>

The ticket status.

Available options:
open,
processing,
resolved,
closed
type
enum<string>

The ticket type.

Available options:
general,
complaint,
side_effect,
request,
suggestion

The assigned user identifier.

Required range: x >= 1
position
string | null

The ticket position.

Maximum string length: 255

Response

success
string
required
data
TicketResource · object
required