aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-08-25 15:26:02 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-08-25 15:26:02 +0200
commitd864743d1d94d2d13ddfc878c1f58380a5e28dcf (patch)
tree19f5319ca3c1455685059725fecc108c9780a7db
parent1610983943efb98af92f84a412229810c8621402 (diff)
downloadsonarqube-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.json3
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"
]
}
],