Update Ticket Custom Field Value
Last updated
Was this helpful?
All API requests should contain authorization headers.
PATCH /tickets/{ticketId}/customFieldsticketId
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 Custom Field value objects.
Last updated
Was this helpful?
Was this helpful?
{
"data": {},
"errorCode": -1,
"errorText": null
}