diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-08-25 17:58:51 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-08-26 11:20:00 +0200 |
commit | 71696ce1a2a5c77fa8b59a7517d7900ee1b2f6f8 (patch) | |
tree | f410016226d1af6b96406554831a796e7ff80b50 /sonar-ws/src | |
parent | 489f36d4456eb0e6e74001cfeaad8f30114c1352 (diff) | |
download | sonarqube-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.proto | 1 |
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 { |