update_footnote
Update the text of a specific footnote in a DOCX or ODT file by providing its ID and new content.
Instructions
Update the text content of an existing footnote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the DOCX or ODT file. | |
| note_id | Yes | Footnote ID to update. | |
| new_text | Yes | New footnote body text. |