List all wiki pages for a project
GET
/api/v4/projects/{id}/wikis
Lists all wiki pages for a specified project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”with_content
boolean
Include pages’ content
Responses
Section titled “Responses”OK
Media typeapplication/json
object
format
string
slug
string
title
string
wiki_page_meta_id
integer format: int64
Example
{ "format": "markdown", "slug": "deploy", "title": "deploy", "wiki_page_meta_id": 123}Bad Request
Not found