I'm trying to add a subnet to an existing IPSet of an existing VM via the API. According to the docs (https://pve.proxmox.com/pve-docs/api-viewer/index.html) the correct command would be:
pvesh set /nodes/{node}/qemu/{vmid}/firewall/ipset/{name}/{cidr}
But this command doesn't work (node and...