create_wiki_page
Create or update a wiki page in Azure DevOps with markdown content, specifying the wiki ID and optional path.
Instructions
Create a new page in a wiki. If the page already exists at the specified path, it will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wikiId | Yes | The ID or name of the wiki | |
| comment | No | Optional comment for the creation or update | |
| content | Yes | The content for the new wiki page in markdown format | |
| pagePath | No | Path of the wiki page to create. If the path does not exist, it will be created. Defaults to the wiki root (/). Example: /ParentPage/NewPage | / |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) |