From a5bb182c677d5ee08a5734e5530c373ecbeec603 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 30 Sep 2016 14:30:13 +0100 Subject: [PATCH] Explicitly mention that directio of pagination is specified by the token --- api/client-server/list_public_rooms.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/client-server/list_public_rooms.yaml b/api/client-server/list_public_rooms.yaml index c65da9c7..302e3269 100644 --- a/api/client-server/list_public_rooms.yaml +++ b/api/client-server/list_public_rooms.yaml @@ -124,6 +124,8 @@ paths: A pagination token that allows fetching previous results. The absence of this token means there are no results before this batch, i.e. this is the first batch. + The direction of pagination is specified solely by which token + is supplied, rather than via an explicit flag. total_room_count_estimate: type: number description: |- @@ -270,6 +272,8 @@ paths: A pagination token that allows fetching previous results. The absence of this token means there are no results before this batch, i.e. this is the first batch. + The direction of pagination is specified solely by which token + is supplied, rather than via an explicit flag. total_room_count_estimate: type: number description: |-