From 7848b733b3c0291035c212074fdc4c4a34217a07 Mon Sep 17 00:00:00 2001 From: yinle Date: Fri, 4 Apr 2014 01:52:49 -0700 Subject: [PATCH] Modify doc for policy and site. --- xCAT-server/xCAT-wsapi/genrestapidoc.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/xCAT-wsapi/genrestapidoc.pm b/xCAT-server/xCAT-wsapi/genrestapidoc.pm index b4d971f09..b11ae7f71 100755 --- a/xCAT-server/xCAT-wsapi/genrestapidoc.pm +++ b/xCAT-server/xCAT-wsapi/genrestapidoc.pm @@ -29,14 +29,14 @@ my @apigroups = ( { groupname => 'policy', header => "Policy Resources", - desc => "URI list which can be used to create, query, change and manage policy entries.", + desc => "The URI list which can be used to create, query, change and manage policy entries.", resources => ['policy', 'policy_allattr', 'policy_attr'] }, { groupname => 'globalconf', header => "Global Configuration Resources", - desc => "URI list which can be used to create, query, change global configuration.", - resources => ['all_site'] + desc => "The URI list which can be used to create, query, change global configuration.", + resources => ['all_site', 'site'] }, { groupname => 'table',