From: Simon Brandhof Date: Tue, 25 Aug 2015 13:26:02 +0000 (+0200) Subject: SONAR-6582 complete example of api/issues/search with actions X-Git-Tag: 5.2-RC1~623 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d864743d1d94d2d13ddfc878c1f58380a5e28dcf;p=sonarqube.git SONAR-6582 complete example of api/issues/search with actions --- diff --git a/server/sonar-server/src/main/resources/org/sonar/server/issue/ws/example-search.json b/server/sonar-server/src/main/resources/org/sonar/server/issue/ws/example-search.json index 81eeabb464d..b02142ae1e2 100644 --- a/server/sonar-server/src/main/resources/org/sonar/server/issue/ws/example-search.json +++ b/server/sonar-server/src/main/resources/org/sonar/server/issue/ws/example-search.json @@ -43,6 +43,9 @@ "unconfirm", "resolve", "falsepositive" + ], + "actions": [ + "comment" ] } ],