Skip to content

Commit 165d047

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 168a08e of spec repo
1 parent 8d48bf1 commit 165d047

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173876,7 +173876,7 @@ paths:
173876173876
schema:
173877173877
default: true
173878173878
type: boolean
173879-
- description: Filter indicators whose triage state was updated by a specific user UUID.
173879+
- description: Filter indicators whose triage state was updated by a specific user, identified by their handle (email).
173880173880
in: query
173881173881
name: worked_by
173882173882
required: false

src/datadog_api_client/v2/api/security_monitoring_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6939,7 +6939,7 @@ def list_indicators_of_compromise(
69396939
:type sort_order: str, optional
69406940
:param ocsf: When true, return only OCSF field-based matches. When false, return regex/message-based matches.
69416941
:type ocsf: bool, optional
6942-
:param worked_by: Filter indicators whose triage state was updated by a specific user UUID.
6942+
:param worked_by: Filter indicators whose triage state was updated by a specific user, identified by their handle (email).
69436943
:type worked_by: str, optional
69446944
:param triage_state: Filter by triage state.
69456945
:type triage_state: IoCTriageState, optional

0 commit comments

Comments
 (0)