You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v2/openapi.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51924,7 +51924,7 @@ components:
51924
51924
- INCIDENT
51925
51925
- RELATION
51926
51926
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> }}`."
* 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> }}`.
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v2/models/Spec.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ export class Spec {
29
29
*/
30
30
"handle"?: string;
31
31
/**
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> }}`.
0 commit comments