Skip to content

Commit

Permalink
Clarify formats of string types for the `POST /_matrix/client/v3/logi…
Browse files Browse the repository at this point in the history
…n` endpoint

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
  • Loading branch information
zecakeh committed Oct 15, 2024
1 parent 69d7dbf commit 3346428
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/api/client-server/login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ paths:
properties:
user_id:
type: string
format: mx-user-id
pattern: "^@"
description: The fully-qualified Matrix ID for the account.
access_token:
type: string
Expand All @@ -197,6 +199,7 @@ paths:
x-addedInMatrixVersion: "1.3"
home_server:
type: string
format: mx-server-name
deprecated: true
description: |-
The server_name of the homeserver on which the account has
Expand Down

0 comments on commit 3346428

Please sign in to comment.