Skip to main content
PUT
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

baseId
string
requerido
workflowId
string
requerido
logicId
string
requerido

Cuerpo

application/json
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

Respuesta

200 - application/json

Successful updated

config
object
requerido
id
string
requerido

node id

category
enum<string>
requerido
Opciones disponibles:
logic
createdTime
string
requerido

created time

type
enum<string>
requerido

Condition logic

Opciones disponibles:
condition
name
string

name of the node

description
string

description of the node

testResult
object

action test result

outputVariables
object

output variables

inputVariables
object

input variables

lastModifiedTime
string

last modified time

Última modificación el 15 de septiembre de 2026