Replace Ticket Tags
Last updated
Was this helpful?
All API requests should contain authorization headers.
PUT /tickets/{ticketId}/tagsticketId
integer
yes
Id of ticket 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
}