Skip to main content
PATCH
cURL

Headers

x-api-key
string
required

Your API key. This is required by most endpoints to access the API programmatically. You can view your x-api-key using the 'Profile' tab on the website.

Authorization
string
required

Bearer token for authentication (JWT).

Path Parameters

workflow_id
string<uuid>
required

The UUID of the workflow to update.

Body

application/json

JSON fields to update on the specified workflow.

name
string

New workflow name.

team_id
string

UUID of the team to which the workflow will be reassigned.

owner_id
string

UUID of the new owner of this workflow (if your code allows updating ownership).

is_external
boolean

Whether this workflow is marked as external.

canvas_type
integer

Canvas type (0 for basic, etc.).

Response

Successfully updated workflow. Returns the updated workflow JSON.

id
string

The workflow’s UUID.

name
string

Updated workflow name.

team_id
string

Current team UUID after update.

owner_id
string

Current owner UUID after update (if changed).