update_wiki_page
Update an existing Azure DevOps wiki page by specifying its path, new Markdown content, and the page version (ETag) from get_wiki_page to avoid conflicts.
Instructions
Update an existing wiki page. Requires the page version (ETag) which can be obtained from get_wiki_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path of the wiki page to update | |
| wiki | Yes | Name or ID of the wiki | |
| comment | No | Commit message (optional) | |
| content | Yes | New content for the wiki page (Markdown) | |
| project | No | Project name (optional) | |
| version | Yes | Version (ETag) of the page to update - get this from get_wiki_page | |
| organization | No | Organization name or URL (optional, uses current org if not specified) |