Skip to main content
GET
/
organization
/
vcs
/
github
/
manifest
Error
A valid request URL is required to generate request examples
{
  "manifest": {
    "name": "<string>",
    "url": "<string>",
    "hook_attributes": {
      "url": "<string>",
      "active": true
    },
    "redirect_url": "<string>",
    "callback_urls": [
      "<string>"
    ],
    "setup_url": "<string>",
    "description": "<string>",
    "public": true,
    "default_permissions": {
      "contents": "<string>",
      "metadata": "<string>",
      "pull_requests": "<string>"
    },
    "default_events": [
      "<string>"
    ]
  },
  "instructions": [
    "<string>"
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Response

200 - application/json

Successful Response

GitHub App manifest response.

manifest
GitHubAppManifest · object
required

GitHub App manifest for creating enterprise apps.

instructions
string[]
required