[pdm-devel] [PATCH proxmox v2 1/2] pve-api-types: update /cluster/resources endpoint
Stefan Hanreich
s.hanreich at proxmox.com
Thu Nov 13 17:20:49 CET 2025
zone-type is now kebab-cased as well, instead of snake-cased
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
pve-api-types/pve-api.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pve-api-types/pve-api.json b/pve-api-types/pve-api.json
index 3d85f561..e975972f 100644
--- a/pve-api-types/pve-api.json
+++ b/pve-api-types/pve-api.json
@@ -15846,7 +15846,7 @@
"optional": 1,
"type": "integer"
},
- "zone_type": {
+ "zone-type": {
"description": "The type of an SDN zone (for type 'sdn').",
"optional": 1,
"type": "string"
--
2.47.3
More information about the pdm-devel
mailing list