Skip to main content
PUT
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Body

application/json
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

Antwort

200 - application/json

Successful updated

config
object
erforderlich
id
string
erforderlich

node id

category
enum<string>
erforderlich
Verfügbare Optionen:
logic
type
enum<string>
erforderlich

Condition logic

Verfügbare Optionen:
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

Zuletzt geändert am 4. September 2026