Skip to content

Commit

Permalink
Fix this for real now.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheagcraig committed Apr 25, 2018
1 parent e9752e0 commit 62f2b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jss/jssobjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ class ComputerApplicationUsage(Container):
can_post = False
allowed_kwargs = ('start_date', 'end_date')
search_types = {"name": "name", "serial_number": "serialnumber",
"udid": "udid", "macaddress": "macadress"}
"udid": "udid", "macaddress": "macaddress",
"match": "match"}

@classmethod
def _handle_kwargs(cls, kwargs):
Expand Down

0 comments on commit 62f2b22

Please sign in to comment.