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