Skip to main content
PATCH
Update an embed context

Authorizations

PersoPlatform-APIKey
string
header
required

Path Parameters

id
string<uuid>
required

A UUID string identifying this context.

Body

Console serializer for Context CRUD.

name
string
Required string length: 1 - 200
greeting
string
instructions
string
tts_type
string
Minimum string length: 1
model_style
string
Minimum string length: 1
background_image
string | null
Minimum string length: 1
max_session_sec
integer | null
Required range: 0 <= x <= 2147483647
is_active
boolean
embed_config
any

Response

200 - application/json

Console serializer for Context CRUD.

id
string<uuid>
required
read-only
context_id
string
required
read-only
name
string
required
Maximum string length: 200
tts_type
string
required
model_style
string
required
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
greeting
string
instructions
string
background_image
string | null
max_session_sec
integer | null
Required range: 0 <= x <= 2147483647
is_active
boolean
embed_config
any