PUT /interaction/v1/interactions

Updates a journey version. To call this resource, assign your API Integration the Automation | Interactions | Read scope.

NameTypeDescription
keystringRequiredThe user-defined Key for the journey to update
namestringRequiredThe name of this journey
workflowApiVersionnumberRequiredThe Journey Spec version to use for this journey. Possible values: 0.5, 1.0.
versionnumberRequiredThe version of this journey
idstringThe GUID (UUID) to be used while referencing this journey.
modifiedDatestringThis field must match the current Database value from Marketing Cloud or the request will be rejected. You are not actually updating this field; it is used in mapping to the correct version of this journey
descriptionstringA description of this journey
goalsarrayThe goal for this particular journey. Expressed as an object of type ContactDecision from the Journey Spec.
triggersarrayThe trigger for this particular journey. Expressed as an object of type ContactEvent from the Journey Spec.
activitiesarrayThe activities which compose this particular journey. Expressed as objects of types supported by the Journey Spec

Example Request

This request updates the journey version specified by the versionNumber Query Parameter.

This example represents the minimum required parameters to update the journey version, as prescribed by the Journey Spec. To understand how to leverage the full capability of updating journeys via the API, the Journey Spec documentation provides a comprehensive list of all available parameters.

These JSON parameters are always provided by Journey Builder and can never be updated:

  • id
  • lastPublishedDate
  • createdDate
  • modifiedDate, used in the request body, but only for mapping
  • definitionId
  • status

Although the modifiedDate may not be updated, you are required to pass current value that matches the database record. This prevents simultaneous writes that would overwrite other users' changes.

Example Successfully Update Journey Response

Example Error Messages