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
This would pass 1, 2, and 3 for foo, and on the server side, it'd bind to an array named foo. What would be the recommended way to represent this as an action? Currently I have:
I have an endpoint that looks something like:
This would pass 1, 2, and 3 for foo, and on the server side, it'd bind to an array named foo. What would be the recommended way to represent this as an action? Currently I have:
But this feels off as there's nothing signalling that foo can be an array.
The text was updated successfully, but these errors were encountered: