Add 400 and 429 response codes

pull/977/head
Erik Johnston 9 years ago
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…
Cancel
Save