Closed davidjiglesias closed 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.
GET /lists/files
lists.js
Endpoint docstring should contain information about offset, limit, search and sort parameters.
offset
limit
search
sort
Hi team,
API endpoint
GET /lists/files
in controllerlists.js
has an incomplete docstring which is causing the API REST documentation to be wrong.Endpoint docstring should contain information about
offset
,limit
,search
andsort
parameters.