Skip to main content
PUT
cURL

Autorisations

Authorization
string
header
requis

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

Corps

application/json
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

Réponse

200 - application/json

Successful updated

config
object
requis
id
string
requis

node id

category
enum<string>
requis
Options disponibles:
logic
type
enum<string>
requis

Condition logic

Options 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

createdTime
string | null

created time

lastModifiedTime
string | null

last modified time

Dernière modification le 4 septembre 2026