Merge pull request #42047 from Emdot/Emdot-patch-1

Fix containers/create 404 response description
This commit is contained in:
Sebastiaan van Stijn 2021-07-03 21:21:16 +02:00 committed by GitHub
commit 2b5427b853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5583,12 +5583,12 @@ paths:
schema:
$ref: "#/definitions/ErrorResponse"
404:
description: "no such container"
description: "no such image"
schema:
$ref: "#/definitions/ErrorResponse"
examples:
application/json:
message: "No such container: c2ada9df5af8"
message: "No such image: c2ada9df5af8"
409:
description: "conflict"
schema: