Originally reported by: Thomas Lotze (Bitbucket: tlotze, GitHub: tlotze)
We should use HTTP response code 422 to signal validation errors when saving fields. This obsoletes the need for a status value inside the JSON response, and the need for any response body for a successful response.
Originally reported by: Thomas Lotze (Bitbucket: tlotze, GitHub: tlotze)
We should use HTTP response code 422 to signal validation errors when saving fields. This obsoletes the need for a status value inside the JSON response, and the need for any response body for a successful response.