mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add status code 400 for api endpoint /events
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
c3b660b112
commit
323f575087
2 changed files with 5 additions and 0 deletions
|
@ -5383,6 +5383,10 @@ paths:
|
||||||
image: "alpine"
|
image: "alpine"
|
||||||
name: "my-container"
|
name: "my-container"
|
||||||
time: 1461943101
|
time: 1461943101
|
||||||
|
400:
|
||||||
|
description: "bad parameter"
|
||||||
|
schema:
|
||||||
|
$ref: "#/definitions/ErrorResponse"
|
||||||
500:
|
500:
|
||||||
description: "server error"
|
description: "server error"
|
||||||
schema:
|
schema:
|
||||||
|
|
|
@ -2648,6 +2648,7 @@ Docker daemon report the following event:
|
||||||
**Status codes**:
|
**Status codes**:
|
||||||
|
|
||||||
- **200** – no error
|
- **200** – no error
|
||||||
|
- **400** - bad parameter
|
||||||
- **500** – server error
|
- **500** – server error
|
||||||
|
|
||||||
#### Get a tarball containing all images in a repository
|
#### Get a tarball containing all images in a repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue