Created
February 1, 2016 20:07
-
-
Save flightblog/4f95343683d61fb54290 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Status: 422 | |
| { | |
| "message": "Validation Failed", | |
| "errors": [ | |
| { | |
| "resource": "Project", | |
| "field": "name", | |
| "message": "can't be blank" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment