Last updated 1 year ago
Was this helpful?
All API requests should contain .
PUT /tickets/{ticketId}/replies/{replyId}/tags
ticketId
integer
yes
Id of ticket you want to replace tags
replyId
Id of reply you want to replace tags
Body of request should contain the following array of models serialized to JSON.
[ { "id": 1386, "text": "Email" }, { "id": 1387, "text": "Important" } ]
{ "data": {}, "errorCode": -1, "errorText": null }