mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Improve documentation for /_synapse/admin/v1/rooms/<room_id>/timestamp_to_event
(#16631)
This commit is contained in:
parent
0e36a57b60
commit
4dd18bdc2e
1
changelog.d/16631.doc
Normal file
1
changelog.d/16631.doc
Normal file
@ -0,0 +1 @@
|
||||
Update parameter information for the `/timestamp_to_event` admin API.
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user