[pve-devel] [PATCH manager 2/3] pvesubscription: update set-offline-key description

Alexander Zeidler a.zeidler at proxmox.com
Tue Jan 9 15:23:55 CET 2024


and point users to proxmox-offline-mirror-helper

Signed-off-by: Alexander Zeidler <a.zeidler at proxmox.com>
---
 PVE/CLI/pvesubscription.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/PVE/CLI/pvesubscription.pm b/PVE/CLI/pvesubscription.pm
index 2fd641d0..f1c11289 100755
--- a/PVE/CLI/pvesubscription.pm
+++ b/PVE/CLI/pvesubscription.pm
@@ -25,11 +25,12 @@ __PACKAGE__->register_method({
     name => 'set_offline_key',
     path => 'set_offline_key',
     method => 'POST',
-    description => "(Internal use only!) Set a signed subscription info blob as offline key",
+    description => "Internal use only! To set an offline key, use the package proxmox-offline-mirror-helper instead.",
     parameters => {
 	additionalProperties => 0,
 	properties => {
 	    data => {
+		description => "A signed subscription info blob",
 		type => "string",
 	    },
 	},
-- 
2.39.2





More information about the pve-devel mailing list