Journeys
Update the metadata of the journey bundle
Update the editable journey bundle information. The following fields are editable with this API.
- name
- description
- latestJourneyId To update the latest journey, the following validation checks the validity of the operation.
- The journey must exist and belong to this journey bundle
- The journey must be launched The case when launching new journey as the latest is treated by the POST journey endpoint with the journeyBundleId.
patch/entities/journey_bundles/{journeyBundleId}
Path parameters
journeyBundleIdinteger required
Journey Bundle ID
Request body
Response
Returns the list of the journeys
Changes
Changed in 1 of the 3 revisions of this API.2
- ○
added the optional property
included/items/anyOf[JourneyJsonApiResource]/attributes/journeyStages/items/steps/uuid/oneOf[JourneyAbTestStep]/randomizationModeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
journeys/items/attributes/journeyStages/items/steps/uuid/oneOf[JourneyAbTestStep]/randomizationModeto the response with the200statusresponse-optional-property-added
- ○