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
422 is more descriptive of what is actually happening when validation fails on an object - the entity is unprocessable. The request its self is still ok, it's just the contents that are bad, so 400 is the wrong code for this scenario.
@gliese1337 Will this cause you any issues if I make this change?
The text was updated successfully, but these errors were encountered:
422 is more descriptive of what is actually happening when validation fails on an object - the entity is unprocessable. The request its self is still ok, it's just the contents that are bad, so 400 is the wrong code for this scenario.
@gliese1337 Will this cause you any issues if I make this change?
The text was updated successfully, but these errors were encountered: