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:
Andrew Morgan 2026-05-01 11:27:08 +01:00
parent 160339e580
commit 53bb1f30d6

View file

@ -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: |-