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:
Thomas Lamprecht 2025-04-07 19:29:04 +02:00
parent 5f9f011734
commit 7c7bec38fe

View File

@ -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',