diff --git a/changelogs/client_server/newsfragments/2372.clarification b/changelogs/client_server/newsfragments/2372.clarification index 37faaa59..94615f81 100644 --- a/changelogs/client_server/newsfragments/2372.clarification +++ b/changelogs/client_server/newsfragments/2372.clarification @@ -1 +1 @@ -Clarify how to paginate messages using the pagination tokens returned by `/rooms/{roomId}/context/{eventId}`. \ No newline at end of file +Clarify how to paginate messages using the pagination tokens returned by `GET /rooms/{roomId}/context/{eventId}`. \ No newline at end of file diff --git a/data/api/client-server/event_context.yaml b/data/api/client-server/event_context.yaml index 3dfdf252..a23c1aa7 100644 --- a/data/api/client-server/event_context.yaml +++ b/data/api/client-server/event_context.yaml @@ -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: |-