1
0
forked from apxtri/apxtri

syntax error

This commit is contained in:
philc 2024-04-18 11:42:57 +02:00
parent 152a7ac2b9
commit d8d0368107

View File

@ -310,7 +310,7 @@ router.put("/itm/:tribe/:objectname", checkHeaders, isAuthenticated, (req, res)
* @apiDescription Search in an object collection of items * @apiDescription Search in an object collection of items
* @apiParam {string} tribe adminapi or tribe name (smatchit), where object is store * @apiParam {string} tribe adminapi or tribe name (smatchit), where object is store
* @apiParam {string} objectname object name where looking for * @apiParam {string} objectname object name where looking for
* @apiBody {array}} fields list of properties at least apxid propertie * @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... * @apiBody {string} question a specific syntaxe to find quickly items by using index litteral text @TODO : create a query syntaxe...
* *
* @apiSuccess {json} * @apiSuccess {json}