Skip to content

Commit

Permalink
Merge pull request #384 from wazuh/fix-383-lists-docstring
Browse files Browse the repository at this point in the history
Fix docstring in lists controller
  • Loading branch information
crd1985 authored May 17, 2019
2 parents c768471 + 9a5d043 commit c4a2c13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/lists.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ var router = require('express').Router();
* @apiParam {String} [sort] Sorts the collection by a field or fields (separated by comma). Use +/- at the beginning to list in ascending or descending order.
* @apiParam {String} [search] Looks for elements with the specified string.
* @apiParam {String} [path] Filters by path.
* @apiParam {String="enabled","disabled", "all"} [status] Filters the decoders by status.
*
* @apiDescription Returns the content of all CDB lists
*
Expand Down

0 comments on commit c4a2c13

Please sign in to comment.