Forum Discussion

ravik51378's avatar
ravik51378
New Contributor
2 months ago

enum query parameter with "explode: false" not working

I have a query parameter whose data type is enum as below. When I send the parameter with one value as "?status=ACTIVE" it is working fine. But when I send with two values as "?status=ACTIVE,FAIL" it...