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
Example request
{
"path": "Default"
}Response
Knowledge successfully updated
Example response
{
"path": "Default"
}