fix attribute names on ProgressDetail
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
cfa07bffb5
commit
5e63edfa93
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue