You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: