From f0fe353ca64fa511a053fb3c73287dea80ac4136 Mon Sep 17 00:00:00 2001 From: Niel Drummond Date: Tue, 30 Aug 2022 18:35:46 +0100 Subject: [PATCH] api: swagger: add errorDetail to CreateImageInfo Signed-off-by: Niel Drummond (cherry picked from commit 1557892c37fb09fe391c45e4c6e42af36c1432f6) Signed-off-by: Sebastiaan van Stijn --- api/swagger.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/swagger.yaml b/api/swagger.yaml index 8f50b3d11b..afe7a8c371 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -2343,6 +2343,8 @@ definitions: type: "string" error: type: "string" + errorDetail: + $ref: "#/definitions/ErrorDetail" status: type: "string" progress: