Skip to main content
PUT
Create or Update Knowledge Item
Creates a new knowledge item or updates an existing one at the given path. Requires knowledge:write permission on the key’s role. When updating an existing item, a version snapshot is created automatically for audit and rollback purposes.
string
required
The item path, e.g. docs/api/overview.md. Must be lowercase, use hyphens/underscores, and end with a file extension.
string
required
The content to store.
Path constraints:
  • Max 255 characters
  • Lowercase alphanumeric, hyphens, underscores, slashes, and dots
  • Must end with a file extension (e.g. .md, .json)
  • Max 5 directory levels
boolean
required
Always true for successful responses.
object
required