C2S: Clarify wording around public room directory

Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
This commit is contained in:
HarHarLinks 2025-04-15 13:31:24 +02:00
parent 23ff7f1343
commit 17ec877386
2 changed files with 8 additions and 7 deletions

View file

@ -0,0 +1 @@
Clarify wording around public room directory. Contributed by @HarHarLinks.

View file

@ -129,9 +129,9 @@ paths:
- Room discovery - Room discovery
/publicRooms: /publicRooms:
get: get:
summary: Lists the public rooms on the server. summary: Lists the published rooms on the server.
description: |- description: |-
Lists the public rooms on the server. Lists the rooms published to the room directory on the server.
This API returns paginated responses. The rooms are ordered by the number This API returns paginated responses. The rooms are ordered by the number
of joined members, with the largest rooms first. of joined members, with the largest rooms first.
@ -154,7 +154,7 @@ paths:
- in: query - in: query
name: server name: server
description: |- description: |-
The server to fetch the public room lists from. Defaults to the The server to fetch the published rooms list from. Defaults to the
local server. Case sensitive. local server. Case sensitive.
schema: schema:
type: string type: string
@ -168,9 +168,9 @@ paths:
tags: tags:
- Room discovery - Room discovery
post: post:
summary: Lists the public rooms on the server with optional filter. summary: Lists the published rooms on the server with optional filter.
description: |- description: |-
Lists the public rooms on the server, with optional filter. Lists the rooms published to the room directory on the server, with optional filter.
This API returns paginated responses. The rooms are ordered by the number This API returns paginated responses. The rooms are ordered by the number
of joined members, with the largest rooms first. of joined members, with the largest rooms first.
@ -182,7 +182,7 @@ paths:
- in: query - in: query
name: server name: server
description: |- description: |-
The server to fetch the public room lists from. Defaults to the The server to fetch the published rooms list from. Defaults to the
local server. Case sensitive. local server. Case sensitive.
schema: schema:
type: string type: string