ado_create_wiki_page
Create a wiki page in Azure DevOps by providing a wiki ID, page path, and markdown content.
Instructions
Create a wiki page at a path with markdown content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Page path, e.g. "/Home" or "/Docs/Setup" | |
| wikiId | Yes | Wiki ID or name | |
| content | Yes | Markdown content | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) |