]> git.proxmox.com Git - pve-access-control.git/commitdiff
API2/Domains.pm: document 'type' return value
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 6 Mar 2020 10:05:40 +0000 (11:05 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 7 Mar 2020 18:50:22 +0000 (19:50 +0100)
this way it gets printed with 'pveum realm list'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Domains.pm

index 0e8bcf3423c082dd461fe37ce7e0dbf7b41dbefe..7f98e717b82259e3cdcdf87f5250a9194c99c32a 100644 (file)
@@ -34,6 +34,7 @@ __PACKAGE__->register_method ({
            type => "object",
            properties => {
                realm => { type => 'string' },
+               type => { type => 'string' },
                tfa => {
                    description => "Two-factor authentication provider.",
                    type => 'string',