浏览代码

Update v1.41.yaml

fix containers/create 404 response description

Signed-off-by: Matt Morrison <3241034+Emdot@users.noreply.github.com>
Matt Morrison 4 年之前
父节点
当前提交
ff1d9a3ec5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/api/v1.41.yaml

+ 2 - 2
docs/api/v1.41.yaml

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