mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 10:42:21 +00:00
api/wakeonlan: add description to return schema
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7efa030e81
commit
ec1788043c
@ -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) = @_;
|
||||
|
Loading…
Reference in New Issue
Block a user