Update v1.41.yaml
fix containers/create 404 response description Signed-off-by: Matt Morrison <3241034+Emdot@users.noreply.github.com>
This commit is contained in:
parent
8b6d9eaa55
commit
ff1d9a3ec5
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…
Add table
Reference in a new issue