From cafa9a01fd8276198e02ab97fc648686bbb0f4c0 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 11 Oct 2016 14:29:20 +0100 Subject: [PATCH] Move explanation of lack of direction param --- api/client-server/list_public_rooms.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/client-server/list_public_rooms.yaml b/api/client-server/list_public_rooms.yaml index 62d9c014..fbdf3fde 100644 --- a/api/client-server/list_public_rooms.yaml +++ b/api/client-server/list_public_rooms.yaml @@ -45,6 +45,8 @@ paths: description: |- A pagination token from a previous request, allowing clients to get the next (or previous) batch of rooms. + The direction of pagination is specified solely by which token + is supplied, rather than via an explicit flag. - in: query name: server type: string @@ -124,8 +126,6 @@ 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: |-