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
All create/update api endpoints need to validate that non-integers (i.e. empty strings) are not passed in where integers / numbers are expected in the database.
Need better API validation to catch these and return a 400 Bad Request with a message.
The text was updated successfully, but these errors were encountered:
All create/update api endpoints need to validate that non-integers (i.e. empty strings) are not passed in where integers / numbers are expected in the database.
Need better API validation to catch these and return a 400 Bad Request with a message.
The text was updated successfully, but these errors were encountered: