aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorAntoine Vigneau <antoine.vigneau@sonarsource.com>2023-08-03 17:01:07 +0200
committersonartech <sonartech@sonarsource.com>2023-08-04 20:04:15 +0000
commit97f8a1b245f9a3b1d58ad30be47d7c69dc1f28d0 (patch)
tree7107565efd41a4b251cb60c253045fd468cea76e /sonar-ws
parent403184b1e34b1697c7913a3ede51343567f5e5cb (diff)
downloadsonarqube-97f8a1b245f9a3b1d58ad30be47d7c69dc1f28d0.tar.gz
sonarqube-97f8a1b245f9a3b1d58ad30be47d7c69dc1f28d0.zip
SONAR-19789 Return initial_perm_sync in /api/components/show
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-components.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto
index d51a8a2805b..f25736afaee 100644
--- a/sonar-ws/src/main/protobuf/ws-components.proto
+++ b/sonar-ws/src/main/protobuf/ws-components.proto
@@ -114,6 +114,7 @@ message Component {
optional string version = 19;
optional string pullRequest = 20;
optional bool needIssueSync = 21;
+ optional string initialPermSync = 22;
message Tags {
repeated string tags = 1;