Ferris
04/24/2025, 3:47 PMVapi Support Bot
04/24/2025, 3:49 PMcurl -X PATCH https://api.vapi.ai/tool/YOUR_ACTUAL_TOOL_ID \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"type": "YOUR_TOOL_TYPE"
}'
Make sure you're using the actual tool ID (not the tool name) and include the proper Content-Type header.
Sources:
- [Vapi API Documentation Update Tool](https://docs.vapi.ai/api-reference/tools/update)
- [Discord Channel Tool ID vs Tool Name](https://discord.com/channels/1211482211119796234/1338953413886480425)