aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorZipeng WU <zipeng.wu@sonarsource.com>2024-09-19 12:57:46 +0200
committersonartech <sonartech@sonarsource.com>2024-09-25 20:02:53 +0000
commitff50b95a68ef12f4f46b118bb7b36f7c5cf4f0b7 (patch)
treea2626ec90712c1fb7b7c9f6124f7c655f02bdcf0 /sonar-ws
parent3126d7e9dbd2a36e29a293694e64bd335cfee55d (diff)
downloadsonarqube-ff50b95a68ef12f4f46b118bb7b36f7c5cf4f0b7.tar.gz
sonarqube-ff50b95a68ef12f4f46b118bb7b36f7c5cf4f0b7.zip
SONAR-23064 Enhance api/qualitygates/search based on ai-assured flag
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-qualitygates.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto
index 4da1680ba7a..69af5d6a15d 100644
--- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto
+++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto
@@ -146,6 +146,7 @@ message SearchResponse {
optional string name = 2;
optional bool selected = 3;
optional string key = 4;
+ optional bool isAiCodeAssured = 5;
}
}