Skip to main content
PATCH
Update a knowledge base

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer<int64>
required

Knowledge base id

Required range: x >= 1

Body

application/json

Partial update for a knowledge base. Send only the fields you want to change; absent fields retain their current value. At least one field must be present.

name
string

Updated display name (non-empty)

Required string length: 1 - 128
instructions
string

Updated instructions. Empty string allowed (clears the instructions).

Maximum string length: 2000

Response

Knowledge base updated successfully

Detailed representation of a knowledge base.

id
integer<int64>
read-only

Unique identifier for the knowledge base

name
string

Display name of the knowledge base

instructions
string

Free-form instructions applied when the knowledge base is referenced by AI SDR generations.

updatedAt
string<date-time>
read-only

Timestamp of the last modification

ownerUserId
integer | null
read-only

User ID of the owner. null when the owner has been removed from the team.