diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-11-08 17:22:46 +0100 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-11-08 17:36:37 +0100 |
commit | aee1bfc4506dbdc39a31c704a359d4edb6365a16 (patch) | |
tree | 592a0b5a737d5aefa0ac30205dd65e421245eda0 /sonar-ws/src | |
parent | f98d0b6b0bbe90cdf1190e5aaef7e6934d6ddd13 (diff) | |
download | sonarqube-aee1bfc4506dbdc39a31c704a359d4edb6365a16.tar.gz sonarqube-aee1bfc4506dbdc39a31c704a359d4edb6365a16.zip |
SONAR-8361 WS api/components/search_projects return isFavorite
Diffstat (limited to 'sonar-ws/src')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-components.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto index 004df58988c..6d70af9c280 100644 --- a/sonar-ws/src/main/protobuf/ws-components.proto +++ b/sonar-ws/src/main/protobuf/ws-components.proto @@ -75,4 +75,5 @@ message Component { optional string qualifier = 8; optional string path = 9; optional string language = 10; + optional bool isFavorite = 11; } |