From f1ce04f946c3a7255e4aa1a4882fed734ab299bb Mon Sep 17 00:00:00 2001 From: Cecilia Stevens <63068179+ceciliastevens@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:25:50 -0500 Subject: [PATCH 1/2] INTEG-3117 - update links to new support page locations --- CHANGELOG.md | 2 +- src/_incydr_sdk/core/client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a76d75..ee53784b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/src/_incydr_sdk/core/client.py b/src/_incydr_sdk/core/client.py index e92f313c..56de880d 100644 --- a/src/_incydr_sdk/core/client.py +++ b/src/_incydr_sdk/core/client.py @@ -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://mimecastsupport.zendesk.com/hc/en-us/articles/42665971063059-API-clients) * **api_client_secret**: `str` The Secret for your Incydr API Client. Usage example: From d4dd2495b14165c72e7e6110a86dd8968848ad66 Mon Sep 17 00:00:00 2001 From: Cecilia Stevens <63068179+ceciliastevens@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:06:25 -0500 Subject: [PATCH 2/2] INTEG-3117 - switch to content ID links where possible --- src/_incydr_sdk/core/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_incydr_sdk/core/client.py b/src/_incydr_sdk/core/client.py index 56de880d..487b9e71 100644 --- a/src/_incydr_sdk/core/client.py +++ b/src/_incydr_sdk/core/client.py @@ -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://mimecastsupport.zendesk.com/hc/en-us/articles/42665971063059-API-clients) + * **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: