v1

latestOpenAPI 3.0.1MIT2026-07-174154134.3 KB
Channel

Update a specific channel.

put/v1/channels/{channel-id}

Path parameters

channel-idstring required

The channel hash id.

Request body

namestring
infoboolean
criticalboolean
commandsboolean

Example request

{
  "name": "Test Channel",
  "critical": true,
  "commands": true
}

Response

OK

statusnumber
resultstring

Example response

{
  "status": 200,
  "result": "62f0d2ebb7942db3608894f1"
}