create_wiki_page
Create a new wiki page in an Azure DevOps wiki by specifying the wiki, page path, and Markdown content.
Instructions
Create a new wiki page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for the new page (e.g., "/Setup Guide", "/docs/api") | |
| wiki | Yes | Name or ID of the wiki | |
| comment | No | Commit message (optional) | |
| content | Yes | Content of the wiki page (Markdown) | |
| project | No | Project name (optional) | |
| organization | No | Organization name or URL (optional, uses current org if not specified) |