update_footnote
Update the text of a specific footnote in a Word document. Provide the file path, footnote ID, and new body text to modify existing footnotes while preserving document formatting.
Instructions
Update the text content of an existing footnote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the DOCX file. | |
| note_id | Yes | Footnote ID to update. | |
| new_text | Yes | New footnote body text. |