diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-31 18:09:25 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-31 18:09:25 +0000 |
commit | 30b8ea126ffffc9bef610d38f8ebcd91bb687aba (patch) | |
tree | 3705b43015a6d3a1fd85864f1fc555383b8e248b /lib/api/api.rb | |
parent | a5519693560d1ac4e120e1afd7d806d13a2d09fd (diff) | |
download | gitlab-ce-30b8ea126ffffc9bef610d38f8ebcd91bb687aba.tar.gz |
Add latest changes from gitlab-org/gitlab@master
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 a1868e592b6..851f4e83494 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -172,8 +172,10 @@ module API mount ::API::AccessRequests mount ::API::Appearance mount ::API::DeployKeys + mount ::API::DeployTokens mount ::API::Deployments mount ::API::Features + mount ::API::FreezePeriods mount ::API::Metadata mount ::API::MergeRequestDiffs mount ::API::UserCounts @@ -222,7 +224,6 @@ module API mount ::API::DebianGroupPackages mount ::API::DebianProjectPackages mount ::API::DependencyProxy - mount ::API::DeployTokens mount ::API::Discussions mount ::API::Environments mount ::API::ErrorTracking::ClientKeys @@ -232,7 +233,6 @@ module API mount ::API::FeatureFlags mount ::API::FeatureFlagsUserLists mount ::API::Files - mount ::API::FreezePeriods mount ::API::GenericPackages mount ::API::Geo mount ::API::GoProxy |