diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2022-02-09 11:49:21 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-02-25 20:02:54 +0000 |
commit | 647e61ec77d014ff74bffc4a8f462fa3e47fb1d7 (patch) | |
tree | 98a59ff163f377c635c86e7afa1f2b6ae49a12f6 /sonar-ws | |
parent | 4e70110df370f2454a81cffe706603e98025ac84 (diff) | |
download | sonarqube-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.proto | 1 |
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 { |