updateWikiPage
Update a Wiki page in a Taiga project by providing new content in Markdown and managing watchers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project ID, slug, or name | |
| identifier | Yes | Wiki page ID (number) or slug (string) | |
| content | No | New content for the Wiki page (supports Markdown) | |
| watchers | No | Updated list of user IDs to watch this Wiki page |