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>
pull/1842/head
Johannes Marbach 4 months ago committed by GitHub
parent 5d91b628c9
commit 9bac118aec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save