亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Using 2D array in swagger php api
P粉757556355
P粉757556355 2024-03-29 09:21:52
0
1
690

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?

P粉757556355
P粉757556355

reply all(1)
P粉176980522

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template