Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url http://localhost:3001/api/admin/journeys/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "workspaceId": "<string>", "id": "<string>", "name": "<string>", "draft": { "nodes": [ { "id": "<string>", "data": { "nodeTypeProps": { "variant": { "segment": "<string>", "child": "<string>", "reEnter": true } } } } ], "edges": [ { "source": "<string>", "target": "<string>", "data": { "disableMarker": true } } ] }, "canRunMultiple": true, "updatedAt": 123 } '
{ "id": "<string>", "workspaceId": "<string>", "name": "<string>", "updatedAt": 123, "createdAt": 123, "canRunMultiple": true, "draft": { "nodes": [ { "id": "<string>", "data": { "nodeTypeProps": { "variant": { "segment": "<string>", "child": "<string>", "reEnter": true } } } } ], "edges": [ { "source": "<string>", "target": "<string>", "data": { "disableMarker": true } } ] }, "definition": { "entryNode": { "segment": "<string>", "child": "<string>", "reEnter": true }, "exitNode": {}, "nodes": [ { "id": "<string>", "variant": { "seconds": 123 }, "child": "<string>" } ] } }
Create or update a journey.
Show child attributes
NotStarted
Default Response