v1
latestOpenAPI 3.0.32026-07-176179196.6 KBworkflows
Required scope: automation:workflows:write
patch/workflows/{id}
Path parameters
idstring uuid required
A UUID string identifying this workflow.
Query parameters
adminAccessboolean
Allow access to all workflows/executions - additionally requires automation:workflows:admin
Request body
Example request
{
"trigger": {
"schedule": {
"trigger": {
"cron": "0 0 * * *"
}
}
}
}Response
Example response
{
"trigger": {
"schedule": {
"trigger": {
"cron": "0 0 * * *"
}
}
}
}