---
title: "Update Flow"
method: PUT
path: "/flows"
tags: ["Flows"]
---

# Update Flow

`PUT /flows`

Updates an existing flow with the provided details

## Request body

- UpdateFlow
  - `flowId` integer, required
  - `name` string
  - `description` string
  - `program` string
  - `language` string

## Response `200`

Flow updated successfully

---

[API](https://skmtc.net/laminar/apis/laminar-api.md) · [All operations](https://skmtc.net/laminar/apis/laminar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laminar/laminar-api/revisions/c4cc2ef4aab1/schema)
