Added validation for new traffic profile rest (#9514)

This commit is contained in:
GabrieleDeri 2025-08-13 15:12:22 +02:00 committed by GitHub
parent 70960ce98c
commit 4ceb36d23b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1873,6 +1873,7 @@ local known_parameters = {
-- CONFIGSETS
["filters"] = validateScriptFilter, -- Currently active exclusion list for the alert
["filter"] = validateScriptFilter, -- Currently active exclusion list for the alert
["delete_alerts"] = validateBool,
["alert_generation"] = {jsonCleanup, validateJSON},