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