diff options
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-alm_settings.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-alm_settings.proto b/sonar-ws/src/main/protobuf/ws-alm_settings.proto index 13c5403a335..b2e97e2fb41 100644 --- a/sonar-ws/src/main/protobuf/ws-alm_settings.proto +++ b/sonar-ws/src/main/protobuf/ws-alm_settings.proto @@ -53,6 +53,7 @@ message AlmSettingBitbucket { message AlmSettingGitlab { optional string key = 1; optional string personalAccessToken = 2; + optional string url = 3; } // WS api/alm_settings/get_binding |