mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-18 03:53:43 +01:00
Add changelog
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
064e8f1411
commit
a6fb075d92
|
|
@ -0,0 +1,3 @@
|
||||||
|
The optional `submit_url` response parameter of the `/requestToken` endpoints uses the same request
|
||||||
|
and response parameters and error codes as the Identity Service API's `POST /_matrix/identity/v2/validate/email/submitToken`,
|
||||||
|
as per [MSC4183](https://github.com/matrix-org/matrix-spec-proposals/pull/4183).
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
Clarify the error codes that can be returned with a 400 HTTP status code by the `POST /_matrix/identity/v2/validate/email/submitToken`
|
||||||
|
and `POST /_matrix/identity/v2/validate/msisdn/submitToken` endpoints, introducing the `M_TOKEN_INCORRECT`
|
||||||
|
error code, as per [MSC4183](https://github.com/matrix-org/matrix-spec-proposals/pull/4183).
|
||||||
Loading…
Reference in a new issue