mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 17:08:36 +01:00
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
|
|
@ -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:
|
properties:
|
||||||
type:
|
type:
|
||||||
type: string
|
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:
|
required:
|
||||||
- type
|
- type
|
||||||
additionalProperties: true
|
additionalProperties:
|
||||||
|
description: Keys dependent on the identification type.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue