VoicePanda.ai
08/06/2025, 7:51 PMVapi Support Bot
08/06/2025, 7:53 PM<assistant_id>, <token>, and <new_number> with your values):
bash
curl -X PATCH https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{"forwardingNumber": "<new_number>"}'
This lets you edit the forwarding number even if the UI is stuck.
Source:
- [Update Assistant (API Reference)](https://docs.vapi.ai/api-reference/assistants/update?explorer=true)Vapi Support Bot
08/06/2025, 9:17 PMChiranjeet Mishra
08/08/2025, 3:23 AM