You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there some reason to validate array using comma separated pattern? Using query parameters like /api/post?tags[]=ab&tags[]=cd looks a better option since phoenix delivery this as array into controller.
Hi,
Is there some reason to validate array using comma separated pattern? Using query parameters like
/api/post?tags[]=ab&tags[]=cd
looks a better option since phoenix delivery this as array into controller.phoenix_swagger/lib/phoenix_swagger/conn_validator.ex
Lines 38 to 46 in 9724933
The text was updated successfully, but these errors were encountered: