Update API swagger definitions
This commit is contained in:
parent
eaf9b6927c
commit
b86033f2f3
|
@ -5942,7 +5942,7 @@
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "The volume size in bytes (or with a metric suffix, i.e. k/M/G/T)",
|
"description": "The volume size, in bytes (B implied) or with a single-character SI suffix (k/M/G/T)",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"required": true,
|
"required": true,
|
||||||
|
@ -6150,7 +6150,7 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "The size of the image file, if {image_format} is not \"raw\"",
|
"description": "The size of the image file, in bytes, if {image_format} is not \"raw\"",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
"name": "file_size",
|
"name": "file_size",
|
||||||
"required": false,
|
"required": false,
|
||||||
|
|
Loading…
Reference in New Issue