We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c09e4 commit 7fc1b08Copy full SHA for 7fc1b08
1 file changed
src/clj/mdr2/routes/services.clj
@@ -195,7 +195,7 @@
195
{:post {:summary "Mark a production as recorded, i.e. ready to be encoded"
196
:middleware [wrap-restricted wrap-authorized]
197
:swagger {:security [{:apiAuth []}]}
198
- :authorized #{:admin :it}
+ :authorized #{:admin :studio :it}
199
:parameters {:path {:id int?}}
200
:handler (fn [{{{:keys [id]} :path} :parameters
201
{user :user} :identity}]
0 commit comments