Update channel visibility
PUT/channels/:channelId/visibility
Update a Channel
's visibility by the channelId
. With the role Publisher
or higher, it is possible to set a Channel
's visibility to public
. In combination with the Streamdiver Public Portal, a public
Channel
will then be listed in the portal, and becomes publicly accessible. Channels
with visibility shared
will be 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.