Open chrismytton opened 9 years ago
Rather than just updating the changed members we replace the whole document on PUT requests. This matches the proper semantics for a PUT request, but is also a backwards incompatible change, so needs to be included in a new version of the API.
Will squash down the commits after review.
Fixes #95
I'll take a punt at updating this with new versioning structure in a bit.
Rather than just updating the changed members we replace the whole document on PUT requests. This matches the proper semantics for a PUT request, but is also a backwards incompatible change, so needs to be included in a new version of the API.
Will squash down the commits after review.
Fixes #95