Skip to content

Commit

Permalink
Update CrowdStrikeFalcon.py
Browse files Browse the repository at this point in the history
updated function to a working http method
  • Loading branch information
zeekforit authored Jan 10, 2024
1 parent 3709f02 commit a883583
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1294,8 +1294,8 @@ def get_ioarules(rule_ids: list[str]) -> dict:
:return: Response json of the get ioa rule entities endpoint (ioa rule objects)
"""
return http_request(
'POST',
'/ioarules/entities/rules/GET/v1',
'GET',
'/ioarules/entities/rules/v1',
data=json.dumps({rule_ids}),
)

Expand Down

0 comments on commit a883583

Please sign in to comment.