mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 16:59:02 +00:00
pveam update: add empty properties definition
To avoid warnings about undef value in RESTHandler.
This commit is contained in:
parent
af0aca8874
commit
ae7aa09d60
@ -36,6 +36,7 @@ __PACKAGE__->register_method ({
|
||||
description => "Update Container Template Database.",
|
||||
parameters => {
|
||||
additionalProperties => 0,
|
||||
properties => {},
|
||||
},
|
||||
returns => { type => 'null'},
|
||||
code => sub {
|
||||
|
Loading…
Reference in New Issue
Block a user