From 52b2eff3c5f91c6422c1959aff737ab4a733e2cc Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 11 Jan 2017 12:11:01 +0100 Subject: [PATCH 1/1] PVE/API2/Domains.pm: fix property description --- PVE/API2/Domains.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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}" } ], -- 2.39.2