update_footnote
Modify footnote content in DOCX files by specifying the footnote ID and new text 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. |