Address review comments

pull/977/head
Andrew Morgan 5 years ago
parent 1776ba28d3
commit 0ded484276

@ -235,7 +235,7 @@ paths:
account. This API's parameters and response are identical to that of account. This API's parameters and response are identical to that of
the |/register/email/requestToken|_ endpoint. The homeserver has the the |/register/email/requestToken|_ endpoint. The homeserver has the
choice of validating the email address itself, or proxying the request choice of validating the email address itself, or proxying the request
to the ``validate/email/requestToken`` Identity Service API as to the ``/validate/email/requestToken`` Identity Service API as
identified by ``id_server``. identified by ``id_server``.
operationId: requestTokenTo3PIDEmail operationId: requestTokenTo3PIDEmail
parameters: parameters:
@ -312,7 +312,7 @@ paths:
account. This API's parameters and response are identical to that of account. This API's parameters and response are identical to that of
the |/register/msisdn/requestToken|_ endpoint. The homeserver has the the |/register/msisdn/requestToken|_ endpoint. The homeserver has the
choice of validating the phone number itself, or proxying the request choice of validating the phone number itself, or proxying the request
to the ``validate/msisdn/requestToken`` Identity Service API as to the ``/validate/msisdn/requestToken`` Identity Service API as
identified by ``id_server``. identified by ``id_server``.
operationId: requestTokenTo3PIDMSISDN operationId: requestTokenTo3PIDMSISDN
parameters: parameters:

@ -213,7 +213,7 @@ paths:
The homeserver must check that the given email address is **not** The homeserver must check that the given email address is **not**
already associated with an account on this homeserver. The homeserver already associated with an account on this homeserver. The homeserver
has the choice of validating the email address itself, or proxying the has the choice of validating the email address itself, or proxying the
request to the ``validate/email/requestToken`` Identity Service API. The request to the ``/validate/email/requestToken`` Identity Service API. The
request should be proxied to the domain that is sent by the client in request should be proxied to the domain that is sent by the client in
the ``id_server``. It is imperative that the homeserver keep a list of the ``id_server``. It is imperative that the homeserver keep a list of
trusted Identity Servers and only proxies to those it trusts. trusted Identity Servers and only proxies to those it trusts.
@ -294,7 +294,7 @@ paths:
The homeserver must check that the given phone number is **not** The homeserver must check that the given phone number is **not**
already associated with an account on this homeserver. The homeserver already associated with an account on this homeserver. The homeserver
has the choice of validating the phone number itself, or proxying the has the choice of validating the phone number itself, or proxying the
request to the ``validate/msisdn/requestToken`` Identity Service API. The request to the ``/validate/msisdn/requestToken`` Identity Service API. The
request should be proxied to the domain that is sent by the client in request should be proxied to the domain that is sent by the client in
the ``id_server``. It is imperative that the homeserver keep a list of the ``id_server``. It is imperative that the homeserver keep a list of
trusted Identity Servers and only proxies to those it trusts. trusted Identity Servers and only proxies to those it trusts.
@ -428,7 +428,7 @@ paths:
The homeserver must check that the given email address **is The homeserver must check that the given email address **is
associated** with an account on this homeserver. This API should be associated** with an account on this homeserver. This API should be
used to request validation tokens when authenticating for the used to request validation tokens when authenticating for the
``account/password`` endpoint. ``/account/password`` endpoint.
This API's parameters and response are identical to that of the This API's parameters and response are identical to that of the
|/register/email/requestToken|_ endpoint, except that |/register/email/requestToken|_ endpoint, except that
@ -438,7 +438,7 @@ paths:
``M_THREEPID_IN_USE`` may not be returned. ``M_THREEPID_IN_USE`` may not be returned.
The homeserver has the choice of validating the email address itself, The homeserver has the choice of validating the email address itself,
or proxying the request to the ``validate/email/requestToken`` Identity or proxying the request to the ``/validate/email/requestToken`` Identity
Server API. The request should be proxied to the domain that is sent by Server API. The request should be proxied to the domain that is sent by
the client in the ``id_server``. It is imperative that the homeserver the client in the ``id_server``. It is imperative that the homeserver
keep a list of trusted Identity Servers and only proxies to those it keep a list of trusted Identity Servers and only proxies to those it
@ -517,7 +517,7 @@ paths:
The homeserver must check that the given phone number **is The homeserver must check that the given phone number **is
associated** with an account on this homeserver. This API should be associated** with an account on this homeserver. This API should be
used to request validation tokens when authenticating for the used to request validation tokens when authenticating for the
``account/password`` endpoint. ``/account/password`` endpoint.
This API's parameters and response are identical to that of the This API's parameters and response are identical to that of the
|/register/msisdn/requestToken|_ endpoint, except that |/register/msisdn/requestToken|_ endpoint, except that
@ -527,7 +527,7 @@ paths:
``M_THREEPID_IN_USE`` may not be returned. ``M_THREEPID_IN_USE`` may not be returned.
The homeserver has the choice of validating the phone number itself, The homeserver has the choice of validating the phone number itself,
or proxying the request to the ``validate/msisdn/requestToken`` Identity or proxying the request to the ``/validate/msisdn/requestToken`` Identity
Server API. The request should be proxied to the domain that is sent by Server API. The request should be proxied to the domain that is sent by
the client in the ``id_server``. It is imperative that the homeserver the client in the ``id_server``. It is imperative that the homeserver
keep a list of trusted Identity Servers and only proxies to those it keep a list of trusted Identity Servers and only proxies to those it

Loading…
Cancel
Save