publish_journey
Publish the current draft of a journey, making it live and invokable. Pass version to roll back to a prior published version instead of publishing the draft. Returns 404 if there is no draft to publish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Historical version to roll back to (e.g. "v001"). Omit to publish the current draft. | |
| journey_id | Yes | The journey template ID to publish |