mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 05:44:10 +02:00
Mention order of returned results
This commit is contained in:
parent
a69d6c63c6
commit
d66792d5ca
|
|
@ -31,14 +31,14 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Lists the public rooms on the server.
|
Lists the public rooms on the server.
|
||||||
|
|
||||||
This API returns paginated responses.
|
This API returns paginated responses. The rooms are ordered by the number
|
||||||
|
of members, with the largest rooms first.
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
- in: query
|
||||||
name: limit
|
name: limit
|
||||||
type: number
|
type: number
|
||||||
description: |-
|
description: |-
|
||||||
Limit the number of results returned, ordered by number of
|
Limit the number of results returned.
|
||||||
memebers in the room. Defaults to no limit.
|
|
||||||
- in: query
|
- in: query
|
||||||
name: since
|
name: since
|
||||||
type: string
|
type: string
|
||||||
|
|
@ -157,7 +157,8 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Lists the public rooms on the server, with optional filter.
|
Lists the public rooms on the server, with optional filter.
|
||||||
|
|
||||||
This API returns paginated responses.
|
This API returns paginated responses. The rooms are ordered by the number
|
||||||
|
of members, with the largest rooms first.
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
parameters:
|
parameters:
|
||||||
|
|
@ -178,13 +179,12 @@ paths:
|
||||||
limit:
|
limit:
|
||||||
type: number
|
type: number
|
||||||
description: |-
|
description: |-
|
||||||
Limit the number of results returned, ordered by number of
|
Limit the number of results returned.
|
||||||
memebers in the room. Defaults to no limit.
|
|
||||||
since:
|
since:
|
||||||
type: string
|
type: string
|
||||||
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 batch of rooms.
|
get the next or previous batch of rooms.
|
||||||
filter:
|
filter:
|
||||||
type: object
|
type: object
|
||||||
title: "Filter"
|
title: "Filter"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue