diff options
author | Jarka Kadlecova <jarka@gitlab.com> | 2017-02-09 13:39:39 +0100 |
---|---|---|
committer | Jarka Kadlecova <jarka@gitlab.com> | 2017-02-10 15:53:01 +0100 |
commit | 88d610c60e9064f92419481a9df6453b3c8079b3 (patch) | |
tree | a11df58a8b87c4d169c0a1d10d955563d86802f7 /lib/api/api.rb | |
parent | 0fddece769352b650c01d3a0920eea05f378b940 (diff) | |
download | gitlab-ce-88d610c60e9064f92419481a9df6453b3c8079b3.tar.gz |
Add member: Always return 409 when a member exists
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index eb9792680ff..7ec089b9c29 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -7,6 +7,7 @@ module API version 'v3', using: :path do mount ::API::V3::DeployKeys mount ::API::V3::Issues + mount ::API::V3::Members mount ::API::V3::MergeRequests mount ::API::V3::Projects mount ::API::V3::ProjectSnippets |