I want to get a get request http://localhost/api/catalog/product/list?filters[filter14][]=0 But the result is just
How to create a two-dimensional array input in the swagger editor?
OpenAPI 3.x Nested arrays and nested objects in query strings are not supported. You need to pass these filters in the request body (for example, as a JSON object or array), or replace the filters parameter with a separate named filter parameter.
filters
OpenAPI 3.x Nested arrays and nested objects in query strings are not supported. You need to pass these filters in the request body (for example, as a JSON object or array), or replace the
filters
parameter with a separate named filter parameter.