Update_Document
Update an existing document's content by specifying the file path and new text or binary data. Overwrites the current file with the provided content.
Instructions
Update the content of an existing document
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file to update | |
| content | Yes | New file content | |
| is_binary | No | Whether the content is base64 encoded binary |