aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-users.proto
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-users.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-users.proto16
1 files changed, 6 insertions, 10 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-users.proto b/sonar-ws/src/main/protobuf/ws-users.proto
index b42b8a2abe0..a12b035594f 100644
--- a/sonar-ws/src/main/protobuf/ws-users.proto
+++ b/sonar-ws/src/main/protobuf/ws-users.proto
@@ -118,21 +118,17 @@ message CurrentWsResponse {
enum HomepageType {
PROJECT = 1;
- ORGANIZATION = 2;
- MY_PROJECTS = 3;
- MY_ISSUES = 4;
- PROJECTS = 5;
- ISSUES = 6;
- PORTFOLIO = 7;
- PORTFOLIOS = 8;
- APPLICATION = 9;
+ PROJECTS = 2;
+ ISSUES = 3;
+ PORTFOLIO = 4;
+ PORTFOLIOS = 5;
+ APPLICATION = 6;
}
message Homepage {
optional HomepageType type = 1;
optional string component = 2;
- optional string organization = 3;
- optional string branch = 4;
+ optional string branch = 3;
}
message Setting {