update_footnote
Replace the text of an existing footnote by specifying its numeric ID and the new content.
Instructions
Update the text of an existing footnote.
Args: footnote_id: The numeric ID of the footnote to update (must be >= 1). text: The new text content for the footnote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| footnote_id | Yes | ||
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |