Skip to main content
PUT
Update Workflow

Authentication

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

Request

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

Example request

Response

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