From 1930b52f3a1d5441ae786417506a8cd21ce3b796 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Wed, 26 Jul 2017 17:48:32 +0200 Subject: SONAR-9584 Add root project key to response of api/components/search --- sonar-ws/src/main/protobuf/ws-components.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sonar-ws/src/main/protobuf/ws-components.proto') diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto index 58b02d9687c..eba01af28f6 100644 --- a/sonar-ws/src/main/protobuf/ws-components.proto +++ b/sonar-ws/src/main/protobuf/ws-components.proto @@ -118,6 +118,8 @@ message Component { optional Tags tags = 14; optional string visibility = 15; optional string leakPeriodDate = 16; + // Root project key + optional string project = 17; message Tags { repeated string tags = 1; -- cgit v1.2.3