cURL
curl --request PUT \ --url https://app.kosli.com/api/v2/flows/{org}/template_file \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'data_json={ "name": "<string>", "description": "<string>", "visibility": "public" }' \ --form 'template_file=<string>'
{ "message": "<string>", "errors": {} }
Create or update a flow for an organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Flow metadata in JSON format
Show child attributes
The flow template file (max size: 10MB)
Successful flow update
Was this page helpful?