mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
Fix more error wording
This commit is contained in:
parent
1261da209d
commit
a1f655e5be
|
|
@ -422,8 +422,8 @@ paths:
|
||||||
}
|
}
|
||||||
400:
|
400:
|
||||||
description: |-
|
description: |-
|
||||||
The third party identifier is already in use on the homeserver, or
|
The referenced third party identifier is not recognised by the
|
||||||
the request was invalid.
|
homeserver, or the request was invalid
|
||||||
schema:
|
schema:
|
||||||
$ref: "definitions/errors/error.yaml"
|
$ref: "definitions/errors/error.yaml"
|
||||||
examples:
|
examples:
|
||||||
|
|
@ -484,8 +484,8 @@ paths:
|
||||||
}
|
}
|
||||||
400:
|
400:
|
||||||
description: |-
|
description: |-
|
||||||
The third party identifier is already in use on the homeserver, or
|
The referenced third party identifier is not recognised by the
|
||||||
the request was invalid.
|
homeserver, or the request was invalid
|
||||||
schema:
|
schema:
|
||||||
$ref: "definitions/errors/error.yaml"
|
$ref: "definitions/errors/error.yaml"
|
||||||
examples:
|
examples:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue