diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2018-02-15 10:33:33 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-03-02 13:17:32 +0100 |
commit | b035b76e5e7f6a537c00681450f4f7a5605a1026 (patch) | |
tree | 417e3c2c6c7876e09c170a6b19b137128197ea60 /sonar-ws | |
parent | dfbb661fe6369a5e93da1dc04c4f5947b625dcd8 (diff) | |
download | sonarqube-b035b76e5e7f6a537c00681450f4f7a5605a1026.tar.gz sonarqube-b035b76e5e7f6a537c00681450f4f7a5605a1026.zip |
SONAR-10423 Allow homepage feature on SonarQube
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 e949f00b351..cb83cede2e7 100644 --- a/sonar-ws/src/main/protobuf/ws-users.proto +++ b/sonar-ws/src/main/protobuf/ws-users.proto @@ -119,6 +119,7 @@ message CurrentWsResponse { ORGANIZATION = 2; MY_PROJECTS = 3; MY_ISSUES = 4; + PROJECTS = 5; } message Homepage { |