Skip to content

Commit

Permalink
Update PREFER_IDS_IN_BODY. Closes #864.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Dec 22, 2022
1 parent e7b1a57 commit e019240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/falconpy/_uber_default_preference.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"RTR_DeleteSession"
]
PREFER_IDS_IN_BODY = [
"GetDeviceDetails", "PostDeviceDetailsV2"
"GetDeviceDetails", "PostDeviceDetailsV2", "GetVulnerabilities", "GetIntelIndicatorEntities",
"getChildrenV2", "cancel-scans", "GetDetectSummaries"
]
MOCK_OPERATIONS = [
"GetImageAssessmentReport", "DeleteImageDetails", "ImageMatchesPolicy"
Expand Down

0 comments on commit e019240

Please sign in to comment.