]> source.dussan.org Git - sonarqube.git/commitdiff
Set /api/rules/list as internal
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 18 Apr 2014 09:45:35 +0000 (11:45 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 18 Apr 2014 09:45:35 +0000 (11:45 +0200)
sonar-server/src/main/java/org/sonar/server/rule/ws/RulesWs.java

index 33187d35072a144d2380ea25e2375f370404abff..18af6b9758c8ef2081cbfe43d176ad289b907283 100644 (file)
@@ -43,6 +43,7 @@ public class RulesWs implements WebService {
     controller.createAction("list")
       .setDescription("List rules that match the given criteria")
       .setSince("4.3")
+      .setInternal(true)
       .setHandler(searchHandler)
       .createParam("s", "An optional query that will be matched against rule titles.")
       .createParam("k", "An optional query that will be matched exactly agains rule keys.")