Skip to content

Commit

Permalink
Update docstring typo. Closes #634.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed May 3, 2022
1 parent 651c0cc commit a84e9f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/falconpy/ioc.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ def indicator_update(self: object, body: dict, parameters: dict = None, **kwargs
expiration -- UTC formatted date string. String.
filename -- Filename to use in the metadata dictionary. String.
host_groups -- List of host groups to apply this IOC to. List of strings.
id -- ID of the indicator to be updated.
id -- ID of the indicator to be updated. At least one ID must be specified using this
keyword, or as part of the indicators list using the indicators keyword.
indicators -- List of indicators to update. List of dictionaries.
ignore_warnings -- Set to true to ignore warnings and add all IOCs. Boolean. Default: False
metadata -- Dictionary containing the filename for the IOC.
Expand Down

0 comments on commit a84e9f5

Please sign in to comment.