Skip to main content
PATCH
Update Workflow Public

Authorizations

X-API-Key
string
header
required

Path Parameters

workflow_id
string
required

Query Parameters

force
boolean
default:false

Body

application/json
name
string | null
description
string | null
type
enum<string> | null
Available options:
flow,
agent_flow,
handler,
ingestion,
inbox_process,
inbox_filtering,
inbox_extraction,
task_automation
saved
boolean | null
definition
Definition · object | null
error_handler
default:{}
meta
WorkflowMeta · object | null
workflow_hash
string | null
is_app_published
boolean | null
app_settings_v2
AppSettingsV2 · object | null
settings
ChatflowSettingsConfig · object | null

Response

Successful Response

id
string<uuid>
required
group_id
string<uuid>
required
name
string
required
type
enum<string>
required
Available options:
flow,
agent_flow,
handler,
ingestion,
inbox_process,
inbox_filtering,
inbox_extraction,
task_automation
definition
Definition · object
required
workflow_hash
string | null
meta
WorkflowMeta · object | null
settings
ChatflowSettingsConfig · object
last_updated_at
string<date-time> | null
last_run_at
string<date-time> | null
created_at
string<date-time> | null
deleted_at
string<date-time> | null
runs_count
integer | null
author_name
string | null
description
string | null
saved
boolean | null
error_handler
string<uuid> | null
is_app_published
boolean | null
app_settings_v2
AppSettingsV2 · object | null
flow_version
string
default:v1