mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 01:58:36 +01:00
add "case sensitive" to /publicRooms (#1638)
This commit is contained in:
parent
044a78730e
commit
46447e0287
1
changelogs/client_server/newsfragments/1638.feature
Normal file
1
changelogs/client_server/newsfragments/1638.feature
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Add a note to the `/publicRooms` API that the server name is case sensitive.
|
||||||
|
|
@ -154,7 +154,7 @@ paths:
|
||||||
name: server
|
name: server
|
||||||
description: |-
|
description: |-
|
||||||
The server to fetch the public room lists from. Defaults to the
|
The server to fetch the public room lists from. Defaults to the
|
||||||
local server.
|
local server. Case sensitive.
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
responses:
|
responses:
|
||||||
|
|
@ -181,7 +181,7 @@ paths:
|
||||||
name: server
|
name: server
|
||||||
description: |-
|
description: |-
|
||||||
The server to fetch the public room lists from. Defaults to the
|
The server to fetch the public room lists from. Defaults to the
|
||||||
local server.
|
local server. Case sensitive.
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
requestBody:
|
requestBody:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue