mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03: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:
|
||||
|
||||
@@ -1294,6 +1294,7 @@ a base64-encoded AuthConfig object.
|
||||
**Status codes**:
|
||||
|
||||
- **200** – no error
|
||||
- **404** - repository does not exist or no read access
|
||||
- **500** – server error
|
||||
|
||||
|
||||
|
||||
@@ -1340,6 +1340,7 @@ a base64-encoded AuthConfig object.
|
||||
**Status codes**:
|
||||
|
||||
- **200** – no error
|
||||
- **404** - repository does not exist or no read access
|
||||
- **500** – server error
|
||||
|
||||
|
||||
|
||||
@@ -1494,6 +1494,7 @@ a base64-encoded AuthConfig object.
|
||||
**Status codes**:
|
||||
|
||||
- **200** – no error
|
||||
- **404** - repository does not exist or no read access
|
||||
- **500** – server error
|
||||
|
||||
|
||||
|
||||
@@ -1587,6 +1587,7 @@ a base64-encoded AuthConfig object.
|
||||
**Status codes**:
|
||||
|
||||
- **200** – no error
|
||||
- **404** - repository does not exist or no read access
|
||||
- **500** – server error
|
||||
|
||||
|
||||
|
||||
@@ -1785,6 +1785,7 @@ a base64-encoded AuthConfig object.
|
||||
**Status codes**:
|
||||
|
||||
- **200** – no error
|
||||
- **404** - repository does not exist or no read access
|
||||
- **500** – server error
|
||||
|
||||
|
||||
|
||||
@@ -1821,6 +1821,7 @@ a base64-encoded AuthConfig object.
|
||||
**Status codes**:
|
||||
|
||||
- **200** – no error
|
||||
- **404** - repository does not exist or no read access
|
||||
- **500** – server error
|
||||
|
||||
|
||||
|
||||
@@ -1818,6 +1818,7 @@ a base64-encoded AuthConfig object.
|
||||
**Status codes**:
|
||||
|
||||
- **200** – no error
|
||||
- **404** - repository does not exist or no read access
|
||||
- **500** – server error
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user