Skip to main content
PUT
Update a flow

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Flow identifier.

Body

application/json
name
string
description
string
Maximum string length: 1000
definition
object
trigger_type
string
cron_expr
string
Maximum string length: 200
cron_tz
string
Maximum string length: 64
version
integer
status
enum<string>
Available options:
draft,
published

Response

200 - application/json

The updated flow.

data
object

A saved automation flow — its builder graph (definition), trigger configuration, lifecycle status, and current version.

meta
object