POST
/
v1
/
convo_pathway
/
{pathway_id}

Headers

authorization
string
required

Your API key for authentication.

Path Parameters

pathway_id
string
required

The unique identifier of the conversational pathway you want to update.

Body

name
string

The name of the conversational pathway

description
string

A description of the pathway

nodes
array of objects

Data about all the nodes in the pathway.

Example of a node object:

edges
array of objects

Data about all the edges in the pathway.

Response

status
string

Can be success or error.

pathway_id
string

A unique identifier for the pathway (present only if status is success).

nodes
array of objects

Data about all the nodes in the pathway.

edges
array of objects

Data about all the edges in the pathway.