Update Knowledge Node
Update the content or metadata of an existing knowledge base node.
Documentation Index
Fetch the complete documentation index at: https://docs.conduit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.
Path Parameters
Knowledge node id (24 hex characters).
^[a-f0-9]{24}$"65f1a2b3c4d5e6f7a8b9c0d1"
Query Parameters
Workspace to query.
"j57demo8f8x7c9v0n2q4r6t8y1u3i5o"
Body
New display title.
1New markdown or plain-text body. Triggers re-indexing.
Set to null to move the node to the workspace root. Omit to leave the parent unchanged.
Replaces the full entity scope. Pass [] to make the node workspace-wide.
Replaces the full metadata object. Pass {} to clear.
Toggle agent visibility. Disabled nodes are excluded from search.
Replaces the full tag set. Pass [] to clear.
Response
Knowledge node updated