From b86033f2f399a395dd64292e5d26078c9e3ee13f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 3 Oct 2023 09:43:00 -0400 Subject: [PATCH] Update API swagger definitions --- docs/manuals/swagger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manuals/swagger.json b/docs/manuals/swagger.json index 09c7615..8c9ed75 100644 --- a/docs/manuals/swagger.json +++ b/docs/manuals/swagger.json @@ -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,