akb_update
Update an existing document by specifying only the fields to change. Modify title, content, status, tags, and relationships with a commit message.
Instructions
Update an existing document. Only provide fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Document URI | |
| content | No | New document body (replaces existing) | |
| title | No | New title | |
| status | No | ||
| tags | No | ||
| summary | No | ||
| depends_on | No | Update dependency list (akb:// URIs) | |
| related_to | No | Update related list (akb:// URIs) | |
| message | No | Commit message describing the change | |
| file | No | Local file path to read as document body (alternative to content). Provide either file or content, not both. |