Workflows
Update workflow metadata
PUT
/
v4
/
workflows
/
{workflowId}
/
metadata
Authorizations
x-api-key
string
headerrequiredPath Parameters
workflowId
string
requiredID of the workflow to update
Body
application/json
limit
integer
The new limit for the workflow
updateInterval
enum<string>
The new update interval for the workflow
Available options:
ONLY_ONCE
, HOURLY
, DAILY
, WEEKLY
, MONTHLY
, CUSTOM
schedules
string[]
Array of cron expressions for the workflow schedule
name
string
The new name for the workflow
Response
200 - application/json
success
boolean
message
string