pull/1636/head
Travis Ralston 6 years ago
parent 60dd9231e0
commit 5bb7eca8e8

@ -191,7 +191,7 @@ paths:
first checks that the given email address is **not** already associated
with an account on this homeserver. This API should be used to request
validation tokens when adding an email address to an account. This API's
parameters and response is identical to that of the |/register/email/requestToken|_
parameters and response are identical to that of the |/register/email/requestToken|_
endpoint.
operationId: requestTokenTo3PIDEmail
parameters:
@ -245,7 +245,7 @@ paths:
first checks that the given phone number is **not** already associated
with an account on this Home Server. This API should be used to request
validation tokens when adding a phone number to an account. This API's
parameters and response is identical to that of the |/register/msisdn/requestToken|_
parameters and response are identical to that of the |/register/msisdn/requestToken|_
endpoint.
operationId: requestTokenTo3PIDMSISDN
parameters:
@ -282,8 +282,8 @@ paths:
}
400:
description: |-
The homeserver was unable to location a user with the third party identifier
alrady bound, or the request was invalid.
The homeserver was unable to locate a user with the third party identifier
already bound, or the request was invalid.
schema:
$ref: "definitions/errors/error.yaml"
examples:

Loading…
Cancel
Save