mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-11 14:04:10 +01:00
make the many-anded sentence a list
This commit is contained in:
parent
10a6a59a12
commit
f95197b422
|
|
@ -57,9 +57,13 @@ All current endpoints within `/_matrix/identity/api/v1/` will be duplicated
|
||||||
into `/_matrix/identity/v2`, noting that MSC2134 changes the behaviour of lookups. Authentication is still expected on MSC2134's proposed endpoints.
|
into `/_matrix/identity/v2`, noting that MSC2134 changes the behaviour of lookups. Authentication is still expected on MSC2134's proposed endpoints.
|
||||||
|
|
||||||
Any request to any endpoint within `/_matrix/identity/v2`, with the exception
|
Any request to any endpoint within `/_matrix/identity/v2`, with the exception
|
||||||
of `/_matrix/identity/v2`, any `requestToken` endpoint and the new
|
of:
|
||||||
`/_matrix/identity/v2/account/register` and `GET /_matrix/identity/v2/terms`
|
* `/_matrix/identity/v2`
|
||||||
may return an error with `M_UNAUTHORIZED` errcode with HTTP status code 401.
|
* any `requestToken` endpoint
|
||||||
|
* The new `/_matrix/identity/v2/account/register`
|
||||||
|
* The new `GET /_matrix/identity/v2/terms`
|
||||||
|
|
||||||
|
...may return an error with `M_UNAUTHORIZED` errcode with HTTP status code 401.
|
||||||
This indicates that the user must authenticate with OpenID and supply a valid
|
This indicates that the user must authenticate with OpenID and supply a valid
|
||||||
`access_token`.
|
`access_token`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue