From: Dietmar Maurer Date: Thu, 14 Jun 2018 11:22:40 +0000 (+0200) Subject: make timeouts optional X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=commitdiff_plain;h=9305b2c986b8743013b522cb22c8bfaec351d315;ds=sidebyside make timeouts optional --- 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, }, }, },