aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2021-02-09 15:14:33 +0100
committersonartech <sonartech@sonarsource.com>2021-02-11 20:07:06 +0000
commit08076f0c06f5e70b6b6a48c84d8dde056f613104 (patch)
tree5eed57bfa1bbadeb9a042ea194d36898c08a0543 /server/sonar-webserver-webapi
parent242528109732e5f4bdedbf41495f7e5687fdb7ae (diff)
downloadsonarqube-08076f0c06f5e70b6b6a48c84d8dde056f613104.tar.gz
sonarqube-08076f0c06f5e70b6b6a48c84d8dde056f613104.zip
SONAR-14316 Correct API documentation
Diffstat (limited to 'server/sonar-webserver-webapi')
-rw-r--r--server/sonar-webserver-webapi/src/main/java/org/sonar/server/issue/ws/SearchAction.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-webserver-webapi/src/main/java/org/sonar/server/issue/ws/SearchAction.java b/server/sonar-webserver-webapi/src/main/java/org/sonar/server/issue/ws/SearchAction.java
index 2852afebf3b..6bb64d140a7 100644
--- a/server/sonar-webserver-webapi/src/main/java/org/sonar/server/issue/ws/SearchAction.java
+++ b/server/sonar-webserver-webapi/src/main/java/org/sonar/server/issue/ws/SearchAction.java
@@ -306,7 +306,7 @@ public class SearchAction implements IssuesWsAction {
action.createParam(PARAM_CREATED_AFTER)
.setDescription("To retrieve issues created after the given date (inclusive). <br>" +
"Either a date (use '" + PARAM_TIMEZONE + "' attribute or it will default to server timezone) or datetime can be provided. <br>" +
- "If this parameter is set, createdSince must not be set")
+ "If this parameter is set, createdInLast must not be set")
.setExampleValue("2017-10-19 or 2017-10-19T13:00:00+0200");
action.createParam(PARAM_CREATED_BEFORE)
.setDescription("To retrieve issues created before the given date (exclusive). <br>" +