Update API swagger definitions

This commit is contained in:
Joshua Boniface 2023-10-03 09:43:00 -04:00
parent eaf9b6927c
commit b86033f2f3
1 changed files with 2 additions and 2 deletions

View File

@ -5942,7 +5942,7 @@
"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",
"name": "size",
"required": true,
@ -6150,7 +6150,7 @@
"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",
"name": "file_size",
"required": false,