create_wiki_page
Create or update wiki pages in Azure DevOps by providing wiki ID, page path, and markdown content. Automatically handles new pages and updates existing ones.
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 |
|---|---|---|---|
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| wikiId | Yes | The ID or name of the wiki | |
| 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 | / |
| content | Yes | The content for the new wiki page in markdown format | |
| comment | No | Optional comment for the creation or update |