Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/user_runners.rb')
-rw-r--r--lib/api/user_runners.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/user_runners.rb b/lib/api/user_runners.rb
index edbd0214bb8..381a1a5aab4 100644
--- a/lib/api/user_runners.rb
+++ b/lib/api/user_runners.rb
@@ -45,7 +45,7 @@ module API
optional :maximum_timeout, type: Integer,
desc: 'Maximum timeout that limits the amount of time (in seconds) that runners can run jobs'
end
- post 'runners', urgency: :low, feature_category: :runner_fleet do
+ post 'runners', urgency: :low, feature_category: :fleet_visibility do
attributes = attributes_for_keys(
%i[runner_type group_id project_id description maintenance_note paused locked run_untagged tag_list
access_level maximum_timeout]