---
title: "Update Workflow"
method: PUT
path: "/workflow"
tags: ["Workflows"]
---

# Update Workflow

`PUT /workflow`

Updates an existing workflow with new details

## Request body

- UpdateWorkflow
  - `workflowId` integer, required
  - `name` string
  - `description` string

## Response `200`

Workflow 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)
