Search code examples
backbone.jshttp-patch

PATCH request method in Backbone.js


What is the right way to perform PATCH request while saving model's attributes in Backbone.js?


Solution

  • As of Backbone.js v0.9.9, you can simply pass { patch: true } to save().

    Read more: http://backbonejs.org/#changelog