From 0fb3084e6c609fb9b94cb67ed7c7ac884502aea3 Mon Sep 17 00:00:00 2001 From: Teryk Bellahsene Date: Mon, 29 May 2017 10:07:44 +0200 Subject: SONAR-9302 Add the buil-in flag to WS api/qualityprofiles/search --- sonar-ws/src/main/protobuf/ws-qualityprofiles.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sonar-ws/src/main/protobuf/ws-qualityprofiles.proto') diff --git a/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto b/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto index 43aec89576f..12938d67cb7 100644 --- a/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto +++ b/sonar-ws/src/main/protobuf/ws-qualityprofiles.proto @@ -44,6 +44,7 @@ message SearchWsResponse { optional string lastUsed = 13; optional string userUpdatedAt = 14; optional string organization = 15; + optional bool isBuiltIn = 16; } } @@ -61,6 +62,7 @@ message CreateWsResponse { optional Infos infos = 7; optional Warnings warnings = 8; optional string organization = 9; + optional bool isBuiltIn = 10; message Infos { repeated string infos = 1; -- cgit v1.2.3