Hugh Fungus
05/27/2025, 11:12 PMVapi Support Bot
05/27/2025, 11:13 PMassistantOverrides
or variableValues
via PATCH /call while a call is in progress.
The error you received ("property assistantOverrides should not exist"
) matches the API documentation, which does not support this property for live call updates. Currently, dynamic variables must be set when the call is initiated, not during the call.
If you need to update assistant variables mid-call, this is not supported by the current Vapi API.
Sources:
- [Vapi PATCH /call API Reference](https://docs.vapi.ai/api-reference/calls/update)
- [Vapi Personalization Documentation](https://docs.vapi.ai/assistants/personalization)Vapi Support Bot
05/27/2025, 11:14 PMassistantOverrides
or variableValues
via PATCH /call while a call is in progress. The API only allows these to be set when the call is created, not updated during the call. The error you received is expected based on the current API documentation—live variable updates are not supported at this time.
Sources:
- [Vapi API Reference: Update Call](https://docs.vapi.ai/api-reference/calls/update)
- [Vapi Documentation: Dynamic Variables](https://docs.vapi.ai/assistants/dynamic-variables)Vapi Support Bot
05/27/2025, 11:31 PMHugh Fungus
05/27/2025, 11:32 PMVapi Support Bot
05/27/2025, 11:33 PMHugh Fungus
05/27/2025, 11:34 PMVapi Support Bot
05/27/2025, 11:34 PMassistantOverrides
or variableValues
during a call are not supported by the Vapi API.
You can only set these variables when the call is created, not via PATCH /call
while the call is in progress.
For more details, see the [Vapi API Reference](https://docs.vapi.ai/api-reference/calls/update) and [Dynamic Variables documentation](https://docs.vapi.ai/assistants/dynamic-variables).
Sources:
- [Vapi PATCH /call API Reference](https://docs.vapi.ai/api-reference/calls/update)
- [Vapi Documentation: Dynamic Variables](https://docs.vapi.ai/assistants/dynamic-variables)Vapi Support Bot
05/27/2025, 11:35 PMassistantOverrides
or variableValues
) for a call in progress via PATCH, webhook, or any other method. These must be set when the call is created, and live updates are not supported by the current Vapi API. For real-time interaction, you can use live call control features (like injecting messages), but not variable updates.
See: [Vapi Personalization Documentation](https://docs.vapi.ai/assistants/personalization)
Sources:
- [Vapi Personalization Documentation](https://docs.vapi.ai/assistants/personalization)
- [Vapi API Reference: Update Call](https://docs.vapi.ai/api-reference/calls/update)Kings Big
05/28/2025, 6:43 AMHugh Fungus
05/28/2025, 7:49 AMVapi Support Bot
05/28/2025, 7:51 AMassistantOverrides
or variableValues
for a call in progress**—not via PATCH, webhook, or any other method. These must be set at call creation, and live updates are not supported. For real-time interaction, you can only inject messages (not update variables) during the call.
See: [Vapi Personalization Documentation](https://docs.vapi.ai/assistants/personalization) | [Vapi API Reference: Update Call](https://docs.vapi.ai/api-reference/calls/update)
Sources:
- [Vapi Personalization Documentation](https://docs.vapi.ai/assistants/personalization)
- [Vapi API Reference: Update Call](https://docs.vapi.ai/api-reference/calls/update)
- [Vapi Documentation: Dynamic Variables](https://docs.vapi.ai/assistants/dynamic-variables)Vapi Support Bot
05/28/2025, 7:51 AMassistantOverrides
or variableValues
for a call in progress**—not via PATCH, webhook, or any other method. These variables must be set when the call is created, and live updates are not possible according to all official Vapi documentation.
If you need dynamic behavior mid-call, consider using message injection or other live call control features, but variable updates are not supported.
References:
- [Vapi Personalization Documentation](https://docs.vapi.ai/assistants/personalization)
- [Vapi API Reference: Update Call](https://docs.vapi.ai/api-reference/calls/update)
Sources:
- [Vapi Personalization Documentation](https://docs.vapi.ai/assistants/personalization)
- [Vapi API Reference: Update Call](https://docs.vapi.ai/api-reference/calls/update)Kings Big
05/29/2025, 1:18 AM