POST /interaction/v1/interactions/publishAsync/{id}?versionNumber={versionNumber}
Publishes a journey version asynchronously. To call this resource, assign your API Integration the Automation | Interactions | Read scope.
Name | Type | Description | |
---|---|---|---|
id | string | Required | The ID of the journey to publish expressed in the form of a GUID (UUID). |
versionNumber | integer | Required | Version number of the journey to publish |
Example Request
This request asynchronously publishes the journey specified by the ID request parameter. Only the versionNumber specified in the versionNumber QUERY Parameter will be published. You must provide a valid versionNumber.
Example Response
Example Error Response