diff options
author | Guillaume Jambet <guillaume.jambet@sonarsource.com> | 2018-02-21 15:13:35 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-03-02 13:17:32 +0100 |
commit | 58e9f8b9ad49d518712ad14fa33fd51e232a7cd6 (patch) | |
tree | 3ae5c7ba1498ffcf4e0c0a34e858d82cfeb727f6 /sonar-ws | |
parent | 4269428bf43a4e4fe5e1947b4cc3fe99162d4c6e (diff) | |
download | sonarqube-58e9f8b9ad49d518712ad14fa33fd51e232a7cd6.tar.gz sonarqube-58e9f8b9ad49d518712ad14fa33fd51e232a7cd6.zip |
SONAR-10426 Allow homepage on PORTFOLIOS, PORTFOLIO and on APPLICATION in SonarQube
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-users.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-users.proto b/sonar-ws/src/main/protobuf/ws-users.proto index 59b03221792..93c8b9bf755 100644 --- a/sonar-ws/src/main/protobuf/ws-users.proto +++ b/sonar-ws/src/main/protobuf/ws-users.proto @@ -121,6 +121,9 @@ message CurrentWsResponse { MY_ISSUES = 4; PROJECTS = 5; ISSUES = 6; + PORTFOLIO = 7; + PORTFOLIOS = 8; + APPLICATION = 9; } message Homepage { |