diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2021-02-19 16:20:34 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-02-26 20:07:39 +0000 |
commit | 7657870eed718a74c6b4e8dbd18ab6f8d5d5bc78 (patch) | |
tree | ed8eecb242a735063065f8533d589dc4e39166f6 /sonar-ws | |
parent | 9cb17b6dbce261af578b7c5fe430fa340d4ff1ad (diff) | |
download | sonarqube-7657870eed718a74c6b4e8dbd18ab6f8d5d5bc78.tar.gz sonarqube-7657870eed718a74c6b4e8dbd18ab6f8d5d5bc78.zip |
SONAR-14498 Support JSON property type
Diffstat (limited to 'sonar-ws')
-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 db185b54446..69e8f6d93d9 100644 --- a/sonar-ws/src/main/protobuf/ws-settings.proto +++ b/sonar-ws/src/main/protobuf/ws-settings.proto @@ -81,6 +81,7 @@ enum Type { SINGLE_SELECT_LIST = 11; PROPERTY_SET = 12; LICENSE = 13; + JSON = 14; } // Response of GET api/settings/values |