From 20e7c9f0fb6d84c75ae2dd9edb2efdc90d73bb65 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 14 Feb 2018 23:10:20 +0000 Subject: [PATCH] Minor update to apidoc comment - not worth rebuilding them over :-) --- modules/feature-search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/feature-search.php b/modules/feature-search.php index 1643323..2bc79c3 100644 --- a/modules/feature-search.php +++ b/modules/feature-search.php @@ -84,7 +84,7 @@ register_module([ /** * @api {get} ?action=idindex-show Show the id index - * @apiDescription Outputs the id index. Useful if you need to verify that it's working as expected. + * @apiDescription Outputs the id index. Useful if you need to verify that it's working as expected. Output is a json object. * @apiName SearchShowIdIndex * @apiGroup Search * @apiPermission Anonymous