Parcourir la source

fix attribute names on ProgressDetail

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Nicolas De Loof il y a 7 ans
Parent
commit
5e63edfa93
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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: