CAMRAK
03/10/2025, 6:57 AMNick K - CEO @ Trieve
03/10/2025, 12:32 PMNick K - CEO @ Trieve
03/10/2025, 12:34 PMname
during this step - https://trieve.ai/build-hotel-voice-assistant-with-trieve-and-vapi#3-make-the-http-api-call-to-create-the-knowledge-base-in-vapi-that-connects-to-trieveKings Big
03/11/2025, 2:14 PMcurl -X PATCH https://api.vapi.ai/knowledge-base/insert-kb-id-here \
-H "Authorization: Bearer insert-token-here" \
-H "Content-Type: application/json" \
-d '{
"provider": "trieve",
"name": "insert-new-name-here"
}'