In js-data there is currently no method to create which allows multiple objects. For this purpose it is suggested to use the operation "updateAll" and force the POST method.
This change checks for a method in the options passed to update and updateAll before forcing the usePatch flag.
My application uses the extension allowing bulk requests.
In js-data there is currently no method to create which allows multiple objects. For this purpose it is suggested to use the operation "updateAll" and force the POST method.
This change checks for a method in the options passed to update and updateAll before forcing the usePatch flag.