Update Document Metadata

Updates metadata for the entire document (all chunks). Note - Does not work for document type 'table'.

Example

curl --request PATCH \
  --url https://api.voiceflow.com/v3alpha/knowledge-base/docs/673fc25e85a2fd5298503f6f \
  --header 'Authorization: your_token' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {
    "metadata": {
      "variants": {
        "size": "medium",
        "price": 99.99
      }
    }
  }
}'
Language
Credentials
Header
Click Try It! to start a request and see the response here!