From 7f4a5960e7a197e82b862867ed17ad2f9b740734 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 29 Jun 2026 15:58:41 +0000 Subject: [PATCH] Regenerate client from commit 3360349 of spec repo --- .generator/schemas/v2/openapi.yaml | 2 +- src/datadog_api_client/v2/api/security_monitoring_api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index b9697a3d37..088eb34ccb 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -173876,7 +173876,7 @@ paths: schema: default: true type: boolean - - description: Filter indicators whose triage state was updated by a specific user UUID. + - description: Filter indicators whose triage state was updated by a specific user identified by their handle. in: query name: worked_by required: false diff --git a/src/datadog_api_client/v2/api/security_monitoring_api.py b/src/datadog_api_client/v2/api/security_monitoring_api.py index 3c435c4312..1042297bc7 100644 --- a/src/datadog_api_client/v2/api/security_monitoring_api.py +++ b/src/datadog_api_client/v2/api/security_monitoring_api.py @@ -6939,7 +6939,7 @@ def list_indicators_of_compromise( :type sort_order: str, optional :param ocsf: When true, return only OCSF field-based matches. When false, return regex/message-based matches. :type ocsf: bool, optional - :param worked_by: Filter indicators whose triage state was updated by a specific user UUID. + :param worked_by: Filter indicators whose triage state was updated by a specific user identified by their handle. :type worked_by: str, optional :param triage_state: Filter by triage state. :type triage_state: IoCTriageState, optional