From d52b1535cdffa2465673c9a384ec24d3bb7be24b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 2 Jul 2021 11:36:21 +0200 Subject: [PATCH] api: cluster: add backupinfo to subdirectories to make it actually show up in auto-completion and some docs.. Signed-off-by: Thomas Lamprecht --- PVE/API2/Cluster.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/Cluster.pm b/PVE/API2/Cluster.pm index ab5b28a1..455f1845 100644 --- a/PVE/API2/Cluster.pm +++ b/PVE/API2/Cluster.pm @@ -131,6 +131,7 @@ __PACKAGE__->register_method ({ { name => 'replication' }, { name => 'tasks' }, { name => 'backup' }, + { name => 'backupinfo' }, { name => 'ha' }, { name => 'status' }, { name => 'nextid' },