Sets the visibility of a room in the room directory
PUT {{baseUrl}}/directory/list/room/:roomId
Sets the visibility of a given room in the server's public room directory.
Servers may choose to implement additional access control checks here, for instance that room visibility can only be changed by the room creator or a server administrator.
Request Body
{"visibility"=>"public"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{}