Does the Vapi not support updating trieve dataset ID'S in knowledgebase??
I tried
curl --location --request PATCH 'https://api.vapi.ai/knowledge-base/29dce9b1-f8bf-4a51-94d2-7021ff5d79ec' \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data ' {
"name": "faqs-test",
"searchPlan": {
"searchType": "semantic",
"scoreThreshold": 0.2
},
"createPlan": {
"type": "import",
"providerId": "6bd1269c-c7ec-4008-b437-3ae482e43b59"
}
}'
But the providerId didn't change
So I will have to delete and create a new knowledgebase every time I need to update the dataset?