diff options
author | guillaume-peoch-sonarsource <91735163+guillaume-peoch-sonarsource@users.noreply.github.com> | 2022-07-14 15:52:56 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-07-14 20:03:47 +0000 |
commit | c679155c37f3d154807d07a3afaea8c42e91ebbf (patch) | |
tree | 5252fd4e798f91843ccff4230837bac7108b1153 /sonar-ws-generator | |
parent | a358dbf7c956056bb80b3f5d1628357e8a99f8b9 (diff) | |
download | sonarqube-c679155c37f3d154807d07a3afaea8c42e91ebbf.tar.gz sonarqube-c679155c37f3d154807d07a3afaea8c42e91ebbf.zip |
SONAR-16465 Replace parameter sinceLeakPeriod with inNewCodePeriod (#6275)
* SONAR-16465 Replace parameter sinceLeakPeriod with inNewCodePeriod
Diffstat (limited to 'sonar-ws-generator')
-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 8ea56326f97..72630f2deee 100644 --- a/sonar-ws-generator/src/main/resources/snapshot-of-api.json +++ b/sonar-ws-generator/src/main/resources/snapshot-of-api.json @@ -1902,7 +1902,7 @@ ] }, { - "key": "sinceLeakPeriod", + "key": "inNewCodePeriod", "description": "To retrieve issues created since the leak period.<br>If this parameter is set to a truthy value, createdAfter must not be set and one component id or key must be provided.", "required": false, "internal": false, |