api: fix nodes stats memory return type description

Signed-off-by: Tim Marx <t.marx@proxmox.com>
This commit is contained in:
Tim Marx 2019-08-26 13:13:42 +02:00 committed by Thomas Lamprecht
parent 2e90713e10
commit fe21306039

View File

@ -2125,7 +2125,7 @@ __PACKAGE__->register_method ({
},
mem => {
description => "Used memory in bytes.",
type => 'string',
type => 'integer',
optional => 1,
renderer => 'bytes',
},