update_footnote
Update an existing footnote by specifying its numeric ID and new text 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 |