aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2020-09-08 11:53:56 +0200
committersonartech <sonartech@sonarsource.com>2020-09-09 20:07:14 +0000
commit4e2c7f4e37f3f1263a44a5e7fd612f553ec916ed (patch)
tree283adceba8153a67aac68245d74cbdb0a00b1e33 /sonar-ws
parent6885b465d9fffa09f8c03b03ebd792f8669f9685 (diff)
downloadsonarqube-4e2c7f4e37f3f1263a44a5e7fd612f553ec916ed.tar.gz
sonarqube-4e2c7f4e37f3f1263a44a5e7fd612f553ec916ed.zip
SONAR-13770 Fix user group update
Diffstat (limited to 'sonar-ws')
-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 d4e70780514..787f23845c8 100644
--- a/sonar-ws/src/main/protobuf/ws-user_groups.proto
+++ b/sonar-ws/src/main/protobuf/ws-user_groups.proto
@@ -43,7 +43,7 @@ message SearchWsResponse {
}
message Group {
- optional string uuid = 1;
+ optional string id = 1;
optional string organization = 2;
optional string name = 3;
optional string description = 4;