Replace ticket tags
Replaces all tags on the ticket with the supplied array.
| Path Parameters |
|---|
id string — REQUIREDThe ticket ID. |
| Query Parameters |
|---|
bot string — REQUIREDThe unique ID of the bot. |
| Request Body — REQUIRED |
|---|
tags string[] — REQUIRED |
| Responses | ||
|---|---|---|
200Tags replaced; the new tag set is returned.
| ||
400tags must be an array.
| ||
401Missing/invalid API key.
| ||
404Ticket not found.
| ||
429Rate limit exceeded.
| ||
500Internal server error.
|