provider Workflow Automation PATCH /api/v2/workflows/{workflow_id}
@utdk/datadog /api/v2/workflows/{workflow_id}
Update an existing Workflow
Update a workflow by ID. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
workflow_id path required
The ID of the workflow.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
updateworkflow
PATCH/api/v2/workflows/{workflow_id}
Update a workflow by ID. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).

Parameters

required

The ID of the workflow.

Input

required

Data related to the workflow being updated.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.updateworkflow()