diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-09-05 11:54:43 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-09-05 15:23:36 +0200 |
commit | db897e3747439f6672ba66586371761a258422f6 (patch) | |
tree | d454d0ebaf2380639a016644b0bde2d7a0c2f7f2 /sonar-ws/src | |
parent | 9b06b17a237c6086bb9e01da978b9b1637673050 (diff) | |
download | sonarqube-db897e3747439f6672ba66586371761a258422f6.tar.gz sonarqube-db897e3747439f6672ba66586371761a258422f6.zip |
SONAR-7968 Return license in api/settings/list_definitions
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 0d04c2c4f22..519357e522c 100644 --- a/sonar-ws/src/main/protobuf/ws-settings.proto +++ b/sonar-ws/src/main/protobuf/ws-settings.proto @@ -70,6 +70,7 @@ enum Type { METRIC_LEVEL = 10; SINGLE_SELECT_LIST = 11; PROPERTY_SET = 12; + LICENSE = 13; } // Response of GET api/settings/values |