API2/Domains.pm: document 'type' return value

this way it gets printed with 'pveum realm list'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2020-03-06 11:05:40 +01:00 committed by Thomas Lamprecht
parent 32449f358e
commit f3c87f9b4e

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