add 400 status code for build api

Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: c81a818b568e892a7fe37552aff84fbc3736a3a4
Component: engine
This commit is contained in:
allencloud
2017-01-29 00:07:35 +08:00
parent 47697dba88
commit 4ee2b66de5

View File

@ -4459,6 +4459,10 @@ paths:
responses:
200:
description: "no error"
400:
description: "Bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
500:
description: "server error"
schema: