Skip to content

Commit

Permalink
Document the server_name query parameter on /join/{roomIdOrAlias}
Browse files Browse the repository at this point in the history
Fixes #904
  • Loading branch information
turt2live committed Jul 3, 2018
1 parent 26a62bc commit d279fda
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/client-server/joining.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@ paths:
description: The room identifier or alias to join.
required: true
x-example: "#monkeys:matrix.org"
- in: query
type: array
items:
type: string
explode: true
name: server_name
description: |-
The servers to attempt to join the room through. One of the servers
must be participating in the room.
x-example: ["matrix.org", "elsewhere.ca"]
- in: body
name: third_party_signed
schema:
Expand Down

0 comments on commit d279fda

Please sign in to comment.