Add 400 and 429 response codes
This commit is contained in:
parent
eb59b8e9d1
commit
716c5b7a8b
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue