What is the right way to perform PATCH request while saving model\'s attributes in Backbone.js?
PATCH
As of Backbone.js v0.9.9, you can simply pass { patch: true } to save().
{ patch: true }
save()
Read more: http://backbonejs.org/#changelog