Skip to content

Commit

Permalink
add "case sensitive" to /publicRooms (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit1523 committed Sep 19, 2023
1 parent 044a787 commit 46447e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1638.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a note to the `/publicRooms` API that the server name is case sensitive.
4 changes: 2 additions & 2 deletions data/api/client-server/list_public_rooms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 46447e0

Please sign in to comment.