mirror of
https://git.proxmox.com/git/pve-container
synced 2025-10-04 20:22:16 +00:00
api: re-add trailing commas
They got removed without actual reason in a recent commit. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5f9f011734
commit
7c7bec38fe
@ -2574,13 +2574,13 @@ __PACKAGE__->register_method({
|
||||
inet => {
|
||||
type => 'string',
|
||||
description => 'The IPv4 address of the interface',
|
||||
optional => 1
|
||||
optional => 1,
|
||||
},
|
||||
# TODO: deprecate on next major release
|
||||
inet6 => {
|
||||
type => 'string',
|
||||
description => 'The IPv6 address of the interface',
|
||||
optional => 1
|
||||
optional => 1,
|
||||
},
|
||||
"ip-addresses" => {
|
||||
type => 'array',
|
||||
|
Loading…
Reference in New Issue
Block a user