aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-user_groups.proto
diff options
context:
space:
mode:
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;