cURL
curl --request PATCH \ --url https://realtime.voiceflow.com/v1alpha1/public/knowledge-base/document/{documentID} \ --header 'Content-Type: knowledgeBase' \ --data ' { "data": { "metadata": {} } } '
{ "data": { "tags": [ "<string>" ], "documentID": "<string>", "data": { "type": "csv", "name": "<string>", "rowsCount": 123 }, "updatedAt": "2023-11-07T05:31:56Z", "status": { "type": "ERROR", "data": "<unknown>" } } }
Update kb document public api by provided info
Show child attributes
Was this page helpful?