Skip to main content
PUT
Create or update flow

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

application/json
name
string
required
description
string
required
template
string[]
required
visibility
enum<string> | null
Available options:
public,
private
repo_url
string | null

Response

Successful flow update

The response is of type string.

Last modified on June 18, 2026