update_wiki
Create or update a Redmine wiki page by specifying project, page name, and content. Optionally set a parent page or add a comment.
Instructions
위키 페이지 생성/수정 (없으면 생성, 있으면 수정).
Args: project_id: 프로젝트 식별자. page_name: 페이지 제목. text: 본문 (Textile 또는 Markdown). comment: 수정 사유. parent_title: 상위 페이지 제목 (계층 구조).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| comment | No | ||
| page_name | Yes | ||
| project_id | Yes | ||
| parent_title | No |