Closed zysim closed 1 year ago
Actually; should we even bother with 422 in the first place? We could just do 400 for any malformed, empty, or otherwise invalid inputs.
Actually; should we even bother with 422 in the first place? We could just do 400 for any malformed, empty, or otherwise invalid inputs.
I think we're reserving 400 for invalid syntax; i.e., valid JSON never returns 400.
Solves: #149