mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-02 07:04:09 +02:00
Compare commits
3 commits
eaf55d82a8
...
75b8a74269
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75b8a74269 | ||
|
|
619c667aa6 | ||
|
|
904736ef0f |
|
|
@ -0,0 +1 @@
|
|||
The `prev_batch` token from `/sync` can be used as the `from` value in `GET /rooms/{roomId}/relations/{eventId}`.
|
||||
|
|
@ -254,7 +254,7 @@ components:
|
|||
|
||||
Can be a `next_batch` or `prev_batch` token from a previous call, or a returned
|
||||
`start` token from [`/messages`](/client-server-api/#get_matrixclientv3roomsroomidmessages),
|
||||
or a `next_batch` token from [`/sync`](/client-server-api/#get_matrixclientv3sync).
|
||||
or a `prev_batch` token from [`/sync`](/client-server-api/#get_matrixclientv3sync).
|
||||
required: false
|
||||
example: page2_token
|
||||
schema:
|
||||
|
|
|
|||
Loading…
Reference in a new issue