Skip to content

Commit

Permalink
Update hosts.py
Browse files Browse the repository at this point in the history
Remove whitespace
  • Loading branch information
jshcodes authored Jan 29, 2024
1 parent 1aca4be commit cef6f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/falconpy/hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def perform_action(self: object, body: dict = None, parameters: dict = None, **k
if not body:
body = generic_payload_list(submitted_keywords=kwargs, payload_value="ids")

_allowed_actions = ['contain', 'lift_containment', 'hide_host', 'unhide_host',
_allowed_actions = ['contain', 'lift_containment', 'hide_host', 'unhide_host',
'detection_suppress', 'detection_unsuppress']
operation_id = "PerformActionV2"
parameter_payload = args_to_params(parameters, kwargs, Endpoints, operation_id)
Expand Down

0 comments on commit cef6f1f

Please sign in to comment.