diff options
author | Will Hunt <will@half-shot.uk> | 2023-11-14 16:43:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 11:43:44 -0500 |
commit | 4dd18bdc2efcb68947b96e1fddae8a62d37a6e68 (patch) | |
tree | 8569bda7b86b045071ee2455375f41648e3e1f81 /docs | |
parent | Remove whole table locks on push rule add/delete (#16051) (diff) | |
download | synapse-4dd18bdc2efcb68947b96e1fddae8a62d37a6e68.tar.xz |
Improve documentation for `/_synapse/admin/v1/rooms/<room_id>/timestamp_to_event` (#16631)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin_api/rooms.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md index 90b06045a8..ad011e5c36 100644 --- a/docs/admin_api/rooms.md +++ b/docs/admin_api/rooms.md @@ -536,7 +536,8 @@ The following query parameters are available: **Response** -* `event_id` - converted from timestamp +* `event_id` - The event ID closest to the given timestamp. +* `origin_server_ts` - The timestamp of the event in milliseconds since the Unix epoch. # Block Room API The Block Room admin API allows server admins to block and unblock rooms, |