Open toshitapandey opened 5 years ago
@toshitapandey did you end up solving this?
@vamsipavanmahesh - no, I ended up changing my API format and had the frontend send it in the way that swagger sends it.
we ended up changing from array to comma-separated string. Found this pattern in many sites, including JIRA @toshitapandey
I am trying to send a param with type
array
, but the params that I am getting in the controller is always of typestring
.Swagger_api definition:
Generated swagger doc:
Params that I am getting in the controller:
Is
array
even supported? Or do I need to change something here?