Skip to main content
PATCH
/
knowledge-bases
/
{kb_id}
Update Knowledge Base
curl --request PATCH \
  --url https://api.truedy.ai/api/public/v1/knowledge-bases/{kb_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "content": "<string>"
}
'
{
  "data": {},
  "meta": {
    "request_id": "req_32e7531c-8",
    "timestamp": "2026-03-03T20:30:21.310278Z"
  }
}

Authorizations

Authorization
string
header
required

Your API key. Get it from the Truedy Dashboard. Send as: Authorization: Bearer <your_key>

Path Parameters

kb_id
string
required

Body

application/json
name
string | null
Minimum string length: 1
description
string | null
content
string | null

Response

Request completed successfully

Response body