Update API docs to show that /containers/{id}/kill returns HTTP 409

Signed-off-by: Stephan Spindler <shutefan@gmail.com>
Upstream-commit: 3a1bb49b41901dd21ab9489937656ab935a690e0
Component: engine
This commit is contained in:
shutefan
2018-01-20 17:21:49 +01:00
committed by Stephan Spindler
parent dbd159de4c
commit 5d42f5ba8b
+7
View File
@@ -5351,6 +5351,13 @@ paths:
examples:
application/json:
message: "No such container: c2ada9df5af8"
409:
description: "container is not running"
schema:
$ref: "#/definitions/ErrorResponse"
examples:
application/json:
message: "Container d37cde0fe4ad63c3a7252023b2f9800282894247d145cb5933ddf6e52cc03a28 is not running"
500:
description: "server error"
schema: