wazuh / wazuh-api

Wazuh - RESTful API
https://wazuh.com
GNU General Public License v2.0
69 stars 57 forks source link

Fix GET lists/files docstring #417

Closed davidjiglesias closed 5 years ago

davidjiglesias commented 5 years ago

Hi team,

API endpoint GET /lists/files in controller lists.js has an incomplete docstring which is causing the API REST documentation to be wrong.

Endpoint docstring should contain information about offset, limit, search and sort parameters.