Remove duplicated registration/login APIs
Currently the spec duplicates all of the account-management APIs. There's still work to be done here, but the complete duplication is confusing.
This commit is contained in:
parent
0639f885df
commit
28ab643a4e
2 changed files with 9 additions and 157 deletions
|
@ -89,6 +89,11 @@ paths:
|
|||
These 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.
|
||||
|
||||
Home Servers MUST perform the relevant checks and return these codes before
|
||||
performing `User-Interactive Authentication`_, although they may also return
|
||||
them after authentication is completed if, for example, the requested user ID
|
||||
was registered whilst the client was performing authentication.
|
||||
examples:
|
||||
application/json: |-
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue