]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/API2/LXC/Snapshot.pm
implement pct listsnapshot cli command
[pve-container.git] / src / PVE / API2 / LXC / Snapshot.pm
index 7ed6614fc63b437081ff986853414b1ec2e95da6..3938d7d259fd8ceab184e854d87def715e5459a5 100644 (file)
@@ -20,7 +20,7 @@ use PVE::JSONSchema qw(get_standard_option);
 use base qw(PVE::RESTHandler);
 
 __PACKAGE__->register_method({
-    name => 'snapshot_list',
+    name => 'list',
     path => '',
     method => 'GET',
     description => "List all snapshots.",