redmine_update_wiki_page
Create or update a Redmine wiki page. Requires the current version number to prevent overwriting concurrent edits.
Instructions
[Alpha] Create or update a Redmine wiki page. If the page does not exist, it will be created. IMPORTANT: Always fetch the page first with redmine_get_wiki_page and pass the current 'version' number to avoid silently overwriting concurrent edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| title | Yes | ||
| version | No | ||
| comments | No | ||
| project_id | Yes |