Skip to main content
PATCH
/
v1alpha1
/
public
/
knowledge-base
/
document
/
{documentID}
Update kb document public api
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>"
    }
  }
}

Path Parameters

documentID
string
required

Body

knowledgeBase
data
object
required

Response

200 - application/json

Update kb document public api by provided info

data
object
required