edit_page
Edit a page by replacing an exact string in its content or title. Specify the page ID and replacement text; optionally replace all occurrences.
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) |