Skip to main content
PATCH
Update Path

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

id
string<uuid>
requerido

Cuerpo

application/json

Request model for create or update path.

name
string

The name of the path

description
string | null

The description of the path

global_prompt
string | null

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

Respuesta

Successful Response

Response model for path

id
string<uuid>
requerido

Unique identifier for the path

name
string | null
requerido

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.

description
string | null

The description of the path

global_prompt
string | null

The global prompt for the path

validation_issues
ValidationIssueSchema · object[] | null

List of structural path issues that would prevent launching/publishing.