Merge pull request #42047 from Emdot/Emdot-patch-1
Fix containers/create 404 response description
This commit is contained in:
commit
2b5427b853
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