mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 15:04:10 +01:00
http status code
This commit is contained in:
parent
d15c9df115
commit
1a669348d8
|
|
@ -229,8 +229,9 @@ may return:
|
||||||
|
|
||||||
* `M_UNAUTHORIZED` errcode with HTTP status code 401. This indicates that
|
* `M_UNAUTHORIZED` errcode with HTTP status code 401. This indicates that
|
||||||
the user must authenticate with OpenID and supply a valid `access_token`.
|
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
|
* `M_TERMS_NOT_SIGNED` errcode with HTTP status code 403. This indicates
|
||||||
(new) terms in order to use or continue to use the service.
|
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
|
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.
|
errors if the request has a valid signature from a Homeserver, and is being authenticated as such.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue