Edit Assistant
Updates an existing assistant with new configuration settings. Each operation requires specific fields to be provided.
PATCH
Edit Assistant
Update an existing assistant. The request uses an
operation field so each edit is explicit, such as updating prompts, variables, or webhook event subscriptions.
When to use
- Update assistant configuration from your own admin backend.
- Configure event subscriptions for webhooks.
- Keep assistant behavior synchronized with templates in your product.
Integration notes
- Test configuration changes with one individual call before running a campaign.
- Avoid overwriting unrelated assistant settings in broad update flows.
- For webhook setup, use
operation: "edit_event_subscriptions"and provide the events plus callback URL Ringg should call.
Related guide
See webhook setup for a complete event subscription example.Headers
(Required) Your Ringg AI API key.
Example:
"7251cb4b-3373-43a4-844c-b27a1d45e0c9"
Body
application/json
Available options:
attach_inbound_number, remove_inbound_number, attach_kb, remove_kb, edit_custom_vars, edit_language, edit_voice, edit_prompt, edit_noise_settings, edit_agent_display_name, edit_intro_message, edit_query_phrases, edit_dtmf_settings, edit_vad_settings, edit_agent_whitelisted_domains, edit_voice_speed, edit_extract_callee_name, edit_vocab, edit_api_settings, edit_secondary_language, edit_secondary_voice Example:
"edit_agent_display_name"
Example:
"830f767a-397e-4b39-82ff-235cd344e2f9"
Example:
"Updated Sales Assistant"
Available options:
en-US, en-IN, hi-IN, ta-IN, te-IN, kn-IN, mr-IN, gu-IN, ar-AE Example:
"en-US"
Example:
"3b5c7d2a-8e9f-4a1b-9c6d-2e5f8a7b3c4d"
Example:
"4c6d8e3b-9f0a-5b2c-ad7e-3f6a9b8c5d7e"
Available options:
en-US, en-IN, hi-IN, ta-IN, te-IN, kn-IN, mr-IN, gu-IN, ar-AE Example:
"hi-IN"
Example:
"You are a helpful sales assistant."
Example:
[
"callee_name",
"mobile_number",
"company",
"lead_source"
]
Example:
"5d7f9a2b-1c3e-4f6a-8b9c-0d1e2f3a4b5c"
Example:
"7a9c2d5e-4f6b-1a2b-3c4d-5e6f7a8b9c0d"
Example:
[
"https://www.ringg.ai",
"https://example.com"
]
Example:
1.2
Edit Assistant
