summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-16 15:10:52 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-16 15:10:52 +0000
commit0552020767452da44de2bf5424096f2cb2ea6bf5 (patch)
tree9579d9f0ad3c730c33883130ec23420e80d1c5dc /lib/api/api.rb
parente3748b81ca29b24197276767e245158d8f84fda3 (diff)
downloadgitlab-ce-0552020767452da44de2bf5424096f2cb2ea6bf5.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r--lib/api/api.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index c0d5e84f5b1..94dfb7f598c 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -224,6 +224,7 @@ module API
mount ::API::MergeRequestApprovals
mount ::API::MergeRequestDiffs
mount ::API::Metadata
+ mount ::API::Metrics::Dashboard::Annotations
mount ::API::Metrics::UserStarredDashboards
mount ::API::PackageFiles
mount ::API::PersonalAccessTokens::SelfInformation
@@ -296,7 +297,6 @@ module API
mount ::API::MavenPackages
mount ::API::Members
mount ::API::MergeRequests
- mount ::API::Metrics::Dashboard::Annotations
mount ::API::Namespaces
mount ::API::Notes
mount ::API::NotificationSettings