Browse Source

fix attribute names on ProgressDetail

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Nicolas De Loof 7 years ago
parent
commit
5e63edfa93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api/swagger.yaml

+ 2 - 2
api/swagger.yaml

@@ -1545,9 +1545,9 @@ definitions:
   ProgressDetail:
     type: "object"
     properties:
-      code:
+      current:
         type: "integer"
-      message:
+      total:
         type: "integer"
 
   ErrorResponse: