mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-23 06:23:43 +01:00
Fix invalid YAML
This commit is contained in:
parent
578e1fbc82
commit
f2c14eee9c
|
|
@ -80,7 +80,8 @@ paths:
|
||||||
response:
|
response:
|
||||||
value: {}
|
value: {}
|
||||||
"400":
|
"400":
|
||||||
description: The input was invalid in some way. This can include one
|
description: |
|
||||||
|
The input was invalid in some way. This can include one
|
||||||
of the following error codes:
|
of the following error codes:
|
||||||
|
|
||||||
- `M_BAD_JSON`: The provided value is not valid JSON.
|
- `M_BAD_JSON`: The provided value is not valid JSON.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue