diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-02-03 11:19:22 +0100 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-02-07 10:27:25 +0100 |
commit | ea7785d32257e0500a020e1650d02e8b69069a86 (patch) | |
tree | 9e698caef40266e1d64f128b3865a1e6353971d3 /sonar-ws/src/main | |
parent | 455a23246c7d7f133172d5e4ebf5efd10dfb9245 (diff) | |
download | sonarqube-ea7785d32257e0500a020e1650d02e8b69069a86.tar.gz sonarqube-ea7785d32257e0500a020e1650d02e8b69069a86.zip |
SONAR-8740 add organization to response of api/favorites/search
Diffstat (limited to 'sonar-ws/src/main')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-favorites.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-favorites.proto b/sonar-ws/src/main/protobuf/ws-favorites.proto index 64a75848238..7cdb6eceb94 100644 --- a/sonar-ws/src/main/protobuf/ws-favorites.proto +++ b/sonar-ws/src/main/protobuf/ws-favorites.proto @@ -33,6 +33,7 @@ message SearchResponse { } message Favorite { + optional string organization = 4; optional string key = 1; optional string name = 2; optional string qualifier = 3; |