English
This commit is contained in:
parent
60dd9231e0
commit
5bb7eca8e8
1 changed files with 4 additions and 4 deletions
|
@ -191,7 +191,7 @@ paths:
|
||||||
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 homeserver. This API should be used to request
|
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
|
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.
|
endpoint.
|
||||||
operationId: requestTokenTo3PIDEmail
|
operationId: requestTokenTo3PIDEmail
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -245,7 +245,7 @@ paths:
|
||||||
first checks that the given phone number is **not** already associated
|
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
|
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
|
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.
|
endpoint.
|
||||||
operationId: requestTokenTo3PIDMSISDN
|
operationId: requestTokenTo3PIDMSISDN
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -282,8 +282,8 @@ paths:
|
||||||
}
|
}
|
||||||
400:
|
400:
|
||||||
description: |-
|
description: |-
|
||||||
The homeserver was unable to location a user with the third party identifier
|
The homeserver was unable to locate a user with the third party identifier
|
||||||
alrady bound, or the request was invalid.
|
already bound, or the request was invalid.
|
||||||
schema:
|
schema:
|
||||||
$ref: "definitions/errors/error.yaml"
|
$ref: "definitions/errors/error.yaml"
|
||||||
examples:
|
examples:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue