diff options
author | Zipeng WU <zipeng.wu@sonarsource.com> | 2023-03-06 18:46:02 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-03-07 20:02:54 +0000 |
commit | b2458a2688f81e8370f672757640af32b23c8648 (patch) | |
tree | a657c07e32e2b91b7a77f2ac30adf37a2fd009b6 /sonar-ws-generator/src | |
parent | 2ef9e45cf45c5fb14c61981f880249eb36dc0029 (diff) | |
download | sonarqube-b2458a2688f81e8370f672757640af32b23c8648.tar.gz sonarqube-b2458a2688f81e8370f672757640af32b23c8648.zip |
SONAR-18600 Remove deprecated items that are not used anymore
Diffstat (limited to 'sonar-ws-generator/src')
-rw-r--r-- | sonar-ws-generator/src/main/resources/snapshot-of-api.json | 80 |
1 files changed, 0 insertions, 80 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 47f92478d4f..6f3a0b50198 100644 --- a/sonar-ws-generator/src/main/resources/snapshot-of-api.json +++ b/sonar-ws-generator/src/main/resources/snapshot-of-api.json @@ -5522,48 +5522,6 @@ ] }, { - "path": "api/properties", - "since": "2.6", - "description": "This web service is deprecated, please use api/settings instead.", - "actions": [ - { - "key": "index", - "description": "This web service is deprecated, please use api/settings/values instead.", - "since": "2.6", - "deprecatedSince": "6.3", - "internal": false, - "post": false, - "hasResponseExample": true, - "changelog": [], - "params": [ - { - "key": "format", - "description": "Only json response format is available", - "required": false, - "internal": false, - "possibleValues": [ - "json" - ] - }, - { - "key": "id", - "description": "Setting key", - "required": false, - "internal": false, - "exampleValue": "sonar.test.inclusions" - }, - { - "key": "resource", - "description": "Component key or database id", - "required": false, - "internal": false, - "exampleValue": "my_project" - } - ] - } - ] - }, - { "path": "api/qualitygates", "since": "4.3", "description": "Manage quality gates, including conditions and project association.", @@ -9129,49 +9087,11 @@ ] }, { - "path": "api/timemachine", - "since": "2.10", - "description": "Removed since 6.3, please use api/measures/search_history instead", - "actions": [ - { - "key": "index", - "description": "The web service is removed and you're invited to use api/measures/search_history instead", - "since": "2.10", - "deprecatedSince": "6.3", - "internal": false, - "post": false, - "hasResponseExample": true, - "changelog": [] - } - ] - }, - { "path": "api/updatecenter", "since": "2.10", "description": "Get list of installed plugins", "actions": [ { - "key": "installed_plugins", - "description": "Get the list of all the plugins installed on the SonarQube instance", - "since": "2.10", - "deprecatedSince": "6.3", - "internal": true, - "post": false, - "hasResponseExample": true, - "changelog": [], - "params": [ - { - "key": "format", - "description": "Only json response format is available", - "required": false, - "internal": false, - "possibleValues": [ - "json" - ] - } - ] - }, - { "key": "upload", "description": "Upload a plugin.<br /> Requires 'Administer System' permission.", "since": "6.0", |