Skip to content

Commit 96ca2f8

Browse files
fix: fury preview is no longer required (#52)
Co-authored-by: Octokit Bot <33075676+octokitbot@users.noreply.github.com>
1 parent f83764d commit 96ca2f8

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

scripts/update-endpoints/generated/endpoints.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,8 @@
4141
"isLegacy": false,
4242
"description": "Use this endpoint to complete the handshake necessary when implementing the [GitHub App Manifest flow](https://developer.github.com/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`.",
4343
"documentationUrl": "https://developer.github.com/v3/apps/#create-a-github-app-from-a-manifest",
44-
"previews": [{ "name": "fury" }],
45-
"headers": [
46-
{
47-
"name": "accept",
48-
"value": "application/vnd.github.fury-preview+json",
49-
"required": true
50-
}
51-
],
44+
"previews": [],
45+
"headers": [],
5246
"parameters": [
5347
{
5448
"name": "code",

src/generated/endpoints.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,7 @@ const Endpoints: EndpointsDefaultsAndDecorations = {
123123
"POST /content_references/{content_reference_id}/attachments",
124124
{ mediaType: { previews: ["corsair"] } }
125125
],
126-
createFromManifest: [
127-
"POST /app-manifests/{code}/conversions",
128-
{ mediaType: { previews: ["fury"] } }
129-
],
126+
createFromManifest: ["POST /app-manifests/{code}/conversions"],
130127
createInstallationToken: [
131128
"POST /app/installations/{installation_id}/access_tokens",
132129
{ mediaType: { previews: ["machine-man"] } }

0 commit comments

Comments
 (0)