We are working on expressJS
and apidocJS
, not able to define the optional fields in the table. we would like to update the fields are mandate or not so that users can identify the params requirements.
sample code :
* @apiParam {String} name The User Name.
* @apiParam {String} email The Email Id.
* @apiParam {String} password The Users High security Password.
* @apiParam {String} privilegeRole The Users Privilege Role.