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:
Diffstat (limited to 'lib/api/helpers/integrations_helpers.rb')
-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 60cb61ef02f..c85871d4b8c 100644
--- a/lib/api/helpers/integrations_helpers.rb
+++ b/lib/api/helpers/integrations_helpers.rb
@@ -917,6 +917,20 @@ module API
type: String,
desc: 'The product ID of ZenTao project'
}
+ ],
+ 'squash-tm' => [
+ {
+ required: true,
+ name: :url,
+ type: String,
+ desc: 'The Squash TM webhook URL'
+ },
+ {
+ required: false,
+ name: :token,
+ type: String,
+ desc: 'The secret token'
+ }
]
}
end
@@ -955,6 +969,7 @@ module API
::Integrations::Redmine,
::Integrations::Slack,
::Integrations::SlackSlashCommands,
+ ::Integrations::SquashTm,
::Integrations::Teamcity,
::Integrations::Youtrack,
::Integrations::Zentao