diff options
author | Lukasz Jarocki <lukasz.jarocki@sonarsource.com> | 2021-09-16 13:23:43 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-09-16 20:03:30 +0000 |
commit | f790e5fd2320688ed331ab3f428f89f3ab3042e8 (patch) | |
tree | d4d1d496581169b9e231d4036ae8f6e8939fbe1b /sonar-ws | |
parent | ae97c2a3e1edf79d152a00ace345417f80c7bd2f (diff) | |
download | sonarqube-f790e5fd2320688ed331ab3f428f89f3ab3042e8.tar.gz sonarqube-f790e5fd2320688ed331ab3f428f89f3ab3042e8.zip |
SONAR-15338 setSecuredSettings added to the api/settings/values endpoint
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 69e8f6d93d9..cbaebbb4a72 100644 --- a/sonar-ws/src/main/protobuf/ws-settings.proto +++ b/sonar-ws/src/main/protobuf/ws-settings.proto @@ -87,6 +87,7 @@ enum Type { // Response of GET api/settings/values message ValuesWsResponse { repeated Setting settings = 1; + repeated string setSecuredSettings = 2; } message Setting { |