-
I'm not sure whether this case can be nicely handled with webargs, but anyway let me know if there is already an elegant solution to the issue I have.
I'm implementing a PATCH method in my RESTful AP…
-
"I'm not clear on when a contract would be an amendment. Shouldn't amendments be a property on the contract being amended? It doesn't seem possible right now to answer the question, "What amendments e…
-
Is there any plan to support the JSON Patch format? [RFC 6902](http://tools.ietf.org/html/rfc6902)
-
By common understanding, the difference between REST PUT and PATCH is that PUT expects full entity information (all fields) that will be injected in place of all existing fields. PATCH on the other ha…
-
At the MIT face-to-face, we discussed using the ActivityPub syntax for updates and deletes.
See more discussion here: http://socialwg.indiewebcamp.com/irc/social/2016-03-17#t1458235425910
-
I was thinking of using this to build a proper PATCH update abstraction for servant, but standards are nice, right.
Do you think that Patch should encode like this? http://tools.ietf.org/html/rfc6902…
-
It would be nice to have a "patch language" that can be used to update documents, or in the `transform` API without using scripting.
-
[RFC 6902 - JSON Patch](http://www.rfc-base.org/txt/rfc-6902.txt) JSON Patch defines a JSON document structure for expressing a sequence of operations to apply to a JSON document; it is suitable for u…
-
Putting this here because much of the community pays more attention here than to IETF lists -
We received an errata report on JSON Patch that asks to change the A.14 example; see
http://www.rfc-ed…
-
Jira issue originally created by user dunglas:
I plan to add support for JSON Pointer (RFC 6901: http://tools.ietf.org/html/rfc6901) and JSON Patch (RFC 6902: http://tools.ietf.org/html/rfc6902) synt…