mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-31 04:58:37 +01:00
Use M_CONSENT_NOT_GIVEN
No idea where I got the other one from: we already have one in the spec, so use it.
This commit is contained in:
parent
0dae2d5812
commit
9e0d8b9cb2
|
|
@ -190,7 +190,7 @@ 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
|
||||
* `M_CONSENT_NOT_GIVEN` errcode. 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` must not return either of these
|
||||
|
|
|
|||
Loading…
Reference in a new issue