diff options
author | Mark Rekveld <mark.rekveld@sonarsource.com> | 2020-06-12 09:59:42 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-07-01 20:05:53 +0000 |
commit | 39d0d57a4979ba62e8b1c5effb97033113d3daaa (patch) | |
tree | 788713aadbc5d9a6fdcb6f877e782c8f77039746 /sonar-ws/src/main/protobuf/ws-alm_integrations.proto | |
parent | 43ca9415417413ff09e2e4c64dc544f709c72de0 (diff) | |
download | sonarqube-39d0d57a4979ba62e8b1c5effb97033113d3daaa.tar.gz sonarqube-39d0d57a4979ba62e8b1c5effb97033113d3daaa.zip |
SONAR-13475 Get GitHub ClientId API
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-alm_integrations.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-alm_integrations.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto index 6a0e7667703..f3849b09662 100644 --- a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto +++ b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto @@ -47,3 +47,8 @@ message BBSProject { optional string key = 1; optional string name = 2; } + +// WS api/alm_integrations/get_github_client_id +message GithubClientIdWsResponse { + optional string clientId = 1; +} |