add "case sensitive" to /publicRooms (#1638)

This commit is contained in:
Mohit Kumar Patel 2023-09-19 20:29:58 +05:30 committed by GitHub
parent 044a78730e
commit 46447e0287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Add a note to the `/publicRooms` API that the server name is case sensitive.

View file

@ -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: