summaryrefslogtreecommitdiffstats
path: root/sonar-ws/src
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-06-12 10:53:04 +0200
committerStas Vilchik <stas.vilchik@sonarsource.com>2017-06-20 04:10:53 -0700
commitcd6b35e42839c7992c520e1dd78d50edff268fde (patch)
treec209da031acbd6c565d0ee496e0b1e6b461140ea /sonar-ws/src
parent5454194d8a367d1aa7d1df29bb591edefa8319c2 (diff)
downloadsonarqube-cd6b35e42839c7992c520e1dd78d50edff268fde.tar.gz
sonarqube-cd6b35e42839c7992c520e1dd78d50edff268fde.zip
SONAR-9356 add "showOnboardingTutorial" in api/user/current
Diffstat (limited to 'sonar-ws/src')
-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 0eddebed940..c71a3395f2d 100644
--- a/sonar-ws/src/main/protobuf/ws-users.proto
+++ b/sonar-ws/src/main/protobuf/ws-users.proto
@@ -105,6 +105,7 @@ message CurrentWsResponse {
repeated string scmAccounts = 8;
repeated string groups = 9;
optional Permissions permissions = 10;
+ optional bool showOnboardingTutorial = 11;
message Permissions {
repeated string global = 1;