Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/soar_integrations/siemplify.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,6 @@ Remove tags from a case.

* `case_id` (str, required): The ID of the case.
* `alert_group_identifiers` (List[str], required): Identifiers for the alert groups.
* `tag` (str, required): Specify the tag that needs to be removed. Comma seperated values.
* `tag` (str, required): Specify the tag that needs to be removed. Comma separated values.
* `target_entities` (List[TargetEntity], optional, default=[]): Optional list of specific target entities (Identifier, EntityType) to run the action on.
* `scope` (str, optional, default="All entities"): Defines the scope for the action.
2 changes: 1 addition & 1 deletion docs/soar_integrations/stealthwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Get flows by IP address for a given time frame
* `case_id` (str, required): The ID of the case.
* `alert_group_identifiers` (List[str], required): Identifiers for the alert groups.
* `timeframe` (str, required): Time frame in hours(e.g: 3).
* `limit` (str, required): The limit of the recieved flow.
* `limit` (str, required): The limit of the received flow.
* `target_entities` (List[TargetEntity], optional, default=[]): Optional list of specific target entities (Identifier, EntityType) to run the action on.
* `scope` (str, optional, default="All entities"): Defines the scope for the action.
2 changes: 1 addition & 1 deletion docs/soar_integrations/stealthwatchv6.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Get flows by IP address for a given time frame
* `case_id` (str, required): The ID of the case.
* `alert_group_identifiers` (List[str], required): Identifiers for the alert groups.
* `timeframe` (str, required): Time frame in hours(e.g: 3).
* `limit` (str, required): The limit of the recieved flow.
* `limit` (str, required): The limit of the received flow.
* `target_entities` (List[TargetEntity], optional, default=[]): Optional list of specific target entities (Identifier, EntityType) to run the action on.
* `scope` (str, optional, default="All entities"): Defines the scope for the action.