Skip to content
New issue

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

JSON patch according to RFC6902 #6

Open
weierophinney opened this issue Dec 31, 2019 · 1 comment
Open

JSON patch according to RFC6902 #6

weierophinney opened this issue Dec 31, 2019 · 1 comment
Labels
Enhancement New feature or request

Comments

@weierophinney
Copy link
Contributor

Enhancement?
I recently ran into this blog post referring to the RFC6902 standard for JSON patch. It seems this patching standard allows some additional flexibility regarding patch operations.

As an example; with this method of patching resources you can simply remove or add a member to a collection without sending the whole collection. Simply sending the new member or the member to remove is enough.

Are there any ideas of implementing patch RFC6902 style in the future?


Originally posted by @Wilt at zfcampus/zf-rest#76

@weierophinney weierophinney added the Enhancement New feature or request label Dec 31, 2019
@weierophinney
Copy link
Contributor Author

Not currently, but if somebody wants to work on support for it, I'd welcome it. :)


Originally posted by @weierophinney at zfcampus/zf-rest#76 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant