Add 400 and 429 response codes

This commit is contained in:
Erik Johnston 2015-10-16 10:26:14 +01:00
parent eb59b8e9d1
commit 716c5b7a8b

View file

@ -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"