Skip to content

1.0.1

Compare
Choose a tag to compare
@codingconcepts codingconcepts released this 27 Mar 15:30
· 121 commits to master since this release
bb534ed

In the even that JSON input is malformed (syntax error), we'd return a 422. If however, the caller were to use the wrong data type for a field, (see below), we'd return a 500. This tag/release returns 422s for all JSON-related issues, as they all pertain to duff input from the caller.

{
    "name": 123
}