summaryrefslogtreecommitdiff
path: root/lib/api/ci/variables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/ci/variables.rb')
-rw-r--r--lib/api/ci/variables.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/ci/variables.rb b/lib/api/ci/variables.rb
index ec9951aba0d..f9707960b9d 100644
--- a/lib/api/ci/variables.rb
+++ b/lib/api/ci/variables.rb
@@ -35,7 +35,7 @@ module API
requires :key, type: String, desc: 'The key of the variable'
end
# rubocop: disable CodeReuse/ActiveRecord
- get ':id/variables/:key' do
+ get ':id/variables/:key', urgency: :low do
variable = find_variable(user_project, params)
not_found!('Variable') unless variable