Update channel visibility
PUT/channels/:channelId/visibility
Updates a Channel
's visibility by its channelId
. A user with the role Publisher
or higher can set a Channel
's visibility to public
. In combination with the Streamdiver Public Portal, a public
Channel
will be listed in the portal and become publicly accessible. Channel
s with visibility shared
are hidden from the portal but can be accessed by anyone with the Channel
's share link.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.
Invalid data provided.