Shubham Bajaj
01/30/2025, 4:44 PMcurl -X PATCH https://api.vapi.ai/tool/id \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{
"type": "function",
"server": {
"url": "insert-your-server-url-here",
"timeoutSeconds": 90
}
}'