]> git.proxmox.com Git - pve-manager.git/commitdiff
pvesubscription: update set-offline-key description
authorAlexander Zeidler <a.zeidler@proxmox.com>
Tue, 9 Jan 2024 14:23:55 +0000 (15:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Jan 2024 09:36:18 +0000 (10:36 +0100)
and point users to proxmox-offline-mirror-helper

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
PVE/CLI/pvesubscription.pm

index 2eb26cb44e0695de7f85ada755925e804672084e..efd4ada4a529dd71cc4ef9c30d5e9be93a913f22 100755 (executable)
@@ -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",
            },
        },