This replaces the existing persona context with the provided context.
PATCH
/
v2
/
personas
/
{persona_id}
/
context
curl--request PATCH \--url https://tavusapi.com/v2/personas/{persona_id}/context \--header'Content-Type: application/json'\--header'x-api-key: <api-key>'\--data'{
"context": "This is some new context for the persona."
}'
curl--request PATCH \--url https://tavusapi.com/v2/personas/{persona_id}/context \--header'Content-Type: application/json'\--header'x-api-key: <api-key>'\--data'{
"context": "This is some new context for the persona."
}'