OpenAPI 3.1.0raw.githubusercontent.com2026-08-192766453.1 MB

3fa1f1bf59d5

Knowledge Bases

Updates a knowledge

Updates a knowledge base. Omitted optional fields retain their current values.

patch/v2/knowledge/{knowledge_id}

Path parameters

knowledge_idstring required

Request body

OR

Example request

{
  "path": "Default"
}

Response

Knowledge successfully updated

OR

Example response

{
  "path": "Default"
}