mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-25 12:34:10 +01:00
Clarify formats of string types for the POST /_matrix/client/v3/login endpoint
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
69d7dbf703
commit
334642822f
|
|
@ -172,6 +172,8 @@ paths:
|
||||||
properties:
|
properties:
|
||||||
user_id:
|
user_id:
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-user-id
|
||||||
|
pattern: "^@"
|
||||||
description: The fully-qualified Matrix ID for the account.
|
description: The fully-qualified Matrix ID for the account.
|
||||||
access_token:
|
access_token:
|
||||||
type: string
|
type: string
|
||||||
|
|
@ -197,6 +199,7 @@ paths:
|
||||||
x-addedInMatrixVersion: "1.3"
|
x-addedInMatrixVersion: "1.3"
|
||||||
home_server:
|
home_server:
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-server-name
|
||||||
deprecated: true
|
deprecated: true
|
||||||
description: |-
|
description: |-
|
||||||
The server_name of the homeserver on which the account has
|
The server_name of the homeserver on which the account has
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue