api/wakeonlan: add description to return schema

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-01-22 12:18:26 +01:00
parent 7efa030e81
commit ec1788043c

View File

@ -488,6 +488,7 @@ __PACKAGE__->register_method({
returns => {
type => 'string',
format => 'mac-addr',
description => 'MAC address used to assemble the WoL magic packet.',
},
code => sub {
my ($param) = @_;