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:
authorSean McGivern <sean@mcgivern.me.uk>2017-03-03 09:32:58 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-03-03 09:32:58 +0300
commitb18646040c9b17c69ac66fb687b02450e161808c (patch)
tree99f752f00dff867cce7cb4c33c37c062310b1248 /lib/api/api.rb
parentedba43527612c6eb511299b2590b818e8d74f9c3 (diff)
parent17ee1e1a63520f88663697608920e816aa7128c4 (diff)
Merge branch '27532_api_changes' into 'master'
Use iids as filter parameter Closes #27532 See merge request !9096
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r--lib/api/api.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index 02f7bc2fbbf..3e53ab693ab 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -21,6 +21,7 @@ module API
mount ::API::V3::MergeRequests
mount ::API::V3::Notes
mount ::API::V3::ProjectHooks
+ mount ::API::V3::Milestones
mount ::API::V3::Projects
mount ::API::V3::ProjectSnippets
mount ::API::V3::Repositories