pub async fn update_journey_node(
configuration: &Configuration,
app_id: &str,
journey_id: &str,
node_id: &str,
update_journey_node_request: UpdateJourneyNodeRequest,
) -> Result<Journey, Error<UpdateJourneyNodeError>>Expand description
The Journeys API is in beta. Endpoints and response fields can still change. Apply a partial update to a single node, located by its server-assigned id, using JSON Merge Patch (RFC 7396). Send only the node fields you want to change; the rest of the node and the rest of the journey graph are left untouched. Returns the full updated journey.