mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 03:34:08 +01:00
Add the codes to the right endpoint
This commit is contained in:
parent
78e5d4d315
commit
0c3245a46a
|
|
@ -488,9 +488,11 @@ paths:
|
|||
"400":
|
||||
description: |-
|
||||
The third-party identifier is already in use on the homeserver, or
|
||||
the request was invalid. The error code `M_SERVER_NOT_TRUSTED`
|
||||
can be returned if the server does not trust/support the identity server
|
||||
provided in the request.
|
||||
the request was invalid. Error codes that can be returned are:
|
||||
* `M_SERVER_NOT_TRUSTED`: The server does not trust/support the identity server
|
||||
provided in the request.
|
||||
* `M_THREEPID_MEDIUM_NOT_SUPPORTED`: The homeserver does not support adding email addresses.
|
||||
* `M_INVALID_PARAM`: The email address given was not valid.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
@ -547,9 +549,10 @@ paths:
|
|||
"400":
|
||||
description: |-
|
||||
The third-party identifier is already in use on the homeserver, or
|
||||
the request was invalid. The error code `M_SERVER_NOT_TRUSTED`
|
||||
can be returned if the server does not trust/support the identity server
|
||||
provided in the request.
|
||||
the request was invalid. Error codes that can be returned are:
|
||||
* `M_SERVER_NOT_TRUSTED`: The server does not trust/support the identity server
|
||||
* `M_THREEPID_MEDIUM_NOT_SUPPORTED`: The homeserver does not support adding phone numbers.
|
||||
* `M_INVALID_PARAM`: The phone number given was not valid.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
|
|||
|
|
@ -284,10 +284,6 @@ paths:
|
|||
has an account on the homeserver in question.
|
||||
* `M_SERVER_NOT_TRUSTED` : The `id_server` parameter refers to an identity server
|
||||
that is not trusted by this homeserver.
|
||||
* `M_THREEPID_MEDIUM_NOT_SUPPORTED`
|
||||
The homeserver does not support adding email addresses.
|
||||
* `M_INVALID_PARAM`
|
||||
The email address given was not valid.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
@ -349,10 +345,6 @@ paths:
|
|||
has an account on the homeserver in question.
|
||||
* `M_SERVER_NOT_TRUSTED` : The `id_server` parameter refers to an identity server
|
||||
that is not trusted by this homeserver.
|
||||
* `M_THREEPID_MEDIUM_NOT_SUPPORTED`
|
||||
The homeserver does not support adding phone numbers.
|
||||
* `M_INVALID_PARAM`
|
||||
The phone number given was not valid.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
|
|||
Loading…
Reference in a new issue