From 1557892c37fb09fe391c45e4c6e42af36c1432f6 Mon Sep 17 00:00:00 2001 From: Niel Drummond <niel@drummond.lu> Date: Tue, 30 Aug 2022 18:35:46 +0100 Subject: [PATCH] api: swagger: add errorDetail to CreateImageInfo Signed-off-by: Niel Drummond <niel@drummond.lu> --- api/swagger.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/swagger.yaml b/api/swagger.yaml index 622441b268..9bc61c30ef 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: