Management APIChannel management

Edit Tag Channel

👨‍💼 Requires Administrator Permissions (Admin)

PUT
/api/channel/tag

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

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

How is this guide?