redmine_wiki_put_page
Create or update a Redmine wiki page in a project by providing project ID, title, and Textile content; optionally add parent title or comments to organize and document changes.
Instructions
Create a new wiki page or update an existing one in a Redmine project. Uses PUT — creates if not exists, updates if exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Wiki page content in Redmine Textile markup | |
| title | Yes | Wiki page title. Use underscores for spaces (e.g., "My_Page"). | |
| comments | No | Optional comment describing the change (shown in page history) | |
| project_id | Yes | The Redmine project ID or identifier | |
| parent_title | No | Optional parent wiki page title (for building hierarchy) |