aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorAntoine Vigneau <antoine.vigneau@sonarsource.com>2023-08-07 10:48:08 +0200
committersonartech <sonartech@sonarsource.com>2023-08-07 20:02:49 +0000
commitc0c4127781ce9b233db01b742a7db0cadf742bd0 (patch)
tree5756592ed01d6c4d0fd8d9ed117cc1c2fdf809da /sonar-ws
parent97f8a1b245f9a3b1d58ad30be47d7c69dc1f28d0 (diff)
downloadsonarqube-c0c4127781ce9b233db01b742a7db0cadf742bd0.tar.gz
sonarqube-c0c4127781ce9b233db01b742a7db0cadf742bd0.zip
Revert "SONAR-19789 Return initial_perm_sync in /api/components/show"
This reverts commit 171c0704b98d9046bda7680585512d48ef73ecc2.
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-components.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto
index f25736afaee..d51a8a2805b 100644
--- a/sonar-ws/src/main/protobuf/ws-components.proto
+++ b/sonar-ws/src/main/protobuf/ws-components.proto
@@ -114,7 +114,6 @@ message Component {
optional string version = 19;
optional string pullRequest = 20;
optional bool needIssueSync = 21;
- optional string initialPermSync = 22;
message Tags {
repeated string tags = 1;