PATCH
/
agent
curl --request PATCH \
  --url https://prod-api.ringg.ai/ca/api/v0/agent \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <x-api-key>' \
  --data '{
  "agent_id": "<string>",
  "intro_message": "<string>",
  "agent_display_name": "<string>",
  "agent_prompt": "<string>",
  "voice_id": "<string>",
  "language": "en-US"
}'
{}

Headers

X-API-KEY
string
required

Body

application/json

Response

200 - application/json

Successful Response

The response is of type object.