|
|
|
@ -229,8 +229,9 @@ may return:
|
|
|
|
|
|
|
|
|
|
* `M_UNAUTHORIZED` errcode with HTTP status code 401. This indicates that
|
|
|
|
|
the user must authenticate with OpenID and supply a valid `access_token`.
|
|
|
|
|
* `M_TERMS_NOT_SIGNED` errcode. This indicates that the user must agree to
|
|
|
|
|
(new) terms in order to use or continue to use the service.
|
|
|
|
|
* `M_TERMS_NOT_SIGNED` errcode with HTTP status code 403. This indicates
|
|
|
|
|
that the user must agree to (new) terms in order to use or continue to
|
|
|
|
|
use the service.
|
|
|
|
|
|
|
|
|
|
The `/_matrix/identity/v2/3pid/unbind` endpoint must not return either of these
|
|
|
|
|
errors if the request has a valid signature from a Homeserver, and is being authenticated as such.
|
|
|
|
|