mirror of
https://github.com/docker/cli.git
synced 2026-09-25 17:02:07 -04:00
refine api swagger.yaml towards image create status code
Signed-off-by: erxian <evelynhsu21@gmail.com> Upstream-commit: 15be050fb307d0da1521767a6f53d9b95429396b Component: engine
This commit is contained in:
@@ -4443,6 +4443,10 @@ paths:
|
||||
responses:
|
||||
200:
|
||||
description: "no error"
|
||||
404:
|
||||
description: "repository does not exist or no read access"
|
||||
schema:
|
||||
$ref: "#/definitions/ErrorResponse"
|
||||
500:
|
||||
description: "server error"
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user