Skip to content
Snippets Groups Projects
Unverified Commit 2301a09d authored by ew-at-vier's avatar ew-at-vier Committed by GitHub
Browse files

Fix admin api documentation typo (#15805)


* Fix admin api documentation typo

Signed-off-by: default avatarEric Wolf <eric.wolf@vier.ai>
parent 887fa4b6
No related branches found
No related tags found
No related merge requests found
Fix a typo in the [Admin API](https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/index.html).
...@@ -419,7 +419,7 @@ The following query parameters are available: ...@@ -419,7 +419,7 @@ The following query parameters are available:
* `from` (required) - The token to start returning events from. This token can be obtained from a prev_batch * `from` (required) - The token to start returning events from. This token can be obtained from a prev_batch
or next_batch token returned by the /sync endpoint, or from an end token returned by a previous request to this endpoint. or next_batch token returned by the /sync endpoint, or from an end token returned by a previous request to this endpoint.
* `to` - The token to spot returning events at. * `to` - The token to stop returning events at.
* `limit` - The maximum number of events to return. Defaults to `10`. * `limit` - The maximum number of events to return. Defaults to `10`.
* `filter` - A JSON RoomEventFilter to filter returned events with. * `filter` - A JSON RoomEventFilter to filter returned events with.
* `dir` - The direction to return events from. Either `f` for forwards or `b` for backwards. Setting * `dir` - The direction to return events from. Either `f` for forwards or `b` for backwards. Setting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment