Skip to main content

Publish validation

  • Exactly one trigger
  • Reachable graph
  • No cycles in v1
  • Published template versions only
  • Valid branches for condition and wait_for_event

Example publish response

{
  "data": {
    "id": "aut_123",
    "status": "active",
    "current_published_version": {
      "id": "aut_ver_456",
      "version_number": 2,
      "state": "published"
    }
  }
}