فهرست منبع

fix attribute names on ProgressDetail

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Nicolas De Loof 7 سال پیش
والد
کامیت
5e63edfa93
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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: