killua110
03/14/2025, 11:25 AMVapi Support Bot
03/14/2025, 11:26 AMhttps://api.vapi.ai/assistants/{assistantId}
2. Structure your request body with the nested parameters, like:
bash
curl -X PUT \
https://api.vapi.ai/assistants/{assistantId} \
-H 'Content-Type: application/json' \
-d '{
"model": {
"property1": "value1",
"nestedProperty": {
"param1": "newValue1",
"param2": "newValue2"
}
}
}'
Make sure to replace the placeholders with your actual values, especially the assistantId and the nested properties you need to update.
We apologize for any inconvenience this temporary change has caused!
Sources:
- [Discord Document](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343466819058663498)
- [Discord Document 4](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333052029987196979)killua110
03/14/2025, 11:32 AMVapi Support Bot
03/14/2025, 11:33 AMkillua110
03/14/2025, 11:34 AMSato Aniah Asahina
03/15/2025, 12:24 PM