akb_update
Update a document by submitting only the changed fields. Provide new content, title, status, tags, or dependencies as needed.
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. |