aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-qualitygates.proto
diff options
context:
space:
mode:
authorZipeng WU <zipeng.wu@sonarsource.com>2023-03-30 14:34:53 +0200
committersonartech <sonartech@sonarsource.com>2023-03-30 20:03:07 +0000
commitb421136d98f29797e48b9ebe7fc2c211ed00a4fa (patch)
tree5a26fae54ec76dd40912857c4b5936859132a71a /sonar-ws/src/main/protobuf/ws-qualitygates.proto
parent4e128d974385d390c85e2a73f448fbe598196d65 (diff)
downloadsonarqube-b421136d98f29797e48b9ebe7fc2c211ed00a4fa.tar.gz
sonarqube-b421136d98f29797e48b9ebe7fc2c211ed00a4fa.zip
SONAR-18747 Remove api/qualitygates/search deprecated more response field
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-qualitygates.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-qualitygates.proto3
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto
index 06dfa914fc1..4a5ec097696 100644
--- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto
+++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto
@@ -136,8 +136,7 @@ message ShowWsResponse {
// GET api/qualitygates/search
message SearchResponse {
- // Deprecated since 7.9
- optional bool more = 1;
+ reserved 1; // drop more
repeated Result results = 2;
optional sonarqube.ws.commons.Paging paging = 3;