Collections
What this page is for
Manage knowledge collections and direct chunk editing.
Core endpoints
GET /api/collectionsGET /api/collections/:idPOST /api/collectionsDELETE /api/collections/:id
Collection editor endpoints:
GET/POST /api/collections/:collectionId/chunksGET/PUT/DELETE /api/collections/:collectionId/chunks/:chunkIdPOST /api/collections/:collectionId/chunks/:chunkId/splitPOST /api/collections/:collectionId/chunks/mergePUT /api/collections/:collectionId/reorder
Verify
- Collection list returns created collections.
- Direct chunk edits are visible in subsequent reads and search results.