You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have actions , shortcuts and rest set to false on few controllers and updated routes.js for each method action (custom routes).
Now when i generate the documents its not having any information about the parameters (query Parameters).
Am i missing something ? why my documentation is missing Parameters section for all custom methods.
Plus i would like to know how to get more information about models , properties and methods ?
where i need to put that metadata ?
Note : When I added query Parameter information in routes its working
The text was updated successfully, but these errors were encountered:
@gggordon Sails defined a way to add query parameters to the custom route via pipe '|'.
Will your fork support that?? It'd be great.. Right now the module ignores it.
I have actions , shortcuts and rest set to false on few controllers and updated routes.js for each method action (custom routes).
Now when i generate the documents its not having any information about the parameters (query Parameters).
Am i missing something ? why my documentation is missing Parameters section for all custom methods.
Plus i would like to know how to get more information about models , properties and methods ?
where i need to put that metadata ?
Note : When I added query Parameter information in routes its working
The text was updated successfully, but these errors were encountered: