Преглед на файлове

docs: Fix "createdBefore" param description

tags/8.4.0.35506
Bruno Guimarães преди 4 години
родител
ревизия
719183146b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      server/sonar-webserver-webapi/src/main/java/org/sonar/server/issue/ws/SearchAction.java

+ 1
- 1
server/sonar-webserver-webapi/src/main/java/org/sonar/server/issue/ws/SearchAction.java Целия файл

@@ -297,7 +297,7 @@ public class SearchAction implements IssuesWsAction {
"If this parameter is set, createdSince 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 (inclusive). <br>" +
.setDescription("To retrieve issues created before the given date (exclusive). <br>" +
"Either a date (server timezone) or datetime can be provided.")
.setExampleValue("2017-10-19 or 2017-10-19T13:00:00+0200");
action.createParam(PARAM_CREATED_IN_LAST)

Loading…
Отказ
Запис