Skip to content

Commit bf7c07e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7480ac7 of spec repo
1 parent 20d5309 commit bf7c07e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51924,7 +51924,7 @@ components:
5192451924
- INCIDENT
5192551925
- RELATION
5192651926
InputSchema:
51927-
description: "A list of input parameters for the workflow. These can be used as dynamic runtime values in your workflow."
51927+
description: "A list of input parameters for the workflow. Input parameters are available under the `Trigger` object and can be referenced in workflow steps using `{{ Trigger.<parameter_name> }}`."
5192851928
properties:
5192951929
parameters:
5193051930
description: The `InputSchema` `parameters`.

packages/datadog-api-client-v2/models/InputSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { InputSchemaParameters } from "./InputSchemaParameters";
88
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
99

1010
/**
11-
* A list of input parameters for the workflow. These can be used as dynamic runtime values in your workflow.
11+
* A list of input parameters for the workflow. Input parameters are available under the `Trigger` object and can be referenced in workflow steps using `{{ Trigger.<parameter_name> }}`.
1212
*/
1313
export class InputSchema {
1414
/**

packages/datadog-api-client-v2/models/Spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class Spec {
2929
*/
3030
"handle"?: string;
3131
/**
32-
* A list of input parameters for the workflow. These can be used as dynamic runtime values in your workflow.
32+
* A list of input parameters for the workflow. Input parameters are available under the `Trigger` object and can be referenced in workflow steps using `{{ Trigger.<parameter_name> }}`.
3333
*/
3434
"inputSchema"?: InputSchema;
3535
/**

0 commit comments

Comments
 (0)