mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-03 09:44:10 +02:00
Add tags for GET endpoint
This commit is contained in:
parent
9d0960b206
commit
de68c167b6
|
|
@ -153,6 +153,8 @@ paths:
|
||||||
400:
|
400:
|
||||||
description: >
|
description: >
|
||||||
The request body is malformed or the room alias specified is already taken.
|
The request body is malformed or the room alias specified is already taken.
|
||||||
|
tags:
|
||||||
|
- Room discovery
|
||||||
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: |-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue