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:
|
||||
type: "object"
|
||||
properties:
|
||||
code:
|
||||
current:
|
||||
type: "integer"
|
||||
message:
|
||||
total:
|
||||
type: "integer"
|
||||
|
||||
ErrorResponse:
|
||||
|
|
Loading…
Reference in a new issue