Skip to main content
PUT
Set Ticket Custom Field Values

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 set custom field values for.

Body

application/json
fieldValues
EntityFieldValueInput · object[]

The field values to set. Use field_key to identify fields (e.g. "custom-gmin").

Response

Success

data
EntityFieldValue · object[]

The updated field values for the ticket.