diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-users.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-users.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-users.proto b/sonar-ws/src/main/protobuf/ws-users.proto index ec2af94934e..52579c59150 100644 --- a/sonar-ws/src/main/protobuf/ws-users.proto +++ b/sonar-ws/src/main/protobuf/ws-users.proto @@ -107,7 +107,7 @@ message CurrentWsResponse { repeated string scmAccounts = 8; repeated string groups = 9; optional Permissions permissions = 10; - optional bool showOnboardingTutorial = 11; + reserved 11; // showOnboardingTutorial removed optional string avatar = 12; optional Homepage homepage = 13; reserved 15; // settings removed |