More links
Also remove now redundant anchor
This commit is contained in:
parent
cf13c8997c
commit
e91214e78e
2 changed files with 5 additions and 7 deletions
|
@ -129,10 +129,6 @@ paths:
|
||||||
validation tokens when adding an email address to an account. This API's
|
validation tokens when adding an email address to an account. This API's
|
||||||
parameters and response is identical to that of the HS API
|
parameters and response is identical to that of the HS API
|
||||||
|/register/email/requestToken|_ endpoint.
|
|/register/email/requestToken|_ endpoint.
|
||||||
|
|
||||||
.. |/register/email/requestToken| replace:: ``/register/email/requestToken``
|
|
||||||
|
|
||||||
.. _/register/email/requestToken: #post-matrix-client-%CLIENT_MAJOR_VERSION%-register-email-requesttoken
|
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: An email was sent to the given address
|
description: An email was sent to the given address
|
||||||
|
|
|
@ -136,8 +136,6 @@ paths:
|
||||||
post:
|
post:
|
||||||
summary: Requests a validation token be sent to the given email address for the purpose of registering an account
|
summary: Requests a validation token be sent to the given email address for the purpose of registering an account
|
||||||
description: |-
|
description: |-
|
||||||
.. _register-email-requestToken-endpoint:
|
|
||||||
|
|
||||||
Proxies the identity server API ``validate/email/requestToken``, but
|
Proxies the identity server API ``validate/email/requestToken``, but
|
||||||
first checks that the given email address is not already associated
|
first checks that the given email address is not already associated
|
||||||
with an account on this Home Server. Note that, for consistency,
|
with an account on this Home Server. Note that, for consistency,
|
||||||
|
@ -253,11 +251,15 @@ paths:
|
||||||
on this Home Server. This API should be used to request
|
on this Home Server. This API should be used to request
|
||||||
validation tokens when authenticating for the
|
validation tokens when authenticating for the
|
||||||
`account/password` endpoint. This API's parameters and response are
|
`account/password` endpoint. This API's parameters and response are
|
||||||
identical to that of `/register/email/requestToken` except that
|
identical to that of the HS API |/register/email/requestToken|_ except that
|
||||||
`M_THREEPID_NOT_FOUND` may be returned if no account matching the
|
`M_THREEPID_NOT_FOUND` may be returned if no account matching the
|
||||||
given email address could be found. The server may instead send an
|
given email address could be found. The server may instead send an
|
||||||
email to the given address prompting the user to create an account.
|
email to the given address prompting the user to create an account.
|
||||||
`M_THREEPID_IN_USE` may not be returned.
|
`M_THREEPID_IN_USE` may not be returned.
|
||||||
|
|
||||||
|
.. |/register/email/requestToken| replace:: ``/register/email/requestToken``
|
||||||
|
|
||||||
|
.. _/register/email/requestToken: #post-matrix-client-%CLIENT_MAJOR_VERSION%-register-email-requesttoken
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: An email was sent to the given address
|
description: An email was sent to the given address
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue