From 647e61ec77d014ff74bffc4a8f462fa3e47fb1d7 Mon Sep 17 00:00:00 2001 From: Jacek Date: Wed, 9 Feb 2022 11:49:21 +0100 Subject: SONAR-16007 Add flows response field to `api/hotspots/show` --- sonar-ws/src/main/protobuf/ws-hotspots.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto index 3efef10cf42..008a02ca159 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -69,6 +69,7 @@ message ShowWsResponse { repeated sonarqube.ws.commons.Comment comment = 15; repeated sonarqube.ws.commons.User users = 16; optional bool canChangeStatus = 17; + repeated sonarqube.ws.commons.Flow flows = 19; } message Component { -- cgit v1.2.3