get_wikis
Retrieve all wikis from a specified Azure DevOps project to access documentation and knowledge bases for development workflows.
Instructions
Gets all wikis in a project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project | Yes | The name or ID of the project. |
Input Schema (JSON Schema)
{
"properties": {
"project": {
"description": "The name or ID of the project.",
"type": "string"
}
},
"required": [
"project"
],
"type": "object"
}