Skip to main content
PATCH
/
v1
/
knowledge-bases
/
{kb_id}
Update knowledge base
curl --request PATCH \
  --url https://api.oneinbox.ai/v1/knowledge-bases/{kb_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "chunk_size": 123,
  "multilingual": true
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.oneinbox.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from the OneInbox dashboard (API Keys → Create)

Path Parameters

kb_id
string
required

Body

application/json
name
string
chunk_size
integer
multilingual
boolean

Response

200

OK