From 3bd90e5223f752eb4713716c853fbc04ca21af80 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 28 Mar 2023 14:25:23 +0200 Subject: [PATCH] api: description for 'id' property in /cluster/resources Signed-off-by: Wolfgang Bumiller --- PVE/API2/Cluster.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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', -- 2.39.2