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
path: root/lib
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2019-02-13 02:20:02 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2019-02-13 02:29:16 +0300
commit58e1a0898af6f1381411703f0d09342b0f77dd11 (patch)
tree3b2ff82abb0d2704b0b57e83ce2446aadb508524 /lib
parent7a8f8714cc65b36b8dbc4fe180eeb73aa2eeba0f (diff)
API: Fix docs and parameters for hangouts-chat service
Diffstat (limited to 'lib')
-rw-r--r--lib/api/services.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/api/services.rb b/lib/api/services.rb
index 36bdba2d765..163c7505a65 100644
--- a/lib/api/services.rb
+++ b/lib/api/services.rb
@@ -368,8 +368,9 @@ module API
name: :webhook,
type: String,
desc: 'The Hangouts Chat webhook. e.g. https://chat.googleapis.com/v1/spaces…'
- }
- ],
+ },
+ CHAT_NOTIFICATION_EVENTS
+ ].flatten,
'irker' => [
{
required: true,