cURL
curl --request PUT \ --url https://app.kosli.com/api/v2/flows/{org} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "visibility": "public", "template": [ "<string>" ], "repo_url": "<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>
public
private
Successful flow update
Was this page helpful?