Skip to content

Commit 158487e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3360349 of spec repo
1 parent 589fac4 commit 158487e

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.
173880173880
in: query
173881173881
name: worked_by
173882173882
required: false

packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19855,7 +19855,7 @@ export interface SecurityMonitoringApiListIndicatorsOfCompromiseRequest {
1985519855
*/
1985619856
ocsf?: boolean;
1985719857
/**
19858-
* Filter indicators whose triage state was updated by a specific user UUID.
19858+
* Filter indicators whose triage state was updated by a specific user identified by their handle.
1985919859
* @type string
1986019860
*/
1986119861
workedBy?: string;

0 commit comments

Comments
 (0)