Skip to content
Merged
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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
## 2.6.0 - 2025-07-23

### Added
- Support for subgroups in file event queries and saved searches. See [this documentation](https://support.code42.com/hc/en-us/articles/14827671672087-Forensic-Search-reference#h_01JKEF6ESSMTEGFG28WZM6TNDR) for more details about this type of query.
- Support for subgroups in file event queries and saved searches. See [this documentation](https://mimecastsupport.zendesk.com/hc/en-us/articles/42666115380371-Forensic-Search-reference) for more details about this type of query.
- New methods for EventQuery() to enable more flexible filtering:
- `is_any`
- `is_none`
Expand Down
2 changes: 1 addition & 1 deletion src/_incydr_sdk/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Client:

* **url**: `str` The url of your Incydr API gateway. See the [developer getting started guide](https://developer.code42.com/api/#section/User-Guides/Get-started)
to find your API domain based on your console login URL.
* **api_client_id**: `str` The ID of your [Incydr API Client](https://support.code42.com/hc/en-us/articles/14827617150231)
* **api_client_id**: `str` The ID of your [Incydr API Client](https://code42.com/r/support/api-client-create)
* **api_client_secret**: `str` The Secret for your Incydr API Client.

Usage example:
Expand Down