Commit d2fcf447 authored by Dietmar Maurer's avatar Dietmar Maurer

report: change return type to string

parent 12162b36
...@@ -1146,10 +1146,10 @@ __PACKAGE__->register_method({ ...@@ -1146,10 +1146,10 @@ __PACKAGE__->register_method({
}, },
}, },
returns => { returns => {
type => 'object', type => 'string',
}, },
code => sub { code => sub {
return { report => PVE::Report::generate() }; return PVE::Report::generate();
}}); }});
my $get_start_stop_list = sub { my $get_start_stop_list = sub {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment