Skip to main content
POST
Reordenar los stages del blueprint

Authorizations

Authorization
string
header
required

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

Headers

x-workspace-id
string<uuid>
required

Identificador del workspace multi-tenant.

Path Parameters

agentId
string<uuid>
required

Identificador del agente

blueprintId
string<uuid>
required

Identificador del blueprint del agente (se obtiene de GET /v1/agents/{agentId}/blueprints)

Body

application/json
stageIds
string<uuid>[]
required

Orden resultante de los stages identificado por sus UUIDs.

Minimum array length: 1
startingStageName
string | null

Nombre del stage que actuará como punto de entrada tras el reordenamiento.

Response

Orden actualizado

data
object[]
required
meta
object
required