PATCH
/
v2
/
replicas
/
{replica_id}
/
name
curl --request PATCH \
  --url https://tavusapi.com/v2/replicas/{replica_id}/name \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "replica_name": ""
}'

Authorizations

x-api-key
string
headerrequired

Path Parameters

replica_id
string
required

Body

application/json
replica_name
string
required