add 400 status code for build api
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
3c32e1775a
commit
c81a818b56
1 changed files with 4 additions and 0 deletions
|
@ -4459,6 +4459,10 @@ paths:
|
|||
responses:
|
||||
200:
|
||||
description: "no error"
|
||||
400:
|
||||
description: "Bad parameter"
|
||||
schema:
|
||||
$ref: "#/definitions/ErrorResponse"
|
||||
500:
|
||||
description: "server error"
|
||||
schema:
|
||||
|
|
Loading…
Reference in a new issue