diff options
author | OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> | 2024-05-31 10:31:38 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-06-03 20:02:59 +0000 |
commit | bba425b1fc8b425a9b5c98e452bcb808e15bbb00 (patch) | |
tree | b80b02169accd9a8be6209ae4fff8ef12d22da09 /sonar-ws/src/main | |
parent | 32892cadf93a903df4fea8e61518c04c6bd69ad5 (diff) | |
download | sonarqube-bba425b1fc8b425a9b5c98e452bcb808e15bbb00.tar.gz sonarqube-bba425b1fc8b425a9b5c98e452bcb808e15bbb00.zip |
SONAR-22224 update rule show api
Diffstat (limited to 'sonar-ws/src/main')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-rules.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-rules.proto b/sonar-ws/src/main/protobuf/ws-rules.proto index 56f6280388e..e25e78efc08 100644 --- a/sonar-ws/src/main/protobuf/ws-rules.proto +++ b/sonar-ws/src/main/protobuf/ws-rules.proto @@ -191,6 +191,7 @@ message Active { repeated Param params = 5; optional string createdAt = 6; optional string updatedAt = 7; + optional bool prioritizedRule = 8; message Param { optional string key = 1; |