update_wiki_page
Update an existing wiki page by providing its ID, current version for optimistic locking, and new content in markdown. Optionally rename the page with a new slug.
Instructions
Update the content of an existing wiki page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki_id | Yes | Wiki page numeric ID | |
| version | Yes | Current version for optimistic locking | |
| content | Yes | New page content in markdown | |
| slug | No | New slug (rename the page) |