python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.14k stars 333 forks source link

Add array support for reqparser #606

Open splasky opened 1 month ago

splasky commented 1 month ago

Add missing items for type array.

peter-doggart commented 1 month ago

@splasky Just trying to understand what this change is for. Have you got an example or a test for something that is broken currently?

RequestParser already has a list type that should work in theory.