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

pull/1645/head
Mohit Kumar Patel 8 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
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…
Cancel
Save