mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-13 11:47:48 +02:00
Note how to paginate using token returned by /context
It is unclear without deep familiarity of the spec for how to actually paginate messages given the tokens returned by `/context`. There's no mention of how anywhere else in this endpoint. Thus, a small pointer can go a long way.
This commit is contained in:
parent
160339e580
commit
53bb1f30d6
|
|
@ -79,10 +79,10 @@ paths:
|
|||
properties:
|
||||
start:
|
||||
type: string
|
||||
description: A token that can be used to paginate backwards with.
|
||||
description: A token that can be used to paginate backwards with using [`/messages`](#get_matrixclientv3roomsroomidmessages).
|
||||
end:
|
||||
type: string
|
||||
description: A token that can be used to paginate forwards with.
|
||||
description: A token that can be used to paginate forwards with using [`/messages`](#get_matrixclientv3roomsroomidmessages).
|
||||
events_before:
|
||||
type: array
|
||||
description: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue