PATCH request method in Backbone.js

Burnash picture Burnash · May 17, 2012 · Viewed 11.6k times · Source

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

Answer

James Cropcho picture James Cropcho · Jan 13, 2013

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

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