Management APIChannel management

Enable Tag Channel

👨‍💼 Requires Admin Permissions

POST
/api/channel/tag/enabled

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

tag?string

Response Body

curl -X POST "https://example.com/api/channel/tag/enabled" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?