Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID
Examples:
568971
Body
application/json
Flow to update
A human-readable name for the flow
Examples:
"My Freshsales to Snowflake Flow"
The frequency at which the flow should run. Mutally exclusive with the cron field.
Available options:
manual
, 24h
, 12h
, 6h
, 1h
, 30m
, 15m
If provided, the flow will run according to this cron expression. Overrides the frequency field.
Response
OK
Examples:
{
"$ref": "#/components/examples/flowGcalToBigquery/value"
}
{
"$ref": "#/components/examples/flowFreshsalesToSnowflake/value"
}