diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-01-05 14:17:19 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-01-05 14:17:19 +0000 |
commit | 0f33ac64428b06f194882e23f5167cb9791a7f0f (patch) | |
tree | d960a171a3cb5ccd7b7fe962006fdc83f659f360 /lib/api/api.rb | |
parent | 3489ad77c5fac13b0f3d1c94d1c0ec452453f078 (diff) | |
parent | 55980c7eca8e82e306fb3b8ade1f4a5b68a60e9f (diff) | |
download | gitlab-ce-0f33ac64428b06f194882e23f5167cb9791a7f0f.tar.gz |
Merge branch 'backport-issue_3413' into 'master'
[EE-backport] Add group boards API endpoint
See merge request gitlab-org/gitlab-ce!16194
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 8094597d238..e0d14281c96 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -119,6 +119,7 @@ module API mount ::API::Features mount ::API::Files mount ::API::Groups + mount ::API::GroupMilestones mount ::API::Internal mount ::API::Issues mount ::API::Jobs @@ -129,8 +130,6 @@ module API mount ::API::Members mount ::API::MergeRequestDiffs mount ::API::MergeRequests - mount ::API::ProjectMilestones - mount ::API::GroupMilestones mount ::API::Namespaces mount ::API::Notes mount ::API::NotificationSettings @@ -139,6 +138,7 @@ module API mount ::API::PipelineSchedules mount ::API::ProjectHooks mount ::API::Projects + mount ::API::ProjectMilestones mount ::API::ProjectSnippets mount ::API::ProtectedBranches mount ::API::Repositories |