Commit 1ff90a73 authored by James Lopez's avatar James Lopez

Merge branch 'remove-trial-ends-on-from-namespaces-api' into 'master'

Remove trial_ends_on from namespaces API

See merge request gitlab-org/gitlab!34272
parents b8df9151 a22d6428
......@@ -53,7 +53,6 @@ module EE
params do
optional :shared_runners_minutes_limit, type: Integer, desc: "Pipeline minutes quota for this namespace"
optional :extra_shared_runners_minutes_limit, type: Integer, desc: "Extra pipeline minutes for this namespace"
optional :trial_ends_on, type: Date, desc: "Trial expiration date"
end
put ':id' do
authenticated_as_admin!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment