]> source.dussan.org Git - sonarqube.git/commitdiff
NO-JIRA fixed Web-API documentation: api/rules/show does not support 'f' parameter
authorAurelien Poscia <aurelien.poscia@sonarsource.com>
Mon, 9 Jan 2023 07:45:51 +0000 (08:45 +0100)
committersonartech <sonartech@sonarsource.com>
Mon, 9 Jan 2023 20:03:09 +0000 (20:03 +0000)
server/sonar-webserver-webapi/src/main/java/org/sonar/server/rule/ws/ShowAction.java

index fff2d4883b78b7b815717c7acfe62a6e42f23678..ec77ecaa08ebeb2790823a9edac601fe4157fb17 100644 (file)
@@ -78,7 +78,6 @@ public class ShowAction implements RulesWsAction {
         new Change("7.5", "The field 'scope' has been added"),
         new Change("9.5", "The field 'htmlDesc' has been deprecated use 'descriptionSections' instead"),
         new Change("9.5", "The field 'descriptionSections' has been added to the payload"),
-        new Change("9.5", "The field 'descriptionSections' has been added to the 'f' parameter"),
         new Change("9.6", "'descriptionSections' can optionally embed a context field"),
         new Change("9.6", "'educationPrinciples' has been added")
       );