add status code 400 for api endpoint /events (cherry picked from commit f3da980a459c11a35248daa8a6be9919bf65fda2) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@@ -5333,6 +5333,10 @@ paths:
image: "alpine"
name: "my-container"
time: 1461943101
+ 400:
+ description: "bad parameter"
+ schema:
+ $ref: "#/definitions/ErrorResponse"
500:
description: "server error"
schema:
@@ -2632,6 +2632,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