Skip to main content
PATCH
Edit wiki settings

Authorizations

Authorization
string
header
required

Personal access token. Use format: token {YOUR_ACCESS_TOKEN}

Path Parameters

owner
string
required

Owner of the repository

repo
string
required

Name of the repository

Body

application/json
enable_wiki
boolean

Whether to enable the wiki

allow_public_wiki
boolean

Whether the wiki is publicly accessible

enable_external_wiki
boolean

Whether to use an external wiki

external_wiki_url
string

URL of the external wiki

Response

Wiki settings updated successfully.