Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-28 09:10:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-28 09:10:17 +0300
commitd3eb1e90a58fc97c9c1548e8ac9631c233e723ea (patch)
tree0be332ab901bd95225437ffd332bc83c30c99742 /lib/api/helpers
parent6078d7becc4a0d70aafc4a3934a70b8cf2b3775e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/helpers')
-rw-r--r--lib/api/helpers/integrations_helpers.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/api/helpers/integrations_helpers.rb b/lib/api/helpers/integrations_helpers.rb
index d13a78db01c..60cb61ef02f 100644
--- a/lib/api/helpers/integrations_helpers.rb
+++ b/lib/api/helpers/integrations_helpers.rb
@@ -453,6 +453,20 @@ module API
desc: 'The URL of the external wiki'
}
],
+ 'google-play' => [
+ {
+ required: true,
+ name: :service_account_key,
+ type: String,
+ desc: 'The Google Play Service Account Key'
+ },
+ {
+ required: true,
+ name: :service_account_key_file_name,
+ type: String,
+ desc: 'The Google Play Service Account Key File Name'
+ }
+ ],
'hangouts-chat' => [
{
required: true,
@@ -924,6 +938,7 @@ module API
::Integrations::EmailsOnPush,
::Integrations::Ewm,
::Integrations::ExternalWiki,
+ ::Integrations::GooglePlay,
::Integrations::HangoutsChat,
::Integrations::Harbor,
::Integrations::Irker,