Merge pull request #29062 from erxian/refine-api-swagger.yaml-towards-image-create-status-code
refine api swagger.yaml towards image create status code
This commit is contained in:
commit
9468d687ac
8 changed files with 11 additions and 0 deletions
|
@ -4449,6 +4449,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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue