]> source.dussan.org Git - sonarqube.git/commitdiff
Update some docs for /api/rules/list
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 18 Apr 2014 09:56:47 +0000 (11:56 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 18 Apr 2014 11:59:14 +0000 (13:59 +0200)
sonar-server/src/main/java/org/sonar/server/rule/ws/RulesWs.java

index d7a4dd13826ab5b888ed61422ddd6003d6bd1cb9..332cfc93d6f59a8167831033f9a59f37d839201e 100644 (file)
@@ -51,7 +51,7 @@ public class RulesWs implements WebService {
       .createParam("repositories", "Comma-separated list of repositories")
       .createParam("severities", "Comma-separated list of severities. Possible values: INFO | MINOR | MAJOR | CRITICAL | BLOCKER.")
       .createParam("statuses", "Comma-separated list of statuses. Possible values: READY | BETA | DEPRECATED.")
-      .createParam("tags", "Comma-separated list of tags. The rule is returned if it matches at least of one these tags.")
+      .createParam("tags", "Comma-separated list of tags. The rule is returned if it matches all the tags.")
       .createParam("debtCharacteristics", "Comma-separated list of characteristics / sub-characteristics.")
       .createParam("hasDebtCharacteristic", "Determine if returned rules should be linked to a debt characteristic or not. Possible values: true | false")
       .createParam("ps", "Page size (default is 25).")