mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +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
|
||||
description: |-
|
||||
The server to fetch the public room lists from. Defaults to the
|
||||
local server.
|
||||
local server. Case sensitive.
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
|
|
@ -181,7 +181,7 @@ paths:
|
|||
name: server
|
||||
description: |-
|
||||
The server to fetch the public room lists from. Defaults to the
|
||||
local server.
|
||||
local server. Case sensitive.
|
||||
schema:
|
||||
type: string
|
||||
requestBody:
|
||||
|
|
|
|||
Loading…
Reference in a new issue