update_wiki_page
Update a wiki page in Azure DevOps by specifying the wiki identifier, page path, and new markdown content, with an optional comment for version tracking.
Instructions
Update content of a wiki page
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 | Yes | Path of the wiki page to update | |
| content | Yes | The new content for the wiki page in markdown format | |
| comment | No | Optional comment for the update |