v1
latestOpenAPI 3.1.02026-07-26359254.7 MBAI SDR Knowledge Bases
Update a knowledge base
<small>Requires the ai-sdr:write scope (or a broader one that includes it).</small>
Partial update — send only the fields you want to change. At least one field must be present.
Requires the AI SDR feature on the caller's team.
patch/v3/ai-sdr/knowledge-bases/{id}
Path parameters
idinteger required
Knowledge base id
Request body
Example request
{
"instructions": "Updated: reference Q3 launch deck instead of internal v2."
}Response
Knowledge base updated successfully
Example response
{
"id": 4821,
"name": "Product knowledge base v3",
"instructions": "Reference internal launch deck before answering pricing questions.",
"updatedAt": "2026-05-10T14:32:11Z",
"ownerUserId": 1234
}