From 9d0960b206aed683813d521fa96e0fe21d5432cb Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 11 Oct 2016 14:24:46 +0100 Subject: [PATCH] Better wording --- 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 302e3269..e76bd7ab 100644 --- a/api/client-server/list_public_rooms.yaml +++ b/api/client-server/list_public_rooms.yaml @@ -44,7 +44,7 @@ paths: type: string description: |- A pagination token from a previous request, allowing clients to - get the next batch of rooms. + get the next (or previous) batch of rooms. - in: query name: server type: string @@ -190,7 +190,7 @@ paths: type: object title: "Filter" description: |- - Optional filtering of the returned rooms. + Filter to apply to the results. properties: generic_search_term: type: string