mozilla-services / cliquet

CLIQUET IS NOW DEPRECATED use kinto.core instead
http://github.com/Kinto/kinto
Other
64 stars 16 forks source link

Document the format of supported patch #482

Closed Lothiraldan closed 9 years ago

Lothiraldan commented 9 years ago

Hello,

the documentation doesn't explicitly tell which patch format it supports. Does it support only key-value replace?

Is json-patch format (http://jsonpatch.com/) (http://tools.ietf.org/html/rfc6902) support planned in the future?

leplatrem commented 9 years ago

Thanks @Lothiraldan for the pointer about JSON-Patch (hadn't heard of it).

So far, it only supports key-value replace.

But it add support of JSON Patch via Content-Type: application/json-patch+json would be great.