diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2017-05-29 10:07:44 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2017-06-14 15:43:12 +0200 |
commit | 0fb3084e6c609fb9b94cb67ed7c7ac884502aea3 (patch) | |
tree | 97c3b7a3f075f4e4a34848a71730ac7a00a32c58 /sonar-ws/src/main/protobuf/ws-qualityprofiles.proto | |
parent | bab99c01f67f310636502eccbf9952e4e0ea42c1 (diff) | |
download | sonarqube-0fb3084e6c609fb9b94cb67ed7c7ac884502aea3.tar.gz sonarqube-0fb3084e6c609fb9b94cb67ed7c7ac884502aea3.zip |
SONAR-9302 Add the buil-in flag to WS api/qualityprofiles/search
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-qualityprofiles.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-qualityprofiles.proto | 2 |
1 files changed, 2 insertions, 0 deletions
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; |