v1

latestOpenAPI 3.0.32026-07-176179196.6 KB
workflows

Required scope: automation:workflows:write<br/><br/>Creates a workflow and sets usages

post/workflows

Request body

idstring uuid
titlestring required
tasksTasks
taskDefaultsobject
descriptionstring
labelsLabels
actorstring
ownerstring uuid
isPrivateboolean
schemaVersioninteger

Example request

{
  "trigger": {
    "schedule": {
      "trigger": {
        "cron": "0 0 * * *"
      }
    }
  }
}

Response

idstring uuid
titlestring required
tasksTasks
taskDefaultsobject
usagesobject required
descriptionstring
labelsLabels
versioninteger required
actorstring
ownerstring uuid
isPrivateboolean
triggerTypestring required
schemaVersioninteger

Example response

{
  "trigger": {
    "schedule": {
      "trigger": {
        "cron": "0 0 * * *"
      }
    }
  }
}