ado_update_wiki_page
Update an existing Azure DevOps wiki page by providing wiki ID, page path, and new markdown content. Automatically handles ETag for conflict resolution.
Instructions
Update an existing wiki page's content (handles the required ETag automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Page path, e.g. "/Home" or "/Docs/Setup" | |
| wikiId | Yes | Wiki ID or name | |
| content | Yes | New markdown content | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) |