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

pull/1645/head
Mohit Kumar Patel 9 months ago committed by GitHub
parent 044a78730e
commit 46447e0287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save