KnowledgeBases
Update a Knowledge Base
Partially update a Knowledge Base. Only the fields provided in the request body will be updated.
patch/v2/ControlPlane/KnowledgeBases/{kbId}
Headers
If-Matchstring
Example:"eyJpZCI6ImFuX2lkIiwidiI6MX0"
Allows for optimistic concurrency control by making the request conditional. Server will only act if the resource's current Entity Tag (ETag) matches the one provided, preventing accidental overwrites.
Request body
Example request
{
"displayName": "product-docs",
"description": "Product documentation knowledge base for customer support"
}Response
Knowledge Base update request accepted.
Example response
{
"message": "Knowledge Base update request accepted for processing."
}