Last updated 1 year ago
Was this helpful?
All API requests should contain .
PATCH /tickets/{ticketId}/customFields
ticketId
integer
yes
Id of ticket you want to update
Request Body
[ { "customFieldId": 95475, "value": "some text" }, { "customFieldId": 96340, "value": "+74216231562" } ]
Body of request should contain array of objects.
{ "data": {}, "errorCode": -1, "errorText": null }