Channel
Update a specific channel.
put/v1/channels/{channel-id}
Path parameters
channel-idstring required
The channel hash id.
Request body
Example request
{
"name": "Test Channel",
"critical": true,
"commands": true
}Response
OK
Example response
{
"status": 200,
"result": "62f0d2ebb7942db3608894f1"
}