workflows
Restore a workflow revision
Creates a new revision with the source of the named revision. Does NOT dedup against the current revision so the action is auditable in the revision history.
post/workflows/{workflow_id}/code/restore
Path parameters
workflow_idstring uuid required
workflow identifier
workflow identifier
Request body
Example request
{
"$schema": "/api/v1/WorkflowRestoreRevisionRequest.json"
}Response
OK
Example response
{
"$schema": "/api/v1/WorkflowSaveCodeResponse.json"
}