Implement syn parameter in scripts/lua/rest/v2/set/pool/members.lua

This commit is contained in:
Alfredo Cardigliano 2025-09-26 12:55:22 +02:00
parent ec6b2413a7
commit 88ba51b381
3 changed files with 38 additions and 4 deletions

View file

@ -1975,6 +1975,7 @@ local known_parameters = {
["recipients"] = validateEmptyOr(validateListOfTypeInline(validateNumber)),
-- OTHER
["sync"] = validateBool, -- synchronous request (wait for the change to be applied)
["rsp_format"] = validateBool,
["interface"] = validateNetworkInterface,
["showjson"] = validateBool,