Fixes incorrect rest api data

This commit is contained in:
MatteoBiscosi 2023-01-31 13:16:18 +01:00
parent 6bc6b49cfa
commit ccb2a66c19
2 changed files with 9 additions and 7 deletions

View file

@ -1636,7 +1636,7 @@ local known_parameters = {
["count"] = validateSingleWord, -- Sql count parameter
["aggregation"] = validateAggregation, -- A mode for graphs aggregation
["limit"] = validateNumber, -- To limit results
["all"] = validateEmpty, -- To remove limit on results
["all"] = validateBool, -- To remove limit on results
-- NAVIGATION
["page"] = validateSingleWord, -- Currently active subpage tab