Move explanation of lack of direction param

pull/388/head
Erik Johnston 8 years ago
parent 71c1fc5ec0
commit cafa9a01fd

@ -45,6 +45,8 @@ paths:
description: |- description: |-
A pagination token from a previous request, allowing clients to A pagination token from a previous request, allowing clients to
get the next (or previous) batch of rooms. 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 - in: query
name: server name: server
type: string type: string
@ -124,8 +126,6 @@ paths:
A pagination token that allows fetching previous results. The A pagination token that allows fetching previous results. The
absence of this token means there are no results before this absence of this token means there are no results before this
batch, i.e. this is the first batch. 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: total_room_count_estimate:
type: number type: number
description: |- description: |-

Loading…
Cancel
Save