mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-14 11:52:28 +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' ],
|
||||
optional => 1,
|
||||
},
|
||||
comment => { type => 'string', optional => 1 },
|
||||
comment => { type => 'string', optional => 1 },
|
||||
comment => {
|
||||
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}" } ],
|
||||
|
Loading…
Reference in New Issue
Block a user