From: Dietmar Maurer Date: Wed, 11 Jan 2017 11:11:01 +0000 (+0100) Subject: PVE/API2/Domains.pm: fix property description X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=52b2eff3c5f91c6422c1959aff737ab4a733e2cc;hp=eecad221ba1bf0501d128dfd08475d79781ace17 PVE/API2/Domains.pm: fix property description --- diff --git a/PVE/API2/Domains.pm b/PVE/API2/Domains.pm index f78acbd..b5fa65e 100644 --- a/PVE/API2/Domains.pm +++ b/PVE/API2/Domains.pm @@ -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}" } ],