From 756e31502799853cf54df08b985a509a96634bc1 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Thu, 14 Dec 2017 11:29:48 +0100 Subject: [PATCH] fix attribute names on ProgressDetail Signed-off-by: Nicolas De Loof Upstream-commit: 5e63edfa935e4f87e588d358d7060227745de288 Component: engine --- components/engine/api/swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/api/swagger.yaml b/components/engine/api/swagger.yaml index 294939a2e4..8c741182ca 100644 --- a/components/engine/api/swagger.yaml +++ b/components/engine/api/swagger.yaml @@ -1545,9 +1545,9 @@ definitions: ProgressDetail: type: "object" properties: - code: + current: type: "integer" - message: + total: type: "integer" ErrorResponse: