From: Dominik Csapak Date: Fri, 6 Mar 2020 10:05:40 +0000 (+0100) Subject: API2/Domains.pm: document 'type' return value X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=f3c87f9b4e1a162b3d087e14fbc84fe9788c9a9e;ds=sidebyside API2/Domains.pm: document 'type' return value this way it gets printed with 'pveum realm list' Signed-off-by: Dominik Csapak --- diff --git a/PVE/API2/Domains.pm b/PVE/API2/Domains.pm index 0e8bcf3..7f98e71 100644 --- a/PVE/API2/Domains.pm +++ b/PVE/API2/Domains.pm @@ -34,6 +34,7 @@ __PACKAGE__->register_method ({ type => "object", properties => { realm => { type => 'string' }, + type => { type => 'string' }, tfa => { description => "Two-factor authentication provider.", type => 'string',