Merge pull request #36074 from shutefan/master

Update API docs to show that /containers/{id}/kill returns HTTP 409
This commit is contained in:
Yong Tang 2018-01-28 08:32:35 -08:00 committed by GitHub
commit 958200970f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5355,6 +5355,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: