devops_wiki_page_create_or_update
Create or update a wiki page in Azure DevOps by specifying a parent path and title. New pages are created; existing ones are updated.
Instructions
Create or update a wiki page under the specified parent page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | ||
| wiki_id | Yes | Wiki identifier (name or ID). | |
| parent_path | Yes | Relative path of the parent wiki page, or '/' for root. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |