You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/admin_api/rooms.md
+4
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,10 @@ The following query parameters are available:
36
36
- the room's name,
37
37
- the local part of the room's canonical alias, or
38
38
- the complete (local and server part) room's id (case sensitive).
39
+
*`public_rooms` - Optional flag to filter public rooms. If `true`, only public rooms are queried. If `false`, public rooms are excluded from
40
+
the query. When the flag is absent (the default), **both** public and non-public rooms are included in the search results.
41
+
*`empty_rooms` - Optional flag to filter empty rooms. A room is empty if joined_members is zero. If `true`, only empty rooms are queried. If `false`, empty rooms are excluded from
42
+
the query. When the flag is absent (the default), **both** empty and non-empty rooms are included in the search results.
0 commit comments