Skip to content

Commit

Permalink
Revert id_server formats
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Commaille <[email protected]>
  • Loading branch information
zecakeh committed Jan 15, 2025
1 parent ed080f4 commit 182ff5c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions data/api/client-server/administrative_contact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ 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
Expand Down Expand Up @@ -280,7 +279,6 @@ 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
Expand Down Expand Up @@ -340,7 +338,6 @@ 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
Expand Down Expand Up @@ -411,7 +408,6 @@ 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ allOf:
properties:
id_server:
type: string
format: mx-server-name
description: |-
The hostname of the identity server to communicate with. May optionally
include a port. This parameter is ignored when the homeserver handles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ allOf:
properties:
id_server:
type: string
format: mx-server-name
description: |-
The hostname of the identity server to communicate with. May optionally
include a port. This parameter is ignored when the homeserver handles
Expand Down
1 change: 0 additions & 1 deletion data/api/client-server/registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ paths:
- $ref: definitions/auth_data.yaml
id_server:
type: string
format: mx-server-name
description: |-
The identity server to unbind all of the user's 3PIDs from.
If not provided, the homeserver MUST use the `id_server`
Expand Down

0 comments on commit 182ff5c

Please sign in to comment.