]> git.proxmox.com Git - pve-manager.git/blobdiff - PVE/API2/Nodes.pm
pvecfg: adapt version and release semantic
[pve-manager.git] / PVE / API2 / Nodes.pm
index 83df9956e40b4f69461521846c283cea0c9a3a60..4136f6ed33f74c2abc6be8aeeba3457df8bdef13 100644 (file)
@@ -218,9 +218,18 @@ __PACKAGE__->register_method ({
     returns => {
        type => "object",
        properties => {
-           version => { type => 'string' },
-           release => { type => 'string' },
-           repoid => { type => 'string' },
+           version => {
+               type => 'string',
+               description => 'The current installed pve-manager package version',
+           },
+           release => {
+               type => 'string',
+               description => 'The current installed Proxmox VE Release',
+           },
+           repoid => {
+               type => 'string',
+               description => 'The short git commit hash ID from which this version was build',
+           },
        },
     },
     code => sub {