From 9aa32134a9e93d3dc593166f4debc3af01b664de Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 30 Sep 2024 20:51:49 -0400 Subject: [PATCH] Fix bug in API specification --- api-daemon/pvcapid/flaskapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-daemon/pvcapid/flaskapi.py b/api-daemon/pvcapid/flaskapi.py index e0eb11d4..88c23b0f 100755 --- a/api-daemon/pvcapid/flaskapi.py +++ b/api-daemon/pvcapid/flaskapi.py @@ -6794,7 +6794,7 @@ class API_Storage_Ceph_Volume_Element(Resource): - storage / ceph parameters: - in: query - name: size + name: new_size type: string required: false description: The new volume size in bytes (or with a metric suffix, i.e. k/M/G/T); must be greater than the previous size (shrinking not supported)