Created
May 18, 2019 10:42
-
-
Save ismail1432/addc80ee0e878bc649720b6beae5b1e9 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
// Response | |
{ | |
"@context": "/contexts/ConstraintViolationList", | |
"@type": "ConstraintViolationList", | |
"hydra:title": "An error occurred", | |
"hydra:description": "title: You are not allowed to do this stuff !", | |
"violations": [ | |
{ | |
"propertyPath": "title", | |
"message": "You are not allowed to do this stuff !" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment