From 522da3fd95458e6309181d7c1a14d3435b712a0d Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 3 Oct 2023 09:42:23 -0400 Subject: [PATCH] Adjust wording for volume create too --- api-daemon/pvcapid/flaskapi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-daemon/pvcapid/flaskapi.py b/api-daemon/pvcapid/flaskapi.py index 4e0f0368..9411f38f 100755 --- a/api-daemon/pvcapid/flaskapi.py +++ b/api-daemon/pvcapid/flaskapi.py @@ -4843,7 +4843,7 @@ class API_Storage_Ceph_Volume_Root(Resource): { "name": "size", "required": True, - "helptext": "A volume size in bytes (or with k/M/G/T suffix) must be specified.", + "helptext": "A volume size in bytes (B implied or with SI suffix k/M/G/T) must be specified.", }, ] ) @@ -4869,7 +4869,7 @@ class API_Storage_Ceph_Volume_Root(Resource): name: size type: string required: true - 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) responses: 200: description: OK