Skip to content

Commit

Permalink
No need to be admin to ignore an unknown word
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Oct 15, 2024
1 parent 5b81b35 commit 1a9d9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/daisyproducer2/routes/services.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a9d9fb

Please sign in to comment.