aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-04-03 14:46:58 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-04-13 11:51:55 +0200
commite550af84eeb77eb7a06b38ed8c4024fe392d6871 (patch)
tree685ff490f23c79a3dae5ba7bcf1d36a49347529a /sonar-ws
parentdc16c19711d8a5863c37bb60d73eb10071d638a4 (diff)
downloadsonarqube-e550af84eeb77eb7a06b38ed8c4024fe392d6871.tar.gz
sonarqube-e550af84eeb77eb7a06b38ed8c4024fe392d6871.zip
SONAR-9016 Return 'default' in api/user_groups/create WS
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-user_groups.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-user_groups.proto b/sonar-ws/src/main/protobuf/ws-user_groups.proto
index d9fc797f484..25c7704ce9f 100644
--- a/sonar-ws/src/main/protobuf/ws-user_groups.proto
+++ b/sonar-ws/src/main/protobuf/ws-user_groups.proto
@@ -48,4 +48,5 @@ message Group {
optional string name = 3;
optional string description = 4;
optional int32 membersCount = 5;
+ optional bool default = 6;
}