From 76a154997cd2b447bc4cc4fc8336fcba7407dd29 Mon Sep 17 00:00:00 2001 From: Aurelien Poscia Date: Thu, 7 Jul 2022 10:36:32 +0200 Subject: SONAR-16614 add to api/rules/search and api/rules/show payload, the subfield key in the field ruleDescriptionSection.context --- sonar-ws/src/main/protobuf/ws-rules.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-rules.proto b/sonar-ws/src/main/protobuf/ws-rules.proto index fb943a1d97e..e1772529d3c 100644 --- a/sonar-ws/src/main/protobuf/ws-rules.proto +++ b/sonar-ws/src/main/protobuf/ws-rules.proto @@ -135,6 +135,7 @@ message Rule { message Context { required string displayName = 1; + required string key = 2; } } -- cgit v1.2.3