浏览代码

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: