From 8b3d5c1f1229d775fc3eac0bfebf258fa7c33bf7 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 22 Jun 2018 07:52:51 +0200 Subject: [PATCH] PVE/API2/Storage/Config.pm - set type in returns schema --- PVE/API2/Storage/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Storage/Config.pm b/PVE/API2/Storage/Config.pm index 3b38304..258820d 100755 --- a/PVE/API2/Storage/Config.pm +++ b/PVE/API2/Storage/Config.pm @@ -103,7 +103,7 @@ __PACKAGE__->register_method ({ storage => get_standard_option('pve-storage-id'), }, }, - returns => {}, + returns => { type => 'object' }, code => sub { my ($param) = @_;