redmine_create_or_update_wiki_page
Create or update a Redmine wiki page with Markdown content, title, optional comments, and parent page for sub-pages.
Instructions
Create a new wiki page or update existing one
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Wiki page content (in Markdown format) | |
| title | Yes | Wiki page title | |
| comments | No | Comments about this change | |
| project_id | Yes | Project ID or identifier | |
| parent_title | No | Parent page title (for creating sub-pages) |