Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

JSON patch according to RFC6902 #76

Open
Wilt opened this issue May 13, 2015 · 2 comments
Open

JSON patch according to RFC6902 #76

Wilt opened this issue May 13, 2015 · 2 comments

Comments

@Wilt
Copy link
Contributor

Wilt commented May 13, 2015

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?

@weierophinney
Copy link
Member

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

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas-api-tools/api-tools-rest; a new issue has been opened at laminas-api-tools/api-tools-rest#6.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants