Clarify that the User identifier
object in POST /_matrix/client/v3/login
contains additional properties that depend on the identification type (#1909)
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
5d91b628c9
commit
9bac118aec
2 changed files with 6 additions and 2 deletions
|
@ -0,0 +1 @@
|
|||
The `User identifier` object in `POST /_matrix/client/v3/login` contains additional properties that depend on the identification type.
|
|
@ -18,7 +18,10 @@ type: object
|
|||
properties:
|
||||
type:
|
||||
type: string
|
||||
description: The type of identification. See [Identifier types](/client-server-api/#identifier-types) for supported values and additional property descriptions.
|
||||
description: |-
|
||||
The type of identification. See [Identifier types](/client-server-api/#identifier-types)
|
||||
for supported values and additional property descriptions.
|
||||
required:
|
||||
- type
|
||||
additionalProperties: true
|
||||
additionalProperties:
|
||||
description: Keys dependent on the identification type.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue