Clarify formats of string types in account administrative contact section

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2025-01-06 04:12:15 +01:00
parent 1ca88fb6a0
commit 5192eff70f
No known key found for this signature in database
GPG key ID: 0C971D9DBC9D678D

View file

@ -120,6 +120,7 @@ paths:
description: The client secret used in the session with the identity server. description: The client secret used in the session with the identity server.
id_server: id_server:
type: string type: string
format: mx-server-name
description: The identity server to use. description: The identity server to use.
id_access_token: id_access_token:
type: string type: string
@ -279,6 +280,7 @@ paths:
description: The client secret used in the session with the identity server. description: The client secret used in the session with the identity server.
id_server: id_server:
type: string type: string
format: mx-server-name
description: The identity server to use. description: The identity server to use.
id_access_token: id_access_token:
type: string type: string
@ -338,6 +340,7 @@ paths:
properties: properties:
id_server: id_server:
type: string type: string
format: mx-server-name
description: |- description: |-
The identity server to unbind from. If not provided, the homeserver The identity server to unbind from. If not provided, the homeserver
MUST use the `id_server` the identifier was added through. If the MUST use the `id_server` the identifier was added through. If the
@ -408,6 +411,7 @@ paths:
properties: properties:
id_server: id_server:
type: string type: string
format: mx-server-name
description: |- description: |-
The identity server to unbind from. If not provided, the homeserver The identity server to unbind from. If not provided, the homeserver
MUST use the `id_server` the identifier was added through. If the MUST use the `id_server` the identifier was added through. If the