v1

latestOpenAPI 3.1.02026-07-22750642.5 KB
Journeys

Update node

Update one node's name, position, and/or config (inputs shallow-merge). Use journeys_authoring_catalog for a node kind's input fields.

patch/api/v1/journeys/{journeyId}/nodes/{nodeId}

Path parameters

journeyIdstring required

A draft journey id, or the initiative id (resolves to its current draft).

nodeIdstring required

Node id within the journey.

Request body

namestring

New node label.

inputsobject

Config fields to merge into the node's inputs.

Response

Success

idstring required

Journey (workflow version) id.

initiativeIdstring required

The initiative this journey belongs to.

status'DRAFT' | 'PUBLISHED' | 'STOPPED' required

DRAFT (editable), PUBLISHED (live, frozen), or STOPPED (retired).

versioninteger required

Version number within the initiative.