create_or_update_wiki_page
Create or update a wiki page in Azure DevOps with markdown content, using ETag for optimistic concurrency.
Instructions
Create or update a wiki page.
Args: project: Azure DevOps project name. Uses default if not specified. wiki_id: The wiki identifier (name or ID). path: Page path (e.g., "/Release Notes/v3"). content: Markdown content for the page. comment: Optional commit comment. if_match: ETag for optimistic concurrency (required for updates, empty for creates).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| wiki_id | No | ||
| path | No | ||
| content | No | ||
| comment | No | ||
| if_match | No |