We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Guys, I'm receiving a ERROR_MALFORMED_SCHEMA exception when using a schema for my POST endpoint. https://github.com/GoIntegro/hateoas/blob/master/JsonApi/Request/BodyParser.php#L217
^ Seems to expect the resource name to be an attribute (property) of the resource. http://json-schema.org/examples.html
Cheers.
The text was updated successfully, but these errors were encountered:
Merge pull request GoIntegro#29 from cyppan/bugfix/api-28-register-cu…
e25888d
…stom-resource-type-deleter Fixed common problem with Builder, Deleter and Mutator classes
No branches or pull requests
Hi Guys,
I'm receiving a ERROR_MALFORMED_SCHEMA exception when using a schema for my POST endpoint.
https://github.com/GoIntegro/hateoas/blob/master/JsonApi/Request/BodyParser.php#L217
^ Seems to expect the resource name to be an attribute (property) of the resource. http://json-schema.org/examples.html
Cheers.
The text was updated successfully, but these errors were encountered: