Conversational Pathways
Update Pathway
Update a conversational pathway’s fields - including name, description, nodes and edges.
POST
/
v1
/
pathway
/
{pathway_id}
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the conversational pathway you want to update.
Body
The name of the conversational pathway
A description of the pathway
Data about all the nodes in the pathway.
Example of a node object:
Data about all the edges in the pathway.
Response
Can be success
or error
.
A unique identifier for the pathway (present only if status is success
).
Data about all the nodes in the pathway.
Data about all the edges in the pathway.