From cd6b35e42839c7992c520e1dd78d50edff268fde Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 12 Jun 2017 10:53:04 +0200 Subject: SONAR-9356 add "showOnboardingTutorial" in api/user/current --- sonar-ws/src/main/protobuf/ws-users.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws/src') 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; -- cgit v1.2.3