mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-15 12:07:16 +00:00
PVE/API2/Domains.pm: fix property description
This commit is contained in:
parent
eecad221ba
commit
52b2eff3c5
@ -40,8 +40,11 @@ __PACKAGE__->register_method ({
|
|||||||
enum => [ 'yubico', 'oath' ],
|
enum => [ 'yubico', 'oath' ],
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
comment => { type => 'string', optional => 1 },
|
comment => {
|
||||||
comment => { type => 'string', optional => 1 },
|
description => "A comment. The GUI use this text when you select a domain (Realm) on the login window.",
|
||||||
|
type => 'string',
|
||||||
|
optional => 1,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
links => [ { rel => 'child', href => "{realm}" } ],
|
links => [ { rel => 'child', href => "{realm}" } ],
|
||||||
|
Loading…
Reference in New Issue
Block a user