Remove mentions of identity services from /3pid/delete
This will be covered by https://github.com/matrix-org/matrix-doc/issues/1194 For now, we can accept that homeservers may try to unbind, however clients should not rely on it.
This commit is contained in:
parent
86c85aea71
commit
390f1c16f7
1 changed files with 2 additions and 13 deletions
|
@ -152,9 +152,8 @@ paths:
|
||||||
post:
|
post:
|
||||||
summary: Deletes a third party identifier from the user's account
|
summary: Deletes a third party identifier from the user's account
|
||||||
description: |-
|
description: |-
|
||||||
Removes a third party identifier from the user's account. The homeserver
|
Removes a third party identifier from the user's account. This may not
|
||||||
should attempt to unbind the identifier from the identity service, if the
|
cause an unbind of the identifier from the identity service.
|
||||||
homeserver is able to reasonably determine the identity service used.
|
|
||||||
operationId: delete3pidFromAccount
|
operationId: delete3pidFromAccount
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
|
@ -181,16 +180,6 @@ paths:
|
||||||
user.
|
user.
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
|
||||||
id_server_unbind_result:
|
|
||||||
type: string
|
|
||||||
description: |-
|
|
||||||
The result of the homeserver's attempt to unbind the identifier from
|
|
||||||
the identity service. ``success`` indicates that the homeserver was
|
|
||||||
able to unbind the identifier while ``no-support`` means the homeserver
|
|
||||||
was not able to unbind, likely due to the identity service not supporting
|
|
||||||
the operation. Defaults to ``no-support``.
|
|
||||||
example: "success"
|
|
||||||
tags:
|
tags:
|
||||||
- User data
|
- User data
|
||||||
"/account/3pid/email/requestToken":
|
"/account/3pid/email/requestToken":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue