diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-31 15:08:53 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-31 15:08:53 +0000 |
commit | 1e6a9268646e7346519610492fc2a02d6655a663 (patch) | |
tree | 3be2b434ac62b83154f7c93e15a9283498f00ba9 /lib | |
parent | 7ac9cddf764fe60a7f86ae9b0bfb5c30825d9a4e (diff) | |
download | gitlab-ce-1e6a9268646e7346519610492fc2a02d6655a663.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/helpers/services_helpers.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/api/helpers/services_helpers.rb b/lib/api/helpers/services_helpers.rb index b77be6edcf7..c02244c7202 100644 --- a/lib/api/helpers/services_helpers.rb +++ b/lib/api/helpers/services_helpers.rb @@ -365,6 +365,12 @@ module API name: :send_from_committer_email, type: Boolean, desc: 'Send from committer' + }, + { + required: false, + name: :branches_to_be_notified, + type: String, + desc: 'Branches for which notifications are to be sent' } ], 'external-wiki' => [ |