diff --git a/data/api/client-server/message_pagination.yaml b/data/api/client-server/message_pagination.yaml index b63f9e176..faa391383 100644 --- a/data/api/client-server/message_pagination.yaml +++ b/data/api/client-server/message_pagination.yaml @@ -57,7 +57,11 @@ paths: This endpoint can also accept a value returned as a `start` token by a previous request to this endpoint, though servers are not required to support this. Clients should not rely on the behaviour. - required: true + + If it is not provided, the homeserver shall return a list of messages + from the first or last (per the value of the `dir` parameter) visible + event in the room history for the requesting user. + required: false x-example: "s345_678_333" - in: query type: string