diff --git a/src/clj/daisyproducer2/routes/services.clj b/src/clj/daisyproducer2/routes/services.clj index 6e192dd..09ebdcd 100644 --- a/src/clj/daisyproducer2/routes/services.clj +++ b/src/clj/daisyproducer2/routes/services.clj @@ -274,7 +274,7 @@ (-> {} ok (header "X-Result-Count" total))))} :put {:summary "Update an unknown word" - :middleware [wrap-restricted wrap-authorized] + :middleware [wrap-restricted] :swagger {:security [{:apiAuth []}]} :parameters {:body {:untranslated string? :type ::type