aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-user_groups.proto
diff options
context:
space:
mode:
authorMichal Duda <michal.duda@sonarsource.com>2020-10-09 14:25:55 +0200
committersonartech <sonartech@sonarsource.com>2020-10-16 20:07:40 +0000
commit4d8f0c4bf3214a0a36e15ada2a8b1090543eaf8e (patch)
tree0806728aaa059a3b1f1b3c908bcf2dc8ef098ec1 /sonar-ws/src/main/protobuf/ws-user_groups.proto
parent276abb42335b4609f922bbf7c289cc26bb98f302 (diff)
downloadsonarqube-4d8f0c4bf3214a0a36e15ada2a8b1090543eaf8e.tar.gz
sonarqube-4d8f0c4bf3214a0a36e15ada2a8b1090543eaf8e.zip
SONAR-13936 Remove use of organizations in Groups
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-user_groups.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-user_groups.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-user_groups.proto b/sonar-ws/src/main/protobuf/ws-user_groups.proto
index 787f23845c8..bb5e07a7921 100644
--- a/sonar-ws/src/main/protobuf/ws-user_groups.proto
+++ b/sonar-ws/src/main/protobuf/ws-user_groups.proto
@@ -43,8 +43,8 @@ message SearchWsResponse {
}
message Group {
+ reserved 2;
optional string id = 1;
- optional string organization = 2;
optional string name = 3;
optional string description = 4;
optional int32 membersCount = 5;