mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-30 14:14:09 +02:00
Fix unbind wording
This commit is contained in:
parent
30a9de7e02
commit
642be6c677
|
|
@ -241,9 +241,8 @@ paths:
|
||||||
post:
|
post:
|
||||||
summary: Removes a user's third party identifier from an identity server.
|
summary: Removes a user's third party identifier from an identity server.
|
||||||
description: |-
|
description: |-
|
||||||
Removes a user's third party identifier from the provided identity server.
|
Removes a user's third party identifier from the provided identity server
|
||||||
This should not cause an unbind from the homeserver (as ``/3pid/delete``
|
without removing it from the homeserver.
|
||||||
would) and should only affect the identity server.
|
|
||||||
|
|
||||||
Unlike other endpoints, this endpoint does not take an ``id_access_token``
|
Unlike other endpoints, this endpoint does not take an ``id_access_token``
|
||||||
parameter because the homeserver is expected to sign the request to the
|
parameter because the homeserver is expected to sign the request to the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue