Get Wiki Page
gitlab_get_wiki_pageRetrieve a wiki page from a GitLab project by project ID and page slug. Optionally specify a version or render HTML as needed.
Instructions
Get a wiki page for a given project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL encoded slug of the wiki page | |
| version | No | Wiki page version SHA | |
| projectId | Yes | The ID or URL-encoded path of the project | |
| render_html | No | Render HTML of the page |