add status code 400 for api endpoint /events
@@ -5387,6 +5387,10 @@ paths:
image: "alpine"
name: "my-container"
time: 1461943101
+ 400:
+ description: "bad parameter"
+ schema:
+ $ref: "#/definitions/ErrorResponse"
500:
description: "server error"
schema:
@@ -2648,6 +2648,7 @@ Docker daemon report the following event:
**Status codes**:
- **200** – no error
+- **400** - bad parameter
- **500** – server error
#### Get a tarball containing all images in a repository