aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src
diff options
context:
space:
mode:
authorEric Giffon <eric.giffon@sonarsource.com>2023-10-20 10:47:11 +0200
committersonartech <sonartech@sonarsource.com>2023-10-23 20:02:42 +0000
commit72140ea1674c01224584cd8b58ffb8e1c689cc08 (patch)
tree046217d5a61d279d1bbd32b1117110eeec1e8e9d /sonar-ws/src
parent674f6ea2826398884b5b700ebb94b420d9561edf (diff)
downloadsonarqube-72140ea1674c01224584cd8b58ffb8e1c689cc08.tar.gz
sonarqube-72140ea1674c01224584cd8b58ffb8e1c689cc08.zip
SONAR-20530 Set property to email type for validation
Diffstat (limited to 'sonar-ws/src')
-rw-r--r--sonar-ws/src/main/protobuf/ws-settings.proto4
1 files changed, 1 insertions, 3 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-settings.proto b/sonar-ws/src/main/protobuf/ws-settings.proto
index 295d89664af..03c41000121 100644
--- a/sonar-ws/src/main/protobuf/ws-settings.proto
+++ b/sonar-ws/src/main/protobuf/ws-settings.proto
@@ -83,6 +83,7 @@ enum Type {
LICENSE = 13;
JSON = 14;
FORMATTED_TEXT = 15;
+ EMAIL = 16;
}
// Response of GET api/settings/values
@@ -117,6 +118,3 @@ message FieldValues {
map<string, string> value = 1;
}
}
-
-
-