mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 23:14:10 +01:00
Clarify formats of string types in account administrative contact section
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
1ca88fb6a0
commit
5192eff70f
|
|
@ -120,6 +120,7 @@ paths:
|
|||
description: The client secret used in the session with the identity server.
|
||||
id_server:
|
||||
type: string
|
||||
format: mx-server-name
|
||||
description: The identity server to use.
|
||||
id_access_token:
|
||||
type: string
|
||||
|
|
@ -279,6 +280,7 @@ paths:
|
|||
description: The client secret used in the session with the identity server.
|
||||
id_server:
|
||||
type: string
|
||||
format: mx-server-name
|
||||
description: The identity server to use.
|
||||
id_access_token:
|
||||
type: string
|
||||
|
|
@ -338,6 +340,7 @@ paths:
|
|||
properties:
|
||||
id_server:
|
||||
type: string
|
||||
format: mx-server-name
|
||||
description: |-
|
||||
The identity server to unbind from. If not provided, the homeserver
|
||||
MUST use the `id_server` the identifier was added through. If the
|
||||
|
|
@ -408,6 +411,7 @@ paths:
|
|||
properties:
|
||||
id_server:
|
||||
type: string
|
||||
format: mx-server-name
|
||||
description: |-
|
||||
The identity server to unbind from. If not provided, the homeserver
|
||||
MUST use the `id_server` the identifier was added through. If the
|
||||
|
|
|
|||
Loading…
Reference in a new issue