From f569792df8a25caa1bed9c448c8c4c3f837f5164 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 27 Apr 2020 18:09:41 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- lib/api/protected_tags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/api/protected_tags.rb') diff --git a/lib/api/protected_tags.rb b/lib/api/protected_tags.rb index ee13473c848..aaa31cb7cc6 100644 --- a/lib/api/protected_tags.rb +++ b/lib/api/protected_tags.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module API - class ProtectedTags < Grape::API + class ProtectedTags < Grape::API::Instance include PaginationParams TAG_ENDPOINT_REQUIREMENTS = API::NAMESPACE_OR_PROJECT_REQUIREMENTS.merge(name: API::NO_SLASH_URL_PART_REGEX) -- cgit v1.2.3