瀏覽代碼

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

Fix containers/create 404 response description
Sebastiaan van Stijn 4 年之前
父節點
當前提交
2b5427b853
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/api/v1.41.yaml

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

@@ -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: