]> git.proxmox.com Git - pve-manager.git/commit
api2: use JSONSchema to validate commands for "nodes/{node}/execute"
authorStefan Sterz <s.sterz@proxmox.com>
Wed, 27 Jul 2022 14:56:12 +0000 (16:56 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 2 Aug 2022 12:14:02 +0000 (14:14 +0200)
commita1de441096fb8a05b156d81a141a311d86f80593
treea9846caed65d63b4569589b17cce80c1e7411cde
parent72db67a2b658b8f24c4125608bc1649f880706c4
api2: use JSONSchema to validate commands for "nodes/{node}/execute"

this also makes it more explicit what the different values should be

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
PVE/API2/Nodes.pm