Skip to main content
PUT
Update a workflow

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

agent_name
string
required
workflow_id
string
required

Body

application/json
description
string | null

Updated description

name
string | null

Updated display name

nodes
Nodes · object[] | null

Updated nodes

connections
Connections · object | null

Updated connections

inputs
Inputs · object | null

Updated default inputs

Response

Successful Response

id
string
required
agent_name
string
required
nodes
Nodes · object[]
required
connections
Connections · object
required
description
string | null
name
string | null
inputs
Inputs · object | null
created_by
string | null
created_at
string | null
updated_at
string | null