diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2019-04-19 13:18:24 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-04-29 20:21:07 +0200 |
commit | d79cd20db14afdc65967ec478c9ea5869d40a9d4 (patch) | |
tree | 15e24b79ce5793d3e1383918879cae3125437634 /sonar-ws/src/main/protobuf/ws-webhooks.proto | |
parent | 1914f2976d3697ea60c69dd5297c717bc03f9198 (diff) | |
download | sonarqube-d79cd20db14afdc65967ec478c9ea5869d40a9d4.tar.gz sonarqube-d79cd20db14afdc65967ec478c9ea5869d40a9d4.zip |
SONAR-12000 add secret to WS api/webhooks/create and api/webhooks/update
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-webhooks.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-webhooks.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-webhooks.proto b/sonar-ws/src/main/protobuf/ws-webhooks.proto index 81e45aa24fd..f8642e7c5ef 100644 --- a/sonar-ws/src/main/protobuf/ws-webhooks.proto +++ b/sonar-ws/src/main/protobuf/ws-webhooks.proto @@ -54,6 +54,7 @@ message CreateWsResponse { optional string key = 1; optional string name = 2; optional string url = 3; + optional string secret = 4; } } |