aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-generator/src/main/resources/snapshot-of-api.json
diff options
context:
space:
mode:
authorLukasz Jarocki <lukasz.jarocki@sonarsource.com>2021-08-26 16:24:36 +0200
committersonartech <sonartech@sonarsource.com>2021-08-26 20:04:29 +0000
commit680aed78d5a58249ae56ca36b5f495bb579bce1a (patch)
treef0e4b70fdbf7019d8c1e50c0910f6403d60444ae /sonar-ws-generator/src/main/resources/snapshot-of-api.json
parent5e216710672e237ce18e43c0c8fe82faacaacd3b (diff)
downloadsonarqube-680aed78d5a58249ae56ca36b5f495bb579bce1a.tar.gz
sonarqube-680aed78d5a58249ae56ca36b5f495bb579bce1a.zip
SONAR-15313 drop endpoints from WebAPI deprecated since 7.X
Co-authored-by: Lukasz Jarocki <lukasz.jarocki@sonarsource.com> Co-authored-by: Philippe Perrin <philippe.perrin@sonarsource.com> Co-authored-by: MikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Diffstat (limited to 'sonar-ws-generator/src/main/resources/snapshot-of-api.json')
-rw-r--r--sonar-ws-generator/src/main/resources/snapshot-of-api.json101
1 files changed, 0 insertions, 101 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 adf89686b3b..ad667b4aeff 100644
--- a/sonar-ws-generator/src/main/resources/snapshot-of-api.json
+++ b/sonar-ws-generator/src/main/resources/snapshot-of-api.json
@@ -3941,89 +3941,6 @@
]
},
{
- "key": "search_global_permissions",
- "description": "List global permissions. <br />Requires the following permission: 'Administer System'",
- "since": "5.2",
- "deprecatedSince": "6.5",
- "internal": false,
- "post": false,
- "hasResponseExample": true,
- "changelog": [],
- "params": [
- {
- "key": "organization",
- "description": "Key of organization, used when group name is set",
- "since": "6.2",
- "required": false,
- "internal": true,
- "exampleValue": "my-org"
- }
- ]
- },
- {
- "key": "search_project_permissions",
- "description": "List project permissions. A project can be a technical project, a view or a developer.<br />Requires one of the following permissions:<ul><li>'Administer System'</li><li>'Administer' rights on the specified project</li></ul>",
- "since": "5.2",
- "deprecatedSince": "6.5",
- "internal": false,
- "post": false,
- "hasResponseExample": true,
- "changelog": [],
- "params": [
- {
- "key": "p",
- "description": "1-based page number",
- "required": false,
- "internal": false,
- "defaultValue": "1",
- "exampleValue": "42",
- "deprecatedKey": "pageIndex",
- "deprecatedKeySince": "5.2"
- },
- {
- "key": "projectId",
- "description": "Project id",
- "required": false,
- "internal": false,
- "exampleValue": "ce4c03d6-430f-40a9-b777-ad877c00aa4d"
- },
- {
- "key": "projectKey",
- "description": "Project key",
- "required": false,
- "internal": false,
- "exampleValue": "my_project"
- },
- {
- "key": "ps",
- "description": "Page size. Must be greater than 0.",
- "required": false,
- "internal": false,
- "defaultValue": "25",
- "exampleValue": "20",
- "deprecatedKey": "pageSize",
- "deprecatedKeySince": "5.2"
- },
- {
- "key": "q",
- "description": "Limit search to: <ul><li>project names that contain the supplied string</li><li>project keys that are exactly the same as the supplied string</li></ul>",
- "required": false,
- "internal": false,
- "exampleValue": "apac"
- },
- {
- "key": "qualifier",
- "description": "Project qualifier. Filter the results with the specified qualifier. Possible values are:<ul><li>TRK - Projects</li></ul>",
- "since": "5.3",
- "required": false,
- "internal": false,
- "possibleValues": [
- "TRK"
- ]
- }
- ]
- },
- {
"key": "search_templates",
"description": "List permission templates.<br />Requires the following permission: 'Administer System'.",
"since": "5.2",
@@ -6069,24 +5986,6 @@
]
},
{
- "key": "unset_default",
- "description": "Unset a quality gate as the default quality gate.<br>Requires the 'Administer Quality Gates' permission.",
- "since": "4.3",
- "internal": false,
- "post": true,
- "hasResponseExample": false,
- "changelog": [],
- "params": [
- {
- "key": "id",
- "description": "ID of the quality gate to unset as default",
- "required": true,
- "internal": false,
- "exampleValue": "1"
- }
- ]
- },
- {
"key": "update_condition",
"description": "Update a condition attached to a quality gate.<br>Requires the 'Administer Quality Gates' permission.",
"since": "4.3",