aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-04-03 13:18:47 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-04-13 11:51:55 +0200
commit5af3c50c71a529dffe4298dce18d765d6679bf97 (patch)
tree60f01adff2d179be0433b51e89a996b07954ad72 /sonar-ws
parent5cbd2c71ea6b95df4cda38bd38b7d1c220058ce0 (diff)
downloadsonarqube-5af3c50c71a529dffe4298dce18d765d6679bf97.tar.gz
sonarqube-5af3c50c71a529dffe4298dce18d765d6679bf97.zip
SONAR-9016 Return 'default' in api/users/groups
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-users.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-users.proto b/sonar-ws/src/main/protobuf/ws-users.proto
index 25bcdf43458..d34882789a5 100644
--- a/sonar-ws/src/main/protobuf/ws-users.proto
+++ b/sonar-ws/src/main/protobuf/ws-users.proto
@@ -61,6 +61,7 @@ message GroupsWsResponse {
optional string name = 2;
optional string description = 3;
optional bool selected = 4;
+ optional bool default = 5;
}
}