Update the configuration of the activation step in journey

Update the configuration of the activation step in journey.

SecurityTdApikeyAuth
Request
path Parameters
journeyId
required
integer <int64>

Journey ID

journeyActivationStepId
required
integer <int64>

JourneyActivationStep ID

Request Body schema: application/vnd.treasuredata.v1+json

parameters to edit the journey activation step

id
required
string[1-9][0-9]*
type
required
string
Value: "journeyActivationStep"
required
object
required
object
Responses
200

Returns a summary of the activation node in the journey

patch/entities/journeys/{journeyId}/activations/{journeyActivationStepId}
Request samples
application/vnd.treasuredata.v1+json
{
  • "id": "string",
  • "type": "journeyActivationStep",
  • "attributes": {
    },
  • "relationships": {
    }
}
Response samples
application/json
{
  • "data": {
    },
  • "included": [
    ]
}