gotoxy
09/23/2025, 9:21 PMVapi Support Bot
09/23/2025, 9:23 PMmembers[n].assistantOverrides for each squad member and the global membersOverrides when updating your squad. Here’s an example PATCH request payload:
json
{
"members": [
{
"assistantId": "main-assistant-id",
"assistantOverrides": { "variable1": "value1" }
},
{
"assistantId": "secondary-assistant-id",
"assistantOverrides": { "variable1": "value1" }
}
],
"membersOverrides": { "variable1": "value1" }
}
This approach applies overrides at both the member and global level, which may help ensure variables are present in all result payloads regardless of which member sends the webhook result. For more details, see the [Vapi squad update API documentation](https://docs.vapi.ai/api-reference/squads/update?explorer=true).
Source:
- [Vapi squad update API documentation](https://docs.vapi.ai/api-reference/squads/update?explorer=true)gotoxy
09/24/2025, 10:41 PMVercel
09/24/2025, 11:46 PMChiranjeet Mishra
09/25/2025, 8:06 PMgotoxy
09/25/2025, 9:17 PMgotoxy
09/25/2025, 9:18 PMChiranjeet Mishra
11/03/2025, 8:51 PMgotoxy
11/07/2025, 5:36 PMChiranjeet Mishra
11/11/2025, 4:45 AM