mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 05:54:09 +01:00
Apply suggestion for error description
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
78f2764133
commit
f32b0d0e79
|
|
@ -100,9 +100,11 @@ paths:
|
||||||
"$ref": "definitions/errors/rate_limited.yaml"
|
"$ref": "definitions/errors/rate_limited.yaml"
|
||||||
400:
|
400:
|
||||||
description: |-
|
description: |-
|
||||||
The `thread_id` is not a string, or is empty, or it is provided for
|
The `thread_id` is invalid in some way. For example:
|
||||||
a receipt of type `m.fully_read`, or the `event_id` is not related
|
* It is not a string.
|
||||||
to the `thread_id`.
|
* It is empty.
|
||||||
|
* It is provided for an incompatible receipt type.
|
||||||
|
* The `event_id` is not related to the `thread_id`.
|
||||||
schema:
|
schema:
|
||||||
$ref: "definitions/errors/error.yaml"
|
$ref: "definitions/errors/error.yaml"
|
||||||
examples:
|
examples:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue