aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-08-25 17:58:51 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-08-26 11:20:00 +0200
commit71696ce1a2a5c77fa8b59a7517d7900ee1b2f6f8 (patch)
treef410016226d1af6b96406554831a796e7ff80b50 /sonar-ws/src
parent489f36d4456eb0e6e74001cfeaad8f30114c1352 (diff)
downloadsonarqube-71696ce1a2a5c77fa8b59a7517d7900ee1b2f6f8.tar.gz
sonarqube-71696ce1a2a5c77fa8b59a7517d7900ee1b2f6f8.zip
SONAR-7968 Return deprecated key in list_definitions WS
Diffstat (limited to 'sonar-ws/src')
-rw-r--r--sonar-ws/src/main/protobuf/ws-settings.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-settings.proto b/sonar-ws/src/main/protobuf/ws-settings.proto
index 181c12a16de..9b92fbd59a0 100644
--- a/sonar-ws/src/main/protobuf/ws-settings.proto
+++ b/sonar-ws/src/main/protobuf/ws-settings.proto
@@ -40,6 +40,7 @@ message Definition {
optional bool multiValues = 8;
repeated string options = 9;
repeated Field fields = 10;
+ optional string deprecatedKey = 11;
}
message Field {