list_project_wiki_pages
Retrieve all wiki pages for a specified GitLab project, optionally including content, to streamline documentation access and management.
Instructions
List all wiki pages for a GitLab project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | No | ||
with_content | No |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"type": "string"
},
"with_content": {
"type": "boolean"
}
},
"type": "object"
}