Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
update deleteSmartMatchEntries
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Feb 13, 2016
1 parent d84b62c commit 2fd64df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apiclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -3428,12 +3428,12 @@
});
};

self.deleteSmartMatchEntry = function (name, options) {
self.deleteSmartMatchEntries = function (entries) {

var url = self.getUrl("Library/FileOrganizations/SmartMatches", options || {});
var url = self.getUrl("Library/FileOrganizations/SmartMatches");

var postData = {
Name: name
Entries: entries
};

return self.ajax({
Expand Down

0 comments on commit 2fd64df

Please sign in to comment.