fix attribute names on ProgressDetail

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2017-12-14 11:29:48 +01:00
parent cfa07bffb5
commit 5e63edfa93
No known key found for this signature in database
GPG key ID: 9858809D6F8F6E7E

View file

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