Browse Source

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

api: swagger: add errorDetail to CreateImageInfo
Sebastiaan van Stijn 2 years ago
parent
commit
fb80e8a1c4
2 changed files with 4 additions and 0 deletions
  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"
         type: "string"
       error:
       error:
         type: "string"
         type: "string"
+      errorDetail:
+        $ref: "#/definitions/ErrorDetail"
       status:
       status:
         type: "string"
         type: "string"
       progress:
       progress:

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

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