update_paragraph
Update an existing paragraph's text and style by providing its ID, new text, and style name.
Instructions
Update the text and/or style of an existing paragraph.
Args: para_id: paraId of the paragraph to update. text: New text content. Empty string leaves text unchanged. style: New paragraph style name. Empty string leaves style unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| style | No | ||
| para_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |