mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-09 04:54:09 +01:00
Explicitly mention that directio of pagination is specified by the token
This commit is contained in:
parent
a66a744c45
commit
a5bb182c67
|
|
@ -124,6 +124,8 @@ 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: |-
|
||||||
|
|
@ -270,6 +272,8 @@ 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…
Reference in a new issue