create_wiki_page
Create a new wiki page in a Taiga project by specifying project ID, slug, and content. Supports optional verbosity and session parameters.
Instructions
Creates a new wiki page. verbosity: 'minimal', 'standard' (default), 'full'. Uses default session if session_id not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| slug | Yes | ||
| content | Yes | ||
| kwargs | No | ||
| session_id | No | ||
| verbosity | No | standard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |