redmine_wiki_page_create_or_update
Create or update a Redmine wiki page by project ID or identifier and title with markdown content. Include optional parent and comments to structure documentation.
Instructions
Create or update wiki page (PUT /projects/:project/wiki/:title.json). Redmine uses update for new pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| wiki_page | Yes | Typically { text: 'markdown body' } and optional parent_title, comments | |
| project_id | Yes | project id or identifier |