mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Invite doesn't accept room aliases
This commit is contained in:
parent
2797fac3aa
commit
a548148563
|
|
@ -88,9 +88,9 @@ paths:
|
|||
- in: path
|
||||
type: string
|
||||
name: roomId
|
||||
description: The room identifier or room alias to which to invite the user.
|
||||
description: The room identifier (not alias) to which to invite the user.
|
||||
required: true
|
||||
x-example: "#monkeys:matrix.org"
|
||||
x-example: "!d41d8cd:matrix.org"
|
||||
- in: body
|
||||
name: user_id
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue