Update Path
Conversational Paths
Update Path
Update an existing
PATCH
Update Path
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parámetros de ruta
Cuerpo
application/json
Request model for create or update path.
The name of the path
The description of the path
The global prompt for the path
nodes
(StartNodeCreateSchema · object | ConversationNodeCreateSchema · object | EndNodeCreateSchema · object | ToolNodeCreateSchema · object | TransferNodeCreateSchema · object | FlowNodeCreateSchema · object)[] | null
The nodes in the path
- StartNodeCreateSchema
- ConversationNodeCreateSchema
- EndNodeCreateSchema
- ToolNodeCreateSchema
- TransferNodeCreateSchema
- FlowNodeCreateSchema
Respuesta
Successful Response
Response model for path
Unique identifier for the path
The name of the path
nodes
(StartNodeResponseSchema · object | ConversationNodeResponseSchema · object | EndNodeResponseSchema · object | ToolNodeResponseSchema · object | TransferNodeResponseSchema · object | FlowNodeResponseSchema · object)[]
requerido
The nodes in the path
Defines a start node with all its properties.
- StartNodeResponseSchema
- ConversationNodeResponseSchema
- EndNodeResponseSchema
- ToolNodeResponseSchema
- TransferNodeResponseSchema
- FlowNodeResponseSchema
The description of the path
The global prompt for the path