--- title: "Update workflow" description: "Update an existing workflow. All fields are optional - only provided fields will be updated.\nThe updatedAt timestamp will be automatically set to the current time.\n" source: https://flowdrop.io/docs/api/workflows/updateWorkflow site: FlowDrop documentation --- # Update workflow `PUT /workflows/{id}` Update an existing workflow. All fields are optional - only provided fields will be updated. The updatedAt timestamp will be automatically set to the current time. ## Parameters - `id` · in path · string · required — Workflow UUID ## Request body - `application/json` — UpdateWorkflowRequest ## Responses - `200` — Workflow updated successfully (`application/json`: WorkflowResponse) - `400` — Bad request - invalid parameters or request body (`application/json`: ErrorResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `422` — Validation error - request data failed validation (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Workflows*