From 8ea8e1c1a849a8efb05325173dfb383ce4c8d2a8 Mon Sep 17 00:00:00 2001 From: Tiago Botelho Date: Tue, 4 Apr 2017 16:10:21 +0100 Subject: adds relevant tests --- lib/api/services.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/api/services.rb') diff --git a/lib/api/services.rb b/lib/api/services.rb index 6802a99311e..65f86caaa51 100644 --- a/lib/api/services.rb +++ b/lib/api/services.rb @@ -488,6 +488,14 @@ module API desc: 'The channel name' } ], + 'microsoft-teams' => [ + { + required: true, + name: :webhook, + type: String, + desc: 'The Microsoft Teams webhook. e.g. https://outlook.office.com/webhook/…' + } + ], 'mattermost' => [ { required: true, @@ -550,6 +558,7 @@ module API RedmineService, SlackService, MattermostService, + MicrosoftTeamsService, TeamcityService, ] -- cgit v1.2.1