From b421136d98f29797e48b9ebe7fc2c211ed00a4fa Mon Sep 17 00:00:00 2001 From: Zipeng WU Date: Thu, 30 Mar 2023 14:34:53 +0200 Subject: SONAR-18747 Remove api/qualitygates/search deprecated more response field --- sonar-ws/src/main/protobuf/ws-qualitygates.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sonar-ws/src/main/protobuf/ws-qualitygates.proto') 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; -- cgit v1.2.3