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
Which returns a 422 with errors set to null. This is not very helpful. We should probably return a 422 with actual errors. Maybe FlumpUnprocessableEntity should require error parameters...
The text was updated successfully, but these errors were encountered:
If you make a POST request without a
data
element at the top level, you hit this exception:flump/flump/schemas.py
Line 130 in 1bd9d3a
Which returns a 422 with errors set to null. This is not very helpful. We should probably return a 422 with actual errors. Maybe FlumpUnprocessableEntity should require error parameters...
The text was updated successfully, but these errors were encountered: