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 .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v2/api/security_monitoring_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading