Skip to main content
PUT
Update persona

Authorizations

Authorization
string
header
required

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

Path Parameters

personaId
string<uuid>
required

Body

application/json
name
string
Minimum string length: 1
prompt
string
Required string length: 1 - 100000
successCriteria
string | null
Maximum string length: 100000
systemPrompt
string | null
Maximum string length: 100000
evaluationPrompt
string | null
Maximum string length: 100000
tags
string[]
agentIds
string<uuid>[]

Response

Persona updated

success
enum<boolean>
required
Available options:
true
data
object
required