summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r--lib/api/api.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index 557721ecaf0..9d2e5f545d2 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -179,6 +179,7 @@ module API
mount ::API::BroadcastMessages
mount ::API::BulkImports
mount ::API::Ci::Jobs
+ mount ::API::Ci::PipelineSchedules
mount ::API::Ci::ResourceGroups
mount ::API::Ci::Runner
mount ::API::Ci::Runners
@@ -200,6 +201,7 @@ module API
mount ::API::FreezePeriods
mount ::API::GroupClusters
mount ::API::GroupExport
+ mount ::API::GroupImport
mount ::API::GroupVariables
mount ::API::ImportBitbucketServer
mount ::API::ImportGithub
@@ -208,6 +210,7 @@ module API
mount ::API::Lint
mount ::API::MergeRequestDiffs
mount ::API::Metadata
+ mount ::API::Metrics::UserStarredDashboards
mount ::API::PersonalAccessTokens::SelfInformation
mount ::API::PersonalAccessTokens
mount ::API::ProjectClusters
@@ -255,6 +258,7 @@ module API
mount ::API::Boards
mount ::API::Branches
mount ::API::Ci::JobArtifacts
+ mount ::API::Ci::Pipelines
mount ::API::Ci::PipelineSchedules
mount ::API::Ci::SecureFiles
mount ::API::Ci::Triggers
@@ -278,7 +282,6 @@ module API
mount ::API::GroupBoards
mount ::API::GroupContainerRepositories
mount ::API::GroupDebianDistributions
- mount ::API::GroupImport
mount ::API::GroupLabels
mount ::API::GroupMilestones
mount ::API::GroupPackages
@@ -295,7 +298,6 @@ module API
mount ::API::MergeRequestApprovals
mount ::API::MergeRequests
mount ::API::Metrics::Dashboard::Annotations
- mount ::API::Metrics::UserStarredDashboards
mount ::API::Namespaces
mount ::API::Notes
mount ::API::NotificationSettings