write_wiki_page
Create or update a GitHub wiki page by supplying repository details and Markdown content. Useful for programmatic documentation management.
Instructions
Write or update a GitHub wiki page. Creates a new page or overwrites an existing one with the provided content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repository name | |
| owner | Yes | GitHub repository owner (username or organization) | |
| token | Yes | GitHub personal access token with repo scope | |
| content | Yes | Markdown content for the wiki page | |
| pageName | Yes | Name of the wiki page (e.g., "Architettura" or "API Documentation") | |
| commitMessage | No | Optional commit message (defaults to "Update {pageName}") |