storage status API: allow to filter multiple content types

This commit is contained in:
Dietmar Maurer
2015-08-07 09:44:22 +02:00
parent 27ff0e99e2
commit 583c2802f8
2 changed files with 13 additions and 4 deletions

View File

@ -47,7 +47,7 @@ __PACKAGE__->register_method ({
}),
content => {
description => "Only list stores which support this content type.",
type => 'string', format => 'pve-storage-content',
type => 'string', format => 'pve-storage-content-list',
optional => 1,
},
enabled => {