diff options
-rw-r--r-- | src/main.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lisp b/src/main.lisp index 7aba5af..7cd6002 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -620,9 +620,9 @@ started, this will allow remote live debugging of the system. (defendpoint* :put "/contributor/:who a-contributor-by-handle:/locked" ((value a-boolean) (token an-api-token)) + (:auth 'admin-only) "Admin users may lock a particular contributor, preventing that contributor for making edits or adding new oneliners." - (:auth 'admin-only) (set-contributor-locked who value) "true") |