]> git.proxmox.com Git - pmg-api.git/commitdiff
fix schema definition
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 17 Sep 2018 07:36:13 +0000 (09:36 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 17 Sep 2018 07:36:48 +0000 (09:36 +0200)
PMG/CLI/pmgdb.pm

index 6017826acad8be3dbccb15a914b0ad17558f8a11..e3031a0de14482b36c5a97b07cc8044dd6d66c1b 100644 (file)
@@ -73,6 +73,7 @@ __PACKAGE__->register_method ({
     description => "Print the PMG rule database.",
     parameters => {
        additionalProperties => 0,
+       properties => {},
     },
     returns => { type => 'null'},
     code => sub {
@@ -100,6 +101,7 @@ __PACKAGE__->register_method ({
     description => "Delete PMG rule database.",
     parameters => {
        additionalProperties => 0,
+       properties => {},
     },
     returns => { type => 'null'},
     code => sub {
@@ -197,6 +199,7 @@ __PACKAGE__->register_method ({
     description => "Update the PMG statistic database.",
     parameters => {
        additionalProperties => 0,
+       properties => {},
     },
     returns => { type => 'null'},
     code => sub {