mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 15:04:10 +01:00
Revert id_server formats
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
ed080f41fb
commit
182ff5c4bb
|
|
@ -120,7 +120,6 @@ 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
|
||||||
|
|
@ -280,7 +279,6 @@ 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
|
||||||
|
|
@ -340,7 +338,6 @@ 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
|
||||||
|
|
@ -411,7 +408,6 @@ 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
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ 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,7 +18,6 @@ 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
|
||||||
|
|
|
||||||
|
|
@ -614,7 +614,6 @@ 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`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue