diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-hotspots.proto')
-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 { |