Ticket API
Set Ticket Custom Field Values
Set custom field values on a ticket. Uses the ticket’s extension entity to store field values.
PUT
Set Ticket Custom Field Values
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the ticket to set custom field values for.
Body
application/json
The field values to set. Use field_key to identify fields (e.g. "custom-gmin").
Response
Success
The updated field values for the ticket.
Set Ticket Custom Field Values

