]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14945 Incorrect API description for api/qualityprofiles/projects
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Mon, 28 Jun 2021 18:44:46 +0000 (13:44 -0500)
committersonartech <sonartech@sonarsource.com>
Tue, 29 Jun 2021 20:03:17 +0000 (20:03 +0000)
server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java

index f1801aa537e0e6849502a59da0d75a3af65e7f8e..ba8fdf62f3c9083475ba7de18f878971f43f0a83 100644 (file)
@@ -63,7 +63,7 @@ public class ProjectsAction implements QProfileWsAction {
       .setSince("5.2")
       .setHandler(this)
       .setDescription("List projects with their association status regarding a quality profile <br/>" +
-        "See api/qualitygates/search in order to get the Quality Gate Profile Key")
+        "See api/qualityprofiles/search in order to get the Quality Profile Key")
       .setResponseExample(getClass().getResource("projects-example.json"));
 
     action.setChangelog(