add "case sensitive" to /publicRooms
(#1638)
This commit is contained in:
parent
044a78730e
commit
46447e0287
2 changed files with 3 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue