From 74b86e5d8e51b339151027c5a82bb1bec8edbf13 Mon Sep 17 00:00:00 2001 From: Matteo Mara Date: Thu, 30 Mar 2023 15:02:06 +0200 Subject: SONAR-18745 Drop default field in api/qualitygates/list --- sonar-ws/src/main/protobuf/ws-qualitygates.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto index 4a5ec097696..8327e2ae0dc 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -150,8 +150,7 @@ message SearchResponse { // GET api/qualitygates/list message ListWsResponse { repeated QualityGate qualitygates = 1; - // Deprecated since 7.0 - optional string default = 2; + reserved 2; //drop default optional RootActions actions = 3; message QualityGate { -- cgit v1.2.3