diff options
author | Zipeng WU <zipeng.wu@sonarsource.com> | 2024-09-19 12:57:46 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-25 20:02:53 +0000 |
commit | ff50b95a68ef12f4f46b118bb7b36f7c5cf4f0b7 (patch) | |
tree | a2626ec90712c1fb7b7c9f6124f7c655f02bdcf0 /sonar-ws | |
parent | 3126d7e9dbd2a36e29a293694e64bd335cfee55d (diff) | |
download | sonarqube-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.proto | 1 |
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; } } |