Channel Update

Update a user's channel

Info

Required scope: channels.write

Warning

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

Request Body

{
  "active": true
}

Response

Success
Error
<Empty body>