Error on phone number
# support
c
Hi, Sorry for the trouble! We're currently aware of an issue with the phone numbers page on the dashboard and our team is working on a fix. In the meantime, you can update your phone number settings directly via the API:
Copy code
bash

curl -X PATCH https://api.vapi.ai/phone-number/YOUR_PHONE_NUMBER_ID \

-H "Authorization: Bearer YOUR_API_KEY" \

-H "Content-Type: application/json" \

-d '{
"assistantId": "your-assistant-id"
Copy code
}'
- Replace
YOUR_API_KEY
with your Vapi API key (found in Dashboard → Organization Settings) - Replace
YOUR_PHONE_NUMBER_ID
with your phone number's ID - Full list of updatable fields: https://docs.vapi.ai/api-reference/phone-numbers/update Best, Vapi Support