update_wiki_page
Update the content of an Azure DevOps wiki page. Provide the wiki ID, page path, and new markdown content.
Instructions
Update content of a wiki page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wikiId | Yes | The ID or name of the wiki | |
| comment | No | Optional comment for the update | |
| content | Yes | The new content for the wiki page in markdown format | |
| pagePath | Yes | Path of the wiki page to update | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) |