Update a user's channel
Required scope: channels.write
This method requires authentication
Enable or disable channel in their Restream Dashboard.
curl -X PATCH \ -H "Authorization: Bearer [access token]" \ -H "Content-Type: application/json" \ -d '{"active": true}' \ https://api.restream.io/v2/user/channel/123456
{ "active": true }
<Empty body>
{ "error": { "statusCode": 401, "status": 401, "code": 401, "message": "Invalid token: access token is invalid", "name": "invalid_token" } }