From 58a64f37a4ad05181dd53443a6f788d2bd61ceea Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 16 Feb 2022 17:43:42 -0600 Subject: twiddling docstrings --- src/main.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.lisp b/src/main.lisp index e918b1b..c32f202 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -493,7 +493,7 @@ have exceeded the invite limit." (defendpoint* :post "/add-oneliner" () (:auth t) - "Make a new [oneliner](#oneliner-post-body)." + "Make a new [oneliner](#oneliner)." (make-new-oneliner (request-contributor) (lzb:request-body)) "true") @@ -532,7 +532,9 @@ admin privileges are allowed to perform this action." (limit an-int) (notflagged a-boolean)) () - "A search endpoint returning a JSON encoded array of Oneliner Entries. TAGS cannot be empty." + "A search endpoint returning a JSON encoded array of Oneliner +Entries. TAGS cannot be empty. Returns a [Search +Result](#search-result) object." (if tags (to-json (list :oneliners (query-oneliners :tags tags -- cgit v1.2.3