diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-06-20 10:48:52 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-06-20 10:48:52 +0000 |
commit | 97a84a08d62f596724efcd739e7ba02aa65fc6e6 (patch) | |
tree | c82f3eb75053169ceb74e17286f1666670bcfa35 /develop/print.html | |
parent | deploy: 0f02f0b4da92229e88e27a92ea3bfa523457bfc1 (diff) | |
download | synapse-97a84a08d62f596724efcd739e7ba02aa65fc6e6.tar.xz |
deploy: 2301a09d7af2a7b1c85cceb9cc60eee895784c20
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html index 21693059e0..dd4487e66b 100644 --- a/develop/print.html +++ b/develop/print.html @@ -12888,7 +12888,7 @@ for a server admin: see <a href="admin_api/../usage/administration/admin_api/">A <ul> <li><code>from</code> (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.</li> -<li><code>to</code> - The token to spot returning events at.</li> +<li><code>to</code> - The token to stop returning events at.</li> <li><code>limit</code> - The maximum number of events to return. Defaults to <code>10</code>.</li> <li><code>filter</code> - A JSON RoomEventFilter to filter returned events with.</li> <li><code>dir</code> - The direction to return events from. Either <code>f</code> for forwards or <code>b</code> for backwards. Setting |