国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

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

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