mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-22 19:24:10 +01:00
Use abbreviated forms of API endpoints
This commit is contained in:
parent
f5c1b24bd8
commit
41d7857e3f
|
|
@ -32,8 +32,8 @@ properties:
|
||||||
An optional field containing a URL where the client must submit the
|
An optional field containing a URL where the client must submit the
|
||||||
validation token, with identical request and response parameters and error
|
validation token, with identical request and response parameters and error
|
||||||
codes to the Identity Service API's
|
codes to the Identity Service API's
|
||||||
[`POST /_matrix/identity/v2/validate/email/submitToken`](/identity-service-api/#post_matrixidentityv2validateemailsubmittoken)
|
[`POST /validate/email/submitToken`](/identity-service-api/#post_matrixidentityv2validateemailsubmittoken)
|
||||||
and [`POST /_matrix/identity/v2/validate/msisdn/submitToken`](/identity-service-api/#post_matrixidentityv2validatemsisdnsubmittoken)
|
and [`POST /validate/msisdn/submitToken`](/identity-service-api/#post_matrixidentityv2validatemsisdnsubmittoken)
|
||||||
endpoints (without the requirement for an access token). The homeserver
|
endpoints (without the requirement for an access token). The homeserver
|
||||||
must send this token to the user (if applicable), who should then be
|
must send this token to the user (if applicable), who should then be
|
||||||
prompted to provide it to the client.
|
prompted to provide it to the client.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue