From 62f2b2238b65e8732a9ee62ec799eafe8bfd808c Mon Sep 17 00:00:00 2001 From: Shea Craig Date: Wed, 25 Apr 2018 08:56:43 -0400 Subject: [PATCH] Fix this for real now. --- jss/jssobjects.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jss/jssobjects.py b/jss/jssobjects.py index 8d8ce19..bf91772 100644 --- a/jss/jssobjects.py +++ b/jss/jssobjects.py @@ -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):