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