From 97f8a1b245f9a3b1d58ad30be47d7c69dc1f28d0 Mon Sep 17 00:00:00 2001 From: Antoine Vigneau Date: Thu, 3 Aug 2023 17:01:07 +0200 Subject: SONAR-19789 Return initial_perm_sync in /api/components/show --- sonar-ws/src/main/protobuf/ws-components.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws') 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; -- cgit v1.2.3