From 43a25d93ebdabea52f99b05e15b06250cd8f07d7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 17 May 2023 16:05:49 +0000 Subject: Add latest changes from gitlab-org/gitlab@16-0-stable-ee --- lib/api/keys.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/api/keys.rb') diff --git a/lib/api/keys.rb b/lib/api/keys.rb index 77952bac01a..c711b3d9c19 100644 --- a/lib/api/keys.rb +++ b/lib/api/keys.rb @@ -5,7 +5,7 @@ module API class Keys < ::API::Base before { authenticate! } - feature_category :authentication_and_authorization + feature_category :system_access resource :keys do desc 'Get single ssh key by id. Only available to admin users' do -- cgit v1.2.3