find_replace_in_page
Replace specific text on a Confluence page while preserving HTML structure. Provide page ID, the text to find, and replacement text to update.
Instructions
Find and replace text within a page, preserving all HTML structure.
Args: page_id: The page ID. find_text: Text to search for. replace_text: Text to replace it with. version_message: Optional commit message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| find_text | Yes | ||
| replace_text | Yes | ||
| version_message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |