浏览代码

Merge pull request #44061 from fussybeaver/44059-swagger-create-image-info

api: swagger: add errorDetail to CreateImageInfo
Sebastiaan van Stijn 2 年之前
父节点
当前提交
fb80e8a1c4
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      api/swagger.yaml
  2. 2 0
      docs/api/v1.42.yaml

+ 2 - 0
api/swagger.yaml

@@ -2343,6 +2343,8 @@ definitions:
         type: "string"
       error:
         type: "string"
+      errorDetail:
+        $ref: "#/definitions/ErrorDetail"
       status:
         type: "string"
       progress:

+ 2 - 0
docs/api/v1.42.yaml

@@ -2343,6 +2343,8 @@ definitions:
         type: "string"
       error:
         type: "string"
+      errorDetail:
+        $ref: "#/definitions/ErrorDetail"
       status:
         type: "string"
       progress: