pfsense-api icon indicating copy to clipboard operation
pfsense-api copied to clipboard

Increase firewall alias address and details patch length

Open mvrk69 opened this issue 8 months ago • 0 comments

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.

mvrk69 avatar Apr 17 '25 20:04 mvrk69