edit_page
Update page content or title by replacing an exact string. Provide the page ID, the text to find, and the replacement; use replace_all to change every occurrence.
Instructions
Edit a page by exact string replacement; same contract as edit_issue. Targets the content by default; pass field='title' for the title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | No | Field to edit: 'content' (default) or 'title' | |
| identifier | Yes | Page ID like LIF-DOC-1 | |
| new_string | Yes | Replacement string (must differ from old_string) | |
| old_string | Yes | Exact string to find. Must be unique unless replace_all is true. | |
| replace_all | No | Replace all occurrences (default false) |