---
title: "Update the configuration of the activation step in journey"
method: PATCH
path: "/entities/journeys/{journeyId}/activations/{journeyActivationStepId}"
tags: ["Journeys"]
---

# Update the configuration of the activation step in journey

`PATCH /entities/journeys/{journeyId}/activations/{journeyActivationStepId}`

Update the configuration of the activation step in journey.

## Path parameters

- `journeyId` integer, required
- `journeyActivationStepId` integer, required

## Response `200`

Returns a summary of the activation node in the journey

- EntitiesGetJourneyActivationStepJsonApiResponse
  - `data` JourneyActivationStepJsonApiResource, required — unresolved $ref
  - `included` UserJsonApiResource[], required
    - `id` string, required
    - `type` 'user', required
    - `attributes` object, required
      - `tdUserId` string, required
      - `name` string, required

---

[API](https://skmtc.net/treasure/apis/cdp-api.md) · [All operations](https://skmtc.net/treasure/apis/cdp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/cdp-api/revisions/24caa8eb809b/schema)
