Skip to content

Commit

Permalink
Merge branch 'main' into fix-criteria-missing-member-of
Browse files Browse the repository at this point in the history
  • Loading branch information
brysontyrrell authored Jul 24, 2024
2 parents 17c3bb8 + a8addb6 commit 23fe10f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jamf_pro_sdk/clients/pro_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ def get_mobile_device_inventory_v2(
page_size=page_size,
sort_expression=sort_expression,
filter_expression=filter_expression,
extra_params={"section": ",".join(sections)},
)

return paginator(return_generator=return_generator)

0 comments on commit 23fe10f

Please sign in to comment.