Replace Ticket Tags
Request
PUT /tickets/{ticketId}/tagsQuery Parameters
Name
Type
Required
Comments
Request Body
[
{
"id": 1386,
"text": "Email"
},
{
"id": 1387,
"text": "Important"
}
]Response
Last updated
Was this helpful?