---
title: "Update Workflow"
method: POST
path: "/api/workflows/update"
---

# Update Workflow

`POST /api/workflows/update`

## Request body

- WorkflowUpdateRequest
  - `filename` string, required
  - `nodeId` integer, required
  - `stepData` object, required

## Response `200`

Successful Response

- WorkflowResponse
  - `success` boolean, required
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/browser-use/apis/workflow-execution-service.md) · [All operations](https://skmtc.dev/browser-use/apis/workflow-execution-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/browser-use/workflow-execution-service/revisions/83abf377c07c/schema)
