From f790e5fd2320688ed331ab3f428f89f3ab3042e8 Mon Sep 17 00:00:00 2001 From: Lukasz Jarocki Date: Thu, 16 Sep 2021 13:23:43 +0200 Subject: SONAR-15338 setSecuredSettings added to the api/settings/values endpoint --- sonar-ws/src/main/protobuf/ws-settings.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws/src/main') 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 { -- cgit v1.2.3