From: Wolfgang Bumiller Date: Tue, 28 Mar 2023 12:25:23 +0000 (+0200) Subject: api: description for 'id' property in /cluster/resources X-Git-Url: https://git.proxmox.com/?p=pve-manager.git;a=commitdiff_plain;h=3bd90e5223f752eb4713716c853fbc04ca21af80 api: description for 'id' property in /cluster/resources Signed-off-by: Wolfgang Bumiller --- diff --git a/PVE/API2/Cluster.pm b/PVE/API2/Cluster.pm index a06dc83a..2e942368 100644 --- a/PVE/API2/Cluster.pm +++ b/PVE/API2/Cluster.pm @@ -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',