PUT
/
v4
/
workflows
/
{workflowId}
/
metadata

Authorizations

x-api-key
string
header
required

Path Parameters

workflowId
string
required

ID of the workflow to update

Body

application/json
limit
integer

The new limit for the workflow

location
object

The new location for the workflow

monitoring
object

The new monitoring config for the workflow

name
string

The new name for the workflow

schedules
string[]

Array of cron expressions for the workflow schedule

updateInterval
enum<string>

The new update interval for the workflow

Available options:
ONLY_ONCE,
HOURLY,
DAILY,
WEEKLY,
MONTHLY,
CUSTOM

Response

200 - application/json
message
string
success
boolean