---
title: "Update an action flow"
method: PATCH
path: "/v1/action_flows/{id}"
tags: ["Action Flows"]
---

# Update an action flow

`PATCH /v1/action_flows/{id}`

## Path parameters

- `id` string, uuid, required

## Request body

- ActionFlow
  - `id` string, uuid
  - `name` string, required
  - `description` string, nullable
  - `trigger_type` string, required
  - `trigger_config` object, nullable
  - `steps` unknown[], nullable
    - unknown
  - `status` string, nullable
  - `created_at` string, date-time

## Response `200`

Updated

---

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