diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2018-10-23 16:39:20 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-11-16 20:21:04 +0100 |
commit | f714aa7a66fd87a39898390edd0c15f0c77dd248 (patch) | |
tree | b65a64780009f497e3c9f4263af07df51cea2f10 /sonar-ws | |
parent | f0e05b42339d0736bf117c631bde4530cc1f356a (diff) | |
download | sonarqube-f714aa7a66fd87a39898390edd0c15f0c77dd248.tar.gz sonarqube-f714aa7a66fd87a39898390edd0c15f0c77dd248.zip |
SONAR-11323 Return personal organization info
* Return personalOrganization in api/users/current
* Replace type by personal in api/alm_integrations/show_org
* Update AlmOrganization type with personal flag instead of type field
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-users.proto | 1 |
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 93c8b9bf755..d3ba178ebea 100644 --- a/sonar-ws/src/main/protobuf/ws-users.proto +++ b/sonar-ws/src/main/protobuf/ws-users.proto @@ -109,6 +109,7 @@ message CurrentWsResponse { optional bool showOnboardingTutorial = 11; optional string avatar = 12; optional Homepage homepage = 13; + optional string personalOrganization = 14; message Permissions { repeated string global = 1; |