[pve-devel] [PATCH pve-firewall] cluster: add description to comment field on list sec groups endpoint

Hannes Laimer h.laimer at proxmox.com
Fri Nov 28 15:58:46 CET 2025


Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
---
 src/PVE/API2/Firewall/Groups.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/PVE/API2/Firewall/Groups.pm b/src/PVE/API2/Firewall/Groups.pm
index a897a1b..3d7a2c1 100644
--- a/src/PVE/API2/Firewall/Groups.pm
+++ b/src/PVE/API2/Firewall/Groups.pm
@@ -56,6 +56,7 @@ __PACKAGE__->register_method({
                 group => get_standard_option('pve-security-group-name'),
                 digest => get_standard_option('pve-config-digest', { optional => 0 }),
                 comment => {
+                    description => 'Optional comment or description.',
                     type => 'string',
                     optional => 1,
                 },
-- 
2.47.3





More information about the pve-devel mailing list