Bulk update tickets

POST {{baseUrl}}/api/v1/tickets/updateMany

This API updates multiple tickets at once.

OAuth Scope

  • Desk.tickets.UPDATE

Attributes

Attribute NameData TypeDescription
ids (required)<list>
Array containing the IDs of the entities to update. The maximum number of IDs allowed is 50.
fieldName (required)<string>
max chars : 320
Name of the fieldĀ to update
fieldValue<string>
max chars : 320
Value in the field
isCustomField<boolean>
Key that denotes if the field is a user-defined field or not

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

&quot;&quot;