diff options
Diffstat (limited to 'sonar-ws-generator/src')
-rw-r--r-- | sonar-ws-generator/src/main/resources/snapshot-of-api.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws-generator/src/main/resources/snapshot-of-api.json b/sonar-ws-generator/src/main/resources/snapshot-of-api.json index c6f421ea15b..bf174e9153c 100644 --- a/sonar-ws-generator/src/main/resources/snapshot-of-api.json +++ b/sonar-ws-generator/src/main/resources/snapshot-of-api.json @@ -1878,7 +1878,7 @@ }, { "key": "createdAfter", - "description": "To retrieve issues created after the given date (inclusive). <br>Either a date (server timezone) or datetime can be provided. <br>If this parameter is set, createdSince must not be set", + "description": "To retrieve issues created after the given date (inclusive). <br>Either a date (server timezone) or datetime can be provided. <br>If this parameter is set, createdInLast must not be set", "required": false, "internal": false, "exampleValue": "2017-10-19 or 2017-10-19T13:00:00+0200" |