Skip to main content

Replace ticket tags

Replaces all tags on the ticket with the supplied array.

Path Parameters
id string REQUIRED

The ticket ID.

Query Parameters
bot string REQUIRED

The unique ID of the bot.

Request Body REQUIRED
tags string[] REQUIRED
Responses
200

Tags replaced; the new tag set is returned.

Schema OPTIONAL
tags string[] OPTIONAL
400

tags must be an array.

Schema OPTIONAL
error string OPTIONAL

Human-readable error message.

401

Missing/invalid API key.

Schema OPTIONAL
error string OPTIONAL

Human-readable error message.

404

Ticket not found.

Schema OPTIONAL
error string OPTIONAL

Human-readable error message.

429

Rate limit exceeded.

Schema OPTIONAL
error string OPTIONAL

Human-readable error message.

500

Internal server error.

Schema OPTIONAL
error string OPTIONAL

Human-readable error message.