Pārlūkot izejas kodu

fix attribute names on ProgressDetail

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Nicolas De Loof 7 gadi atpakaļ
vecāks
revīzija
5e63edfa93
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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: