Fix error description on /account/3pid/email/requestToken
This commit is contained in:
parent
a4c2b2b905
commit
63fdd72f73
1 changed files with 4 additions and 4 deletions
|
@ -229,14 +229,14 @@ paths:
|
|||
}
|
||||
400:
|
||||
description: |-
|
||||
The homeserver was unable to locate a user with the third party identifier
|
||||
already bound, or the request was invalid.
|
||||
The third party identifier is already in use on the homeserver, or
|
||||
the request was invalid.
|
||||
schema:
|
||||
$ref: "definitions/errors/error.yaml"
|
||||
examples:
|
||||
application/json: {
|
||||
"errcode": "M_THREEPID_NOT_FOUND",
|
||||
"error": "Third party identifier not found"
|
||||
"errcode": "M_THREEPID_IN_USE",
|
||||
"error": "Third party identifier already in use"
|
||||
}
|
||||
"/account/3pid/msisdn/requestToken":
|
||||
post:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue