Skip to main content
PUT
Update a generative UI template

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

agent_name
string
required
template_id
string
required

Body

application/json
description
string | null

Updated description

generative_spec
Generative Spec · object | null

Updated json-render spec (non-empty object if provided)

Response

Successful Response

id
string
required

Template id

agent_name
string
required

Owning agent (normalized)

generative_spec
Generative Spec · object
required

json-render spec

description
string | null

Description

created_by
string | null

Creator identifier

created_at
string | null

Creation time (ISO)

updated_at
string | null

Last update time (ISO)