diff options
author | Colin Okay <okay@toyful.space> | 2022-02-16 17:43:42 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-16 17:43:42 -0600 |
commit | 58a64f37a4ad05181dd53443a6f788d2bd61ceea (patch) | |
tree | d9d0d7d5fa1769b1a5e6a37bbc8669fb8e29fc8b /src | |
parent | c9d20a2147541ffcf60d547df9ed2a04e2db1181 (diff) |
twiddling docstrings
Diffstat (limited to 'src')
-rw-r--r-- | src/main.lisp | 6 |
1 files changed, 4 insertions, 2 deletions
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 |