From dc6246b1a6dfac946c00ab43ebe53797723bef19 Mon Sep 17 00:00:00 2001 From: philc Date: Thu, 18 Apr 2024 11:44:55 +0200 Subject: [PATCH] syntax error --- routes/odmdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/odmdb.js b/routes/odmdb.js index fe0340f..ea9c9cb 100644 --- a/routes/odmdb.js +++ b/routes/odmdb.js @@ -313,7 +313,7 @@ router.put("/itm/:tribe/:objectname", checkHeaders, isAuthenticated, (req, res) * @apiBody {array} fields list of properties at least apxid propertie * @apiBody {string} question a specific syntaxe to find quickly items by using index litteral text @TODO : create a query syntaxe... * - * @apiSuccess {json} + * @apiSuccess {json} contain a json file * @apiSuccessExample {json} Success-Response: * HTTP/1.1 200 OK * {"status":200, "ref":"Odmdb", "msg":"searchresult", "data":{"itms":[{itm fields}]}}