mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-22 01:08:37 +01:00
Add title and update description
This commit is contained in:
parent
130ea85576
commit
c05ee18f58
|
|
@ -143,9 +143,11 @@ paths:
|
||||||
post:
|
post:
|
||||||
summary: Lists the public rooms on the server with optional filter.
|
summary: Lists the public rooms on the server with optional filter.
|
||||||
description: |-
|
description: |-
|
||||||
Lists the public rooms on the server.
|
Lists the public rooms on the server, with optional filter.
|
||||||
|
|
||||||
This API returns paginated responses.
|
This API returns paginated responses.
|
||||||
|
security:
|
||||||
|
- accessToken: []
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
- in: query
|
||||||
name: server
|
name: server
|
||||||
|
|
@ -173,6 +175,7 @@ paths:
|
||||||
get the next batch of rooms.
|
get the next batch of rooms.
|
||||||
filter:
|
filter:
|
||||||
type: object
|
type: object
|
||||||
|
title: "Filter"
|
||||||
description: |-
|
description: |-
|
||||||
Optional filtering of the returned rooms.
|
Optional filtering of the returned rooms.
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue