swagger icon indicating copy to clipboard operation
swagger copied to clipboard

How to define array parameters

Open LuFred opened this issue 6 years ago • 0 comments

if my api parameter is array how can i do it

like: // @Param areas body []model.info true "area" // @Param price body []int64 true "price"

LuFred avatar Apr 08 '18 07:04 LuFred