Apply suggestions from code review

Co-authored-by: Kévin Commaille <76261501+zecakeh@users.noreply.github.com>
This commit is contained in:
Andrew Morgan 2026-05-05 09:32:29 +00:00 committed by GitHub
parent 088a2b5eb3
commit 21b3899a50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
Clarify how to paginate messages using the pagination tokens returned by `/rooms/{roomId}/context/{eventId}`.
Clarify how to paginate messages using the pagination tokens returned by `GET /rooms/{roomId}/context/{eventId}`.

View file

@ -79,10 +79,10 @@ paths:
properties:
start:
type: string
description: A token that can be used to paginate backwards with using [`/messages`](#get_matrixclientv3roomsroomidmessages).
description: A token that can be used to paginate backwards with using [`GET /messages`](/client-server-api/#get_matrixclientv3roomsroomidmessages).
end:
type: string
description: A token that can be used to paginate forwards with using [`/messages`](#get_matrixclientv3roomsroomidmessages).
description: A token that can be used to paginate forwards with using [`GET /messages`](/client-server-api/#get_matrixclientv3roomsroomidmessages).
events_before:
type: array
description: |-