From: Teryk Bellahsene Date: Fri, 11 Nov 2016 08:59:30 +0000 (+0100) Subject: SONAR-8313 Describe filter field in WS api/components/search_projects X-Git-Tag: 6.2-RC1~124 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=103982f1e5a6a2e6484241e814bfb0ef082dce71;p=sonarqube.git SONAR-8313 Describe filter field in WS api/components/search_projects --- diff --git a/server/sonar-server/src/main/java/org/sonar/server/component/ws/SearchProjectsAction.java b/server/sonar-server/src/main/java/org/sonar/server/component/ws/SearchProjectsAction.java index 3f1f5256afe..1e13d6be6fb 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/component/ws/SearchProjectsAction.java +++ b/server/sonar-server/src/main/java/org/sonar/server/component/ws/SearchProjectsAction.java @@ -87,7 +87,16 @@ public class SearchProjectsAction implements ComponentsWsAction { .setPossibleValues(SUPPORTED_FACETS); action .createParam(PARAM_FILTER) - .setDescription("TODO"); + .setDescription("Filter projects on measure value, quality gate or whether a project is a favorite or not.
" + + "Examples of use:" + + ""); } @Override