X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FCommands%2FGuestStatus.pm;h=8ae6c757c601c161b4e7b8f0506ba2a5e38426fd;hp=92f424d1a937f86dfb1c0dcf7d52ce21c1895e77;hb=9305b2c986b8743013b522cb22c8bfaec351d315;hpb=42de9764b4136b003c7d2cb80e709adb7c4c22a4 diff --git a/PVE/APIClient/Commands/GuestStatus.pm b/PVE/APIClient/Commands/GuestStatus.pm index 92f424d..8ae6c75 100644 --- a/PVE/APIClient/Commands/GuestStatus.pm +++ b/PVE/APIClient/Commands/GuestStatus.pm @@ -64,7 +64,8 @@ __PACKAGE__->register_method ({ timeout => { description => "Timeout in seconds", type => 'integer', - minimum => 1 + minimum => 1, + optional => 1, }, }, }, @@ -98,7 +99,8 @@ __PACKAGE__->register_method ({ timeout => { description => "Timeout in seconds", type => 'integer', - minimum => 1 + minimum => 1, + optional => 1, }, }, },