mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-14 07:24:11 +01:00
Clarify formats of string types in account management section
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
6f1e64cb12
commit
1ca88fb6a0
|
|
@ -18,6 +18,7 @@ allOf:
|
||||||
properties:
|
properties:
|
||||||
id_server:
|
id_server:
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-server-name
|
||||||
description: |-
|
description: |-
|
||||||
The hostname of the identity server to communicate with. May optionally
|
The hostname of the identity server to communicate with. May optionally
|
||||||
include a port. This parameter is ignored when the homeserver handles
|
include a port. This parameter is ignored when the homeserver handles
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ allOf:
|
||||||
properties:
|
properties:
|
||||||
id_server:
|
id_server:
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-server-name
|
||||||
description: |-
|
description: |-
|
||||||
The hostname of the identity server to communicate with. May optionally
|
The hostname of the identity server to communicate with. May optionally
|
||||||
include a port. This parameter is ignored when the homeserver handles
|
include a port. This parameter is ignored when the homeserver handles
|
||||||
|
|
|
||||||
|
|
@ -135,6 +135,8 @@ paths:
|
||||||
properties:
|
properties:
|
||||||
user_id:
|
user_id:
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-user-id
|
||||||
|
pattern: "^@"
|
||||||
description: |-
|
description: |-
|
||||||
The fully-qualified Matrix user ID (MXID) that has been registered.
|
The fully-qualified Matrix user ID (MXID) that has been registered.
|
||||||
|
|
||||||
|
|
@ -169,6 +171,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
|
||||||
|
|
@ -611,6 +614,7 @@ paths:
|
||||||
- $ref: definitions/auth_data.yaml
|
- $ref: definitions/auth_data.yaml
|
||||||
id_server:
|
id_server:
|
||||||
type: string
|
type: string
|
||||||
|
format: mx-server-name
|
||||||
description: |-
|
description: |-
|
||||||
The identity server to unbind all of the user's 3PIDs from.
|
The identity server to unbind all of the user's 3PIDs from.
|
||||||
If not provided, the homeserver MUST use the `id_server`
|
If not provided, the homeserver MUST use the `id_server`
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ properties:
|
||||||
example: "monkeys_are_GREAT"
|
example: "monkeys_are_GREAT"
|
||||||
email:
|
email:
|
||||||
type: string
|
type: string
|
||||||
|
format: email
|
||||||
description: The email address to validate.
|
description: The email address to validate.
|
||||||
example: "alice@example.org"
|
example: "alice@example.org"
|
||||||
send_attempt:
|
send_attempt:
|
||||||
|
|
@ -39,6 +40,7 @@ properties:
|
||||||
example: 1
|
example: 1
|
||||||
next_link:
|
next_link:
|
||||||
type: string
|
type: string
|
||||||
|
format: uri
|
||||||
description: |-
|
description: |-
|
||||||
Optional. When the validation is completed, the identity server will
|
Optional. When the validation is completed, the identity server will
|
||||||
redirect the user to this URL. This option is ignored when submitting
|
redirect the user to this URL. This option is ignored when submitting
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ properties:
|
||||||
example: 1
|
example: 1
|
||||||
next_link:
|
next_link:
|
||||||
type: string
|
type: string
|
||||||
|
format: uri
|
||||||
description: |-
|
description: |-
|
||||||
Optional. When the validation is completed, the identity server will
|
Optional. When the validation is completed, the identity server will
|
||||||
redirect the user to this URL. This option is ignored when submitting
|
redirect the user to this URL. This option is ignored when submitting
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue