From df2a2dbbe1b3320e885d8a9996ec2fb6b17190df Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 7 Jan 2015 08:14:14 +0100 Subject: [PATCH] API: list new 'pending' method --- PVE/API2/Qemu.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 4aaffa76..68899d8c 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -536,6 +536,7 @@ __PACKAGE__->register_method({ my $res = [ { subdir => 'config' }, + { subdir => 'pending' }, { subdir => 'status' }, { subdir => 'unlink' }, { subdir => 'vncproxy' }, -- 2.39.5