Skip to content

Commit 85da4f3

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 3360349 of spec repo (#3728)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 71638c6 commit 85da4f3

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
@@ -173909,7 +173909,7 @@ paths:
173909173909
schema:
173910173910
default: true
173911173911
type: boolean
173912-
- description: Filter indicators whose triage state was updated by a specific user UUID.
173912+
- description: Filter indicators whose triage state was updated by a specific user identified by their handle.
173913173913
in: query
173914173914
name: worked_by
173915173915
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.
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)