Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 62f2b22

Browse files
committed
Fix this for real now.
1 parent e9752e0 commit 62f2b22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jss/jssobjects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ class ComputerApplicationUsage(Container):
169169
can_post = False
170170
allowed_kwargs = ('start_date', 'end_date')
171171
search_types = {"name": "name", "serial_number": "serialnumber",
172-
"udid": "udid", "macaddress": "macadress"}
172+
"udid": "udid", "macaddress": "macaddress",
173+
"match": "match"}
173174

174175
@classmethod
175176
def _handle_kwargs(cls, kwargs):

0 commit comments

Comments
 (0)