summary refs log tree commit diff
path: root/develop/admin_api
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-11-14 16:44:46 +0000
committerclokep <clokep@users.noreply.github.com>2023-11-14 16:44:46 +0000
commit2efb62ec855c1827a90d6bee2427fa2f1f2fd7f8 (patch)
treec9e065c0b8d8140d3737edf26277b47fc2322312 /develop/admin_api
parentdeploy: fb2554b11f5259fd14ca1b5e138a1bf36df93137 (diff)
downloadsynapse-2efb62ec855c1827a90d6bee2427fa2f1f2fd7f8.tar.xz
deploy: 4dd18bdc2efcb68947b96e1fddae8a62d37a6e68
Diffstat (limited to 'develop/admin_api')
-rw-r--r--develop/admin_api/rooms.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/develop/admin_api/rooms.html b/develop/admin_api/rooms.html

index dcc6af660a..52a771811d 100644 --- a/develop/admin_api/rooms.html +++ b/develop/admin_api/rooms.html
@@ -629,7 +629,8 @@ given timestamp. Defaults to <code>f</code>.</li> </ul> <p><strong>Response</strong></p> <ul> -<li><code>event_id</code> - converted from timestamp</li> +<li><code>event_id</code> - The event ID closest to the given timestamp.</li> +<li><code>origin_server_ts</code> - The timestamp of the event in milliseconds since the Unix epoch.</li> </ul> <h1 id="block-room-api"><a class="header" href="#block-room-api">Block Room API</a></h1> <p>The Block Room admin API allows server admins to block and unblock rooms,