Skip to main content
PATCH
Update App Component

Path Parameters

app_uuid
string
required
component_uuid
string
required

Body

application/json
name
string | null
Required string length: 1 - 128
kind
enum<string> | null
Available options:
llm,
tool,
retrieval,
router,
guardrail,
output,
custom
description
string | null
Maximum string length: 2048
icon
string | null
Maximum string length: 32
color
string | null
Maximum string length: 16
position_x
number | null
position_y
number | null
connects_to
string[] | null
metadata
Metadata · object | null

Response

Successful Response

id
string
required
key
string
required
name
string
required
kind
enum<string>
required
Available options:
llm,
tool,
retrieval,
router,
guardrail,
output,
custom
position_x
number
required
position_y
number
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
icon
string | null
color
string | null
connects_to
string[]
metadata
Metadata · object | null
event_count_recent
integer
default:0