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}]}}