We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b43ba commit df913c1Copy full SHA for df913c1
1 file changed
flask_restx/reqparse.py
@@ -307,7 +307,6 @@ def __schema__(self):
307
param["collectionFormat"] = "csv"
308
if self.choices:
309
param["enum"] = self.choices
310
- param["collectionFormat"] = "multi"
311
return param
312
313
0 commit comments