diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2024-12-12 17:21:22 +0100 |
---|---|---|
committer | Steve Marion <steve.marion@sonarsource.com> | 2024-12-18 11:13:23 +0100 |
commit | 65e6d0fcea6605c0967adea83fef6ec6afcb5d41 (patch) | |
tree | 8a551d6a406565ed4845425c7caa2c5568994188 /sonar-ws/src | |
parent | 2f1464af44ca3ad98be345c7ce72b925d72069f2 (diff) | |
download | sonarqube-65e6d0fcea6605c0967adea83fef6ec6afcb5d41.tar.gz sonarqube-65e6d0fcea6605c0967adea83fef6ec6afcb5d41.zip |
SONAR-18646 Drop htmlDesc from api/rules/show and api/rules/search
Diffstat (limited to 'sonar-ws/src')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-rules.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-rules.proto b/sonar-ws/src/main/protobuf/ws-rules.proto index d0e62066763..49373f0deeb 100644 --- a/sonar-ws/src/main/protobuf/ws-rules.proto +++ b/sonar-ws/src/main/protobuf/ws-rules.proto @@ -73,7 +73,6 @@ message Rule { optional string repo = 2; optional string name = 3; optional string createdAt = 4; - optional string htmlDesc = 5 [deprecated = true]; optional string htmlNote = 6; optional string mdDesc = 7; optional string mdNote = 8; |