mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add 400 status code for build api
Signed-off-by: allencloud <allen.sun@daocloud.io>
(cherry picked from commit c81a818b56
)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
64856b7a24
commit
c74f17e91e
1 changed files with 4 additions and 0 deletions
|
@ -4417,6 +4417,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