cURL
curl --request PATCH \ --url https://eu-cloudflare.vg-stuff.com/agents/{agentId}/kb/{docId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "content": "<string>", "metadata": { "description": "<string>" }, "tags": [ "<string>" ], "refreshRate": "3d", "url": "<string>" } '
{ "success": true, "message": "<string>", "data": "<unknown>" }
(Convocore agents only) Updates knowledge base, if your agent is built with VF use Voiceflow’s API instead. This route must use the new V3 endpoints.
{ "name": "Updated Product FAQ", "tags": ["faq", "product", "v2"] }
{ "content": "Updated document content...", "metadata": { "description": "Updated description for better context" } }
content
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
3d
7d
never
Successful response