summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2022-07-12 14:31:30 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2022-07-12 14:31:30 +0000
commit74f9c7dd5039cfd1acee39687a0f9e67a50e2364 (patch)
treec8026d53f2a29ec096625ffbd0824976839e2311 /develop/print.html
parentdeploy: 6173d585df189a763256ed6dc4fcfb5aa26e5e5c (diff)
downloadsynapse-74f9c7dd5039cfd1acee39687a0f9e67a50e2364.tar.xz
deploy: 2d82cdafd23b5bcb597e776537e23c367e18d4ac
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html29
1 files changed, 21 insertions, 8 deletions
diff --git a/develop/print.html b/develop/print.html
index 5b0c386835..99ed937384 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -11271,6 +11271,7 @@ Specifically, rooms are selected if the search term is contained in</p>
 <li><code>guest_access</code> - Whether guests can join the room. One of: [&quot;can_join&quot;, &quot;forbidden&quot;].</li>
 <li><code>history_visibility</code> - Who can see the room history. One of: [&quot;invited&quot;, &quot;joined&quot;, &quot;shared&quot;, &quot;world_readable&quot;].</li>
 <li><code>state_events</code> - Total number of state_events of a room. Complexity of the room.</li>
+<li><code>room_type</code> - The type of the room taken from the room's creation event; for example &quot;m.space&quot; if the room is a space. If the room does not define a type, the value will be <code>null</code>.</li>
 </ul>
 </li>
 </ul>
@@ -11311,7 +11312,8 @@ get the &quot;previous page&quot; of results.</li>
       &quot;join_rules&quot;: &quot;invite&quot;,
       &quot;guest_access&quot;: null,
       &quot;history_visibility&quot;: &quot;shared&quot;,
-      &quot;state_events&quot;: 93534
+      &quot;state_events&quot;: 93534,
+      &quot;room_type&quot;: &quot;m.space&quot;
     },
     ... (8 hidden items) ...
     {
@@ -11328,7 +11330,8 @@ get the &quot;previous page&quot; of results.</li>
       &quot;join_rules&quot;: &quot;invite&quot;,
       &quot;guest_access&quot;: null,
       &quot;history_visibility&quot;: &quot;shared&quot;,
-      &quot;state_events&quot;: 8345
+      &quot;state_events&quot;: 8345,
+      &quot;room_type&quot;: null
     }
   ],
   &quot;offset&quot;: 0,
@@ -11355,7 +11358,8 @@ get the &quot;previous page&quot; of results.</li>
       &quot;join_rules&quot;: &quot;invite&quot;,
       &quot;guest_access&quot;: null,
       &quot;history_visibility&quot;: &quot;shared&quot;,
-      &quot;state_events&quot;: 8
+      &quot;state_events&quot;: 8,
+      &quot;room_type&quot;: null
     }
   ],
   &quot;offset&quot;: 0,
@@ -11382,7 +11386,8 @@ get the &quot;previous page&quot; of results.</li>
       &quot;join_rules&quot;: &quot;invite&quot;,
       &quot;guest_access&quot;: null,
       &quot;history_visibility&quot;: &quot;shared&quot;,
-      &quot;state_events&quot;: 93534
+      &quot;state_events&quot;: 93534,
+      &quot;room_type&quot;: null
     },
     ... (98 hidden items) ...
     {
@@ -11399,7 +11404,8 @@ get the &quot;previous page&quot; of results.</li>
       &quot;join_rules&quot;: &quot;invite&quot;,
       &quot;guest_access&quot;: null,
       &quot;history_visibility&quot;: &quot;shared&quot;,
-      &quot;state_events&quot;: 8345
+      &quot;state_events&quot;: 8345,
+      &quot;room_type&quot;: &quot;m.space&quot;
     }
   ],
   &quot;offset&quot;: 0,
@@ -11430,7 +11436,9 @@ parameter to the value of <code>next_token</code>.</p>
       &quot;join_rules&quot;: &quot;invite&quot;,
       &quot;guest_access&quot;: null,
       &quot;history_visibility&quot;: &quot;shared&quot;,
-      &quot;state_events&quot;: 93534
+      &quot;state_events&quot;: 93534,
+      &quot;room_type&quot;: &quot;m.space&quot;
+
     },
     ... (48 hidden items) ...
     {
@@ -11447,7 +11455,9 @@ parameter to the value of <code>next_token</code>.</p>
       &quot;join_rules&quot;: &quot;invite&quot;,
       &quot;guest_access&quot;: null,
       &quot;history_visibility&quot;: &quot;shared&quot;,
-      &quot;state_events&quot;: 8345
+      &quot;state_events&quot;: 8345,
+      &quot;room_type&quot;: null
+
     }
   ],
   &quot;offset&quot;: 100,
@@ -11478,6 +11488,8 @@ end of the list.</p>
 <li><code>guest_access</code> - Whether guests can join the room. One of: [&quot;can_join&quot;, &quot;forbidden&quot;].</li>
 <li><code>history_visibility</code> - Who can see the room history. One of: [&quot;invited&quot;, &quot;joined&quot;, &quot;shared&quot;, &quot;world_readable&quot;].</li>
 <li><code>state_events</code> - Total number of state_events of a room. Complexity of the room.</li>
+<li><code>room_type</code> - The type of the room taken from the room's creation event; for example &quot;m.space&quot; if the room is a space.
+If the room does not define a type, the value will be <code>null</code>.</li>
 </ul>
 <p>The API is:</p>
 <pre><code>GET /_synapse/admin/v1/rooms/&lt;room_id&gt;
@@ -11500,7 +11512,8 @@ end of the list.</p>
   &quot;join_rules&quot;: &quot;invite&quot;,
   &quot;guest_access&quot;: null,
   &quot;history_visibility&quot;: &quot;shared&quot;,
-  &quot;state_events&quot;: 93534
+  &quot;state_events&quot;: 93534,
+  &quot;room_type&quot;: &quot;m.space&quot;
 }
 </code></pre>
 <h1 id="room-members-api"><a class="header" href="#room-members-api">Room Members API</a></h1>