]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8790 Fix description of 'f' parameter
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 9 Mar 2017 13:28:12 +0000 (14:28 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 9 Mar 2017 13:28:12 +0000 (14:28 +0100)
server/sonar-server/src/main/java/org/sonar/server/component/ws/SearchProjectsAction.java

index 3be2b0458ee85b47c071d77e84c2ace36947f66b..688dc8d05509daed662356922d3e4e1b0dc8d512 100644 (file)
@@ -110,6 +110,7 @@ public class SearchProjectsAction implements ComponentsWsAction {
       .setHandler(this);
 
     action.createFieldsParam(POSSIBLE_FIELDS)
+      .setDescription("Comma-separated list of the fields to be returned in response")
       .setSince("6.4");
     action.createParam(PARAM_ORGANIZATION)
       .setDescription("the organization to search projects in")