{ "opencollection": "1.0.0", "info": { "name": "GitHub Application Manifest API", "version": "1.1.4" }, "items": [ { "info": { "name": "Manifest", "type": "folder" }, "items": [ { "info": { "name": "GitHub Creategithub App Frommanifest", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}/api/v3/app-manifests/:code/conversions", "params": [ { "name": "code", "value": "example_value", "type": "path" } ] }, "docs": "Use this endpoint to complete the handshake necessary when implementing the [GitHub App Manifest flow](https://docs.github.com/enterprise-server@3.9/apps/building-github-apps/creating-github-apps-from-a-manifest/). When you create a GitHub App with the manifest flow, you receive a temporary `code` used to retrieve the GitHub App's `id`, `pem` (private key), and `webhook_secret`." } ] } ], "bundled": true }