---
title: "Update workflow template"
method: PUT
path: "/api/workflows"
tags: ["Workflows"]
---

# Update workflow template

`PUT /api/workflows`

## Request body

- object
  - `id` integer, required
  - `name` string
  - `description` string
  - `steps` object[]

## Response `200`

Template updated

- object
  - `template` object

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found

---

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