Skip to content

Commit 8b94975

Browse files
style
1 parent ccdcfe1 commit 8b94975

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/_incydr_cli/cmds/sessions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def sessions():
7575
@click.option(
7676
"--type",
7777
default=None,
78-
help="Limit search to sessions of this type. Acceptable types are STANDARD or ACCOUNT_TAKE_OVER"
78+
help="Limit search to sessions of this type. Acceptable types are STANDARD or ACCOUNT_TAKE_OVER",
7979
)
8080
@click.option(
8181
"--no-alerts",

src/_incydr_sdk/sessions/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_page(
6060
* **actor_id**: `str | None` - Only include items generated by this actor.
6161
* **start_time**: `datetime | str | int | None` - Only include items beginning on or after this date and time. Can be a date-formatted string, a `datetime` instance, or a POSIX `int` timestamp.
6262
* **end_time**: `datetime | str | int | None` - Only include items beginning before this date and time. Can be a date-formatted string, a `datetime` instance, or a POSIX `int` timestamp.
63-
* **type**: `str` - Only include items matching this type. Examples include STANDARD, ACCOUNT_TAKE_OVER.
63+
* **type**: `str` - Only include items matching this type. Examples include STANDARD, ACCOUNT_TAKE_OVER.
6464
* **has_alerts**: `bool` - Only include items that have a matching alert status. Defaults to `True`.
6565
* **sort_key**: [`SortKeys`][items-sort-keys] - `end_time` or `score`. Value on which the results will be sorted. Defaults to `end time`.
6666
* **risk_indicators**: `List[str] | None` - List of risk indicator IDs that must be present on the items before they are returned.

0 commit comments

Comments
 (0)