redmine_update_wiki_page
Update an existing wiki page using version-controlled optimistic concurrency to avoid edit conflicts, with optional parent and revision comment.
Instructions
Update an existing wiki page (with optional optimistic concurrency).
Args:
project: numeric id or identifier slug.
title: target wiki page title.
text: new markdown body. Empty is rejected client-side.
version: if non-zero, included as the optimistic-lock version. A
mismatch surfaces as redmine_api_409 from Redmine.
parent_title: optional new parent wiki page.
comments: optional revision comment.
Returns the updated page (re-fetched after PUT for fresh metadata).
Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| title | Yes | ||
| project | Yes | ||
| version | No | ||
| comments | No | ||
| parent_title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |