diff options
author | Anita Stanisz <106669481+anita-stanisz-sonarsource@users.noreply.github.com> | 2024-11-27 16:13:20 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-29 20:03:07 +0000 |
commit | 8f0a4b81ff51e1332032a1661c0495b933479ec2 (patch) | |
tree | f33276424cc11674472832decf792222bfe4f5e1 /sonar-ws/src/main | |
parent | c2f6540d095189ada11bd529114acd3cad2efe9b (diff) | |
download | sonarqube-8f0a4b81ff51e1332032a1661c0495b933479ec2.tar.gz sonarqube-8f0a4b81ff51e1332032a1661c0495b933479ec2.zip |
SONAR-23619 Add new action to list and show QG endpoints (#12391)
Diffstat (limited to 'sonar-ws/src/main')
-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 7d72961142a..161d7781569 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -192,6 +192,7 @@ message Actions { optional bool delete = 5; optional bool manageConditions = 6; optional bool delegate = 7; + optional bool manageAiCodeAssurance = 8; } // WS api/qualitygates/search_users |