Skip to main content
PUT
Update Workflow

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string<uuid>
required

Body

application/json

Workflow update model.

name
string | null
Required string length: 1 - 255
description
string | null
nodes
WorkflowNode · object[] | null
edges
WorkflowEdge · object[] | null
global_nodes
string[] | null
status
string | null
Pattern: ^(draft|active|archived)$

Response

Successful Response

Workflow response model.

id
string<uuid>
required
tenant_id
string<uuid>
required
name
string
required
nodes
Nodes · object[]
required
edges
Edges · object[]
required
status
string
required
version
integer
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
global_nodes
string[] | null