create_wiki_page
Add documentation directly to a Taiga project by specifying the project ID, a unique slug, and markdown content to create a wiki page.
Instructions
Create a new wiki page in a Taiga project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project numeric ID | |
| slug | Yes | URL-friendly page identifier (e.g. 'getting-started') | |
| content | Yes | Page content in markdown |