azure-devops MCP Server

by mmruesch12
Verified

edit_wiki_page

Update and manage Azure DevOps wiki pages directly by modifying content, specifying project and wiki details, and ensuring concurrency control with ETag.

Instructions

Edit an existing wiki page

Input Schema

NameRequiredDescriptionDefault
contentYesNew content of the wiki page
etagNoETag for concurrency control
pathYesPath of the wiki page
projectYesName of the Azure DevOps project
wikiYesName of the wiki

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New content of the wiki page", "type": "string" }, "etag": { "description": "ETag for concurrency control", "type": "string" }, "path": { "description": "Path of the wiki page", "type": "string" }, "project": { "description": "Name of the Azure DevOps project", "type": "string" }, "wiki": { "description": "Name of the wiki", "type": "string" } }, "required": [ "project", "wiki", "path", "content" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops MCP Server

Related Tools

ID: 3obli4updg