Skip to content

Commit

Permalink
Merge pull request moby#29808 from jmzwcn/issue29796
Browse files Browse the repository at this point in the history
API: Delete container can return 409, but that isn't documented.
  • Loading branch information
thaJeztah authored Jan 2, 2017
2 parents 3cd445c + c0cf14a commit 86f962a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4045,6 +4045,13 @@ paths:
examples:
application/json:
message: "No such container: c2ada9df5af8"
409:
description: "conflict"
schema:
$ref: "#/definitions/ErrorResponse"
examples:
application/json:
message: "You cannot remove a running container: c2ada9df5af8. Stop the container before attempting removal or use -f"
500:
description: "server error"
schema:
Expand Down

0 comments on commit 86f962a

Please sign in to comment.