Review comments
This commit is contained in:
parent
eca98af896
commit
e0fe3c42c8
2 changed files with 10 additions and 4 deletions
|
@ -80,9 +80,15 @@ paths:
|
||||||
description: The hostname of the Home Server on which the account has been registered.
|
description: The hostname of the Home Server on which the account has been registered.
|
||||||
400:
|
400:
|
||||||
description: |-
|
description: |-
|
||||||
Part of the request was invalid. For example, this user ID may be taken. This may
|
Part of the request was invalid. This may include one of the following error codes:
|
||||||
be returned at any stage of the registration process, including after authentication
|
|
||||||
if the requested user ID was registered whilst the client was performing authentication.
|
* ``M_USER_IN_USE`` : The desired user ID is already taken.
|
||||||
|
* ``M_EXCLUSIVE`` : The desired user ID is in the exclusive namespace
|
||||||
|
claimed by an application service.
|
||||||
|
|
||||||
|
This errors may be returned at any stage of the registration process,
|
||||||
|
including after authentication if the requested user ID was registered
|
||||||
|
whilst the client was performing authentication.
|
||||||
examples:
|
examples:
|
||||||
application/json: |-
|
application/json: |-
|
||||||
{
|
{
|
||||||
|
|
|
@ -1006,7 +1006,7 @@ Account operations
|
||||||
|
|
||||||
Registration
|
Registration
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
This API endpoint uses the User-Interactive Authentication API.
|
This API endpoint uses the `User-Interactive Authentication API`_.
|
||||||
|
|
||||||
{{v2_registration_http_api}}
|
{{v2_registration_http_api}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue