diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-qualitygates.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-qualitygates.proto | 3 |
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; |