pfsense-api
pfsense-api copied to clipboard
Increase firewall alias address and details patch length
Is your feature request related to a problem? Please describe. When address and details keys have length of more than 128 entries. Returns the following:
{"code":400,"status":"bad request","response_id":"LENGTH_VALIDATOR_MAXIMUM_CONSTRAINT","message":"Field `address` exceeds the maximum array length of 128.","data":[]}
i was trying to patch an alias which has 410 entries.
Describe the solution you'd like Allow more than 128 length for address and details arrays.