aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-hotspots.proto
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-hotspots.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-hotspots.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto
index d725326a1e0..c846f04ad9e 100644
--- a/sonar-ws/src/main/protobuf/ws-hotspots.proto
+++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto
@@ -49,6 +49,7 @@ message SearchWsResponse {
optional sonarqube.ws.commons.TextRange textRange = 14;
repeated sonarqube.ws.commons.Flow flows = 15;
optional string ruleKey = 16;
+ repeated sonarqube.ws.commons.MessageFormatting messageFormattings = 17;
}
}
@@ -73,6 +74,7 @@ message ShowWsResponse {
repeated sonarqube.ws.commons.User users = 16;
optional bool canChangeStatus = 17;
repeated sonarqube.ws.commons.Flow flows = 19;
+ repeated sonarqube.ws.commons.MessageFormatting messageFormattings = 20;
}
message Component {