mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update v1.41.yaml
fix containers/create 404 response description
Signed-off-by: Matt Morrison <3241034+Emdot@users.noreply.github.com>
(cherry picked from commit ff1d9a3ec5
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
46a7ebc540
commit
025e3a7898
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue