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