mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-29 23:44:10 +02:00
Add 400 and 429 response codes
This commit is contained in:
parent
eb59b8e9d1
commit
716c5b7a8b
|
|
@ -132,3 +132,9 @@ paths:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
400:
|
||||||
|
description: Part of the request was invalid.
|
||||||
|
429:
|
||||||
|
description: This request was rate-limited.
|
||||||
|
schema:
|
||||||
|
"$ref": "definitions/error.yaml"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue