PVE/API2/Domains.pm: fix property description

This commit is contained in:
Dietmar Maurer 2017-01-11 12:11:01 +01:00
parent eecad221ba
commit 52b2eff3c5

View File

@ -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}" } ],