Skip to main content
PUT
Create or update flow with template

Authorizations

Authorization
string
header
required

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

Path Parameters

org
string
required

Body

multipart/form-data
data_json
CreateFlow · object
required

Flow metadata in JSON format

template_file
string | null

The flow template file (max size: 10MB)

Response

Successful flow update

The response is of type string.

Last modified on June 18, 2026