public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-firewall] cluster: add description to comment field on list sec groups endpoint
@ 2025-11-28 14:58 Hannes Laimer
  0 siblings, 0 replies; only message in thread
From: Hannes Laimer @ 2025-11-28 14:58 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Hannes Laimer <h.laimer@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-28 14:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-28 14:58 [pve-devel] [PATCH pve-firewall] cluster: add description to comment field on list sec groups endpoint Hannes Laimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal