diff options
author | Antoine Vigneau <antoine.vigneau@sonarsource.com> | 2023-08-07 10:48:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-08-07 20:02:49 +0000 |
commit | c0c4127781ce9b233db01b742a7db0cadf742bd0 (patch) | |
tree | 5756592ed01d6c4d0fd8d9ed117cc1c2fdf809da /sonar-ws | |
parent | 97f8a1b245f9a3b1d58ad30be47d7c69dc1f28d0 (diff) | |
download | sonarqube-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.proto | 1 |
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; |