Add requestToken endpoints
For password reset and 3pid adding
This commit is contained in:
parent
ef4c03894d
commit
ead5648b8c
3 changed files with 25 additions and 0 deletions
|
@ -116,6 +116,9 @@ Some requests have unique error codes:
|
|||
:``M_THREEPID_IN_USE``:
|
||||
Sent when a threepid given to an API cannot be used because the same threepid is already in use.
|
||||
|
||||
:``M_THREEPID_NOT_FOUND``:
|
||||
Sent when a threepid given to an API cannot be used because no record matching the threepid was found
|
||||
|
||||
:``M_SERVER_NOT_TRUSTED``:
|
||||
The client's request used a third party server, eg. ID server, that this server does not trust.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue