diff options
author | David Cho-Lerat <117642976+david-cho-lerat-sonarsource@users.noreply.github.com> | 2022-12-15 17:09:31 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-15 20:03:33 +0000 |
commit | bef04f50354e73fe8ae49137ea903488c431caff (patch) | |
tree | a2f8708e75cc921ddff59ab598fb2c4beda633e0 /sonar-ws-generator/src | |
parent | f0582195b40b656b525d7d0df55120f899b21693 (diff) | |
download | sonarqube-bef04f50354e73fe8ae49137ea903488c431caff.tar.gz sonarqube-bef04f50354e73fe8ae49137ea903488c431caff.zip |
SONAR-13057 Explain that update in sonar.properties are not taken into account when restarting from UI/WS9.8.0.63668
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 72630f2deee..47f92478d4f 100644 --- a/sonar-ws-generator/src/main/resources/snapshot-of-api.json +++ b/sonar-ws-generator/src/main/resources/snapshot-of-api.json @@ -8961,7 +8961,7 @@ }, { "key": "restart", - "description": "Restart server. Require 'Administer System' permission. Perform a full restart of the Web, Search and Compute Engine Servers processes.", + "description": "Restarts server. Requires 'Administer System' permission. Performs a full restart of the Web, Search and Compute Engine Servers processes. Does not reload sonar.properties.", "since": "4.3", "internal": false, "post": true, |