diff options
author | Zipeng WU <zipeng.wu@sonarsource.com> | 2023-03-30 14:34:53 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-03-30 20:03:07 +0000 |
commit | b421136d98f29797e48b9ebe7fc2c211ed00a4fa (patch) | |
tree | 5a26fae54ec76dd40912857c4b5936859132a71a /sonar-ws/src/main/protobuf/ws-qualitygates.proto | |
parent | 4e128d974385d390c85e2a73f448fbe598196d65 (diff) | |
download | sonarqube-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.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; |