diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-08-25 15:26:02 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-08-25 15:26:02 +0200 |
commit | d864743d1d94d2d13ddfc878c1f58380a5e28dcf (patch) | |
tree | 19f5319ca3c1455685059725fecc108c9780a7db | |
parent | 1610983943efb98af92f84a412229810c8621402 (diff) | |
download | sonarqube-d864743d1d94d2d13ddfc878c1f58380a5e28dcf.tar.gz sonarqube-d864743d1d94d2d13ddfc878c1f58380a5e28dcf.zip |
SONAR-6582 complete example of api/issues/search with actions
-rw-r--r-- | server/sonar-server/src/main/resources/org/sonar/server/issue/ws/example-search.json | 3 |
1 files changed, 3 insertions, 0 deletions
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" ] } ], |