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
Should be able to POST to a relationship to add to it, instead of using PATCH to replace the relationship entirely.
spec: https://jsonapi.org/format/#crud-updating-relationships
The text was updated successfully, but these errors were encountered:
I have added a pull request with test for you to check out
Sorry, something went wrong.
Thanks for the PR! Will review it this week but it probably won't make the v3 release. May do a quick 3.1 follower with this.
Anyways, closing this issue as a duplicate of #353.
Yeah thought as much, i'll use the PATCH in the meantime. Thanks for the update!
Successfully merging a pull request may close this issue.
Description
Should be able to POST to a relationship to add to it, instead of using PATCH to replace the relationship entirely.
spec: https://jsonapi.org/format/#crud-updating-relationships
Environment
The text was updated successfully, but these errors were encountered: