devops_wiki_page_create_or_update
Create or update a wiki page under a parent path in Azure DevOps. Supply organization, project, wiki ID, parent path, title, and content to manage documentation.
Instructions
Create or update a wiki page under the specified parent page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization | Yes | DevOps organization name. | |
| project | Yes | DevOps project name. | |
| wiki_id | Yes | Wiki identifier (name or ID). | |
| parent_path | Yes | Relative path of the parent wiki page, or '/' for root. | |
| title | Yes | Title of the new wiki page. If a page with the same title already exists under the parent, it will be updated. | |
| content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |