PATCH
/
v2
/
personas
/
{persona_id}
curl --request PATCH \
  --url https://tavusapi.com/v2/personas/{persona_id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '[
  {
    "op": "add",
    "path": "/layers/llm/model",
    "value": "tavus-llama"
  }
]'

Authorizations

x-api-key
string
header
required

Path Parameters

persona_id
string
required

Body

application/json · object[]

The body is of type object[].

Response

200

OK