diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 2c0f436fe3..e6ccf8ce51 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -51924,7 +51924,7 @@ components: - INCIDENT - RELATION InputSchema: - description: "A list of input parameters for the workflow. These can be used as dynamic runtime values in your workflow." + 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. }}`." properties: parameters: description: The `InputSchema` `parameters`. diff --git a/src/datadog_api_client/v2/model/input_schema.py b/src/datadog_api_client/v2/model/input_schema.py index e6efa047cc..d871d8070e 100644 --- a/src/datadog_api_client/v2/model/input_schema.py +++ b/src/datadog_api_client/v2/model/input_schema.py @@ -32,7 +32,7 @@ def openapi_types(_): def __init__(self_, parameters: Union[List[InputSchemaParameters], UnsetType] = unset, **kwargs): """ - A list of input parameters for the workflow. These can be used as dynamic runtime values in your workflow. + 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. }}``. :param parameters: The ``InputSchema`` ``parameters``. :type parameters: [InputSchemaParameters], optional diff --git a/src/datadog_api_client/v2/model/spec.py b/src/datadog_api_client/v2/model/spec.py index 3ea379b448..eeedee8f2a 100644 --- a/src/datadog_api_client/v2/model/spec.py +++ b/src/datadog_api_client/v2/model/spec.py @@ -120,7 +120,7 @@ def __init__( :param handle: Unique identifier used to trigger workflows automatically in Datadog. :type handle: str, optional - :param input_schema: A list of input parameters for the workflow. These can be used as dynamic runtime values in your workflow. + :param input_schema: 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. }}``. :type input_schema: InputSchema, optional :param output_schema: A list of output parameters for the workflow.