update_document
Update an existing document's title or content in Context11. New content must be in Tiptap JSON format.
Instructions
Update a document's title and/or content. Content must be in Tiptap JSON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the document | |
| content | No | New content in Tiptap JSON format. Example: {"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","text":"Your text here"}]}]} | |
| documentId | Yes | The document ID to update |