Skip to main content
PUT
Update Workflow

Authentication

Requires a JWT token or API key in the Authorization header.

Request

id
string
required
The workflow ID to update.
name
string
New workflow name.
description
string
Updated description.
status
string
New status: active, paused, or draft.
trigger
object
Updated trigger configuration.
steps
array
Updated step definitions.

Example request

Response

Returns the updated workflow. A new immutable version is created automatically before the update.