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

2cd7e7f7bcb4

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"
}