create_wiki
Create a new project or code wiki in an Azure DevOps project to document and share knowledge.
Instructions
Create a new wiki in the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the new wiki | |
| type | No | Type of wiki to create (projectWiki or codeWiki) | projectWiki |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| mappedPath | No | Folder path inside repository which is shown as Wiki (only for codeWiki) | / |
| repositoryId | No | The ID of the repository to associate with the wiki (required for codeWiki) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) |