Skip to main content
PUT
cURL

Авторизации

Authorization
string
header
обязательно

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

Тело

application/json
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

Ответ

200 - application/json

Successful updated

config
object
обязательно
id
string
обязательно

node id

category
enum<string>
обязательно
Доступные опции:
logic
type
enum<string>
обязательно

Condition logic

Доступные опции:
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

Последнее изменение 4 сентября 2026 г.