list_wiki
Retrieve all wikis within an Azure DevOps project to manage content, search pages, and navigate hierarchical structures for efficient project documentation.
Instructions
List all wikis in a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
organization | No | Azure DevOps organization name | |
project | No | Project name |
Input Schema (JSON Schema)
{
"properties": {
"organization": {
"description": "Azure DevOps organization name",
"type": "string"
},
"project": {
"description": "Project name",
"type": "string"
}
},
"required": [],
"type": "object"
}