]> git.proxmox.com Git - pve-manager.git/commitdiff
api: description for 'id' property in /cluster/resources
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 28 Mar 2023 12:25:23 +0000 (14:25 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Mar 2023 09:01:54 +0000 (11:01 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/API2/Cluster.pm

index a06dc83a223c0197e92c6f564ed654400bb6e511..2e9423685dece50b7ca1c39ac57c1685ca8d6821 100644 (file)
@@ -222,7 +222,10 @@ __PACKAGE__->register_method({
        items => {
            type => "object",
            properties => {
-               id => { type => 'string' },
+               id => {
+                   description => "Resource id.",
+                   type => 'string',
+               },
                type => {
                    description => "Resource type.",
                    type => 'string',