Write Document
write_documentReplace the entire body of an existing document with new content. A backup is taken before an atomic overwrite.
Instructions
Replace the entire text of an existing document with new content. This overwrites the body; a backup of the previous version is taken first and the write is atomic. To change only the title or metadata use update_document; to add a new document use create_document. Requires an open project and a valid document id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| documentId | Yes |