aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJacek <jacek.poreda@sonarsource.com>2022-02-09 11:49:21 +0100
committersonartech <sonartech@sonarsource.com>2022-02-25 20:02:54 +0000
commit647e61ec77d014ff74bffc4a8f462fa3e47fb1d7 (patch)
tree98a59ff163f377c635c86e7afa1f2b6ae49a12f6 /sonar-ws
parent4e70110df370f2454a81cffe706603e98025ac84 (diff)
downloadsonarqube-647e61ec77d014ff74bffc4a8f462fa3e47fb1d7.tar.gz
sonarqube-647e61ec77d014ff74bffc4a8f462fa3e47fb1d7.zip
SONAR-16007 Add flows response field to `api/hotspots/show`
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-hotspots.proto1
1 files changed, 1 insertions, 0 deletions
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 {