v1
latestOpenAPI 3.0.32026-07-176179196.6 KBworkflows
Required scope: automation:workflows:write<br/><br/>Creates a workflow and sets usages
post/workflows
Request body
Example request
{
"trigger": {
"schedule": {
"trigger": {
"cron": "0 0 * * *"
}
}
}
}Response
Example response
{
"trigger": {
"schedule": {
"trigger": {
"cron": "0 0 * * *"
}
}
}
}