Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that the User identifier object in POST /_matrix/client/v3/login contains additional properties that depend on the identification type #1909

Merged
merged 10 commits into from
Jul 30, 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The `User identifier` object in `POST /_matrix/client/v3/login` contains additional properties that depend on the identification type.
7 changes: 5 additions & 2 deletions data/api/client-server/definitions/user_identifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.