Flows

Update Flow

Update a flow.

patch/api/v1/flows/{flow_id}

Path parameters

flow_idstring uuid required

Request body

namestring nullable
descriptionstring nullable
dataobject nullable
folder_idstring uuid nullable
endpoint_namestring nullable
mcp_enabledboolean nullable
lockedboolean nullable
action_namestring nullable
action_descriptionstring nullable
access_type'PRIVATE' | 'PUBLIC'
fs_pathstring nullable

Response

Successful Response

namestring required
descriptionstring nullable
iconstring nullable
icon_bg_colorstring nullable
gradientstring nullable
dataobject nullable
is_componentboolean nullable
updated_atstring date-time nullable
webhookboolean nullable

Can be used on the webhook endpoint

endpoint_namestring nullable
tagsstring[] nullable

The tags of the flow

lockedboolean nullable
mcp_enabledboolean nullable

Can be exposed in the MCP server

action_namestring nullable

The name of the action associated with the flow

action_descriptionstring nullable

The description of the action associated with the flow

access_type'PRIVATE' | 'PUBLIC'
idstring uuid required
user_idstring uuid nullable required
folder_idstring uuid nullable required

Changes