Skip to content

v4.5.0

Compare
Choose a tag to compare
@citizensas citizensas released this 29 Dec 07:11
· 2145 commits to master since this release

New

  • A new api method editMultiple to edit multiple object in one request.
api.editMultiple('TASK', [
   {ID: 'fooID', name: 'foo'},
   {ID: 'barID', name: 'bar'},
   {ID: 'bazID', name: 'baz'}
]);