aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-qualitygates.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto
index e7de5d25138..3895e02c57d 100644
--- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto
+++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto
@@ -128,6 +128,7 @@ message ShowWsResponse {
required bool isDefault = 7;
optional bool hasStandardConditions = 8;
optional bool hasMQRConditions = 9;
+ optional bool isAiCodeSupported = 10;
message Condition {
required string id = 1;
@@ -167,6 +168,7 @@ message ListWsResponse {
optional string caycStatus = 6;
optional bool hasStandardConditions = 7;
optional bool hasMQRConditions = 8;
+ optional bool isAiCodeSupported = 9;
}
message RootActions {