From b367a85bc43111beb8d8b96d3218a8d2fb586be2 Mon Sep 17 00:00:00 2001 From: Octokit Bot Date: Sat, 2 Jul 2022 10:28:08 -0700 Subject: [PATCH] fix: don't mark endpoints as unavailable in GHES 3.5 and GHAE which are in fact available (#191) * chore: update cache * chore: bump octokit.openapi-version in package.json files * fix: don't mark endpoints as unavailable in GHES 3.5 and GHAE which are in fact available Co-authored-by: Tim Rogers --- cache/api.github.com.json | 13 +- cache/ghes-3.2.json | 2 +- cache/ghes-3.3.json | 2 +- cache/ghes-3.4.json | 2 +- cache/ghes-3.5.json | 2900 +----------- cache/github.ae.json | 3921 +---------------- packages/openapi-types-ghes-3.2/package.json | 2 +- packages/openapi-types-ghes-3.3/package.json | 2 +- packages/openapi-types-ghes-3.4/package.json | 2 +- packages/openapi-types-ghes-3.5/package.json | 2 +- packages/openapi-types-ghes-3.5/types.d.ts | 1771 -------- packages/openapi-types-github.ae/package.json | 2 +- packages/openapi-types-github.ae/types.d.ts | 2657 ----------- packages/openapi-types/package.json | 2 +- 14 files changed, 358 insertions(+), 10922 deletions(-) diff --git a/cache/api.github.com.json b/cache/api.github.com.json index c55846eaa..1a065e3a7 100644 --- a/cache/api.github.com.json +++ b/cache/api.github.com.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "6.3.0", + "version": "6.3.1", "title": "GitHub's official OpenAPI spec + Octokit extension", "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs", "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" }, @@ -8144,7 +8144,16 @@ "category": "codespaces", "subcategory": "organizations" }, - "x-octokit": {} + "x-octokit": { + "changes": [ + { + "type": "PARAMETER", + "date": "2022-07-01", + "parameter": "org", + "before": { "name": "org_id" } + } + ] + } } }, "/orgs/{org}/credential-authorizations": { diff --git a/cache/ghes-3.2.json b/cache/ghes-3.2.json index 2d40b86dd..6ad167fe8 100644 --- a/cache/ghes-3.2.json +++ b/cache/ghes-3.2.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "6.3.0", + "version": "6.3.1", "title": "GitHub's official OpenAPI spec + Octokit extension", "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs", "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" }, diff --git a/cache/ghes-3.3.json b/cache/ghes-3.3.json index 58b380064..a57346fe7 100644 --- a/cache/ghes-3.3.json +++ b/cache/ghes-3.3.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "6.3.0", + "version": "6.3.1", "title": "GitHub's official OpenAPI spec + Octokit extension", "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs", "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" }, diff --git a/cache/ghes-3.4.json b/cache/ghes-3.4.json index 0f53414e3..7fc0ac2ff 100644 --- a/cache/ghes-3.4.json +++ b/cache/ghes-3.4.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "6.3.0", + "version": "6.3.1", "title": "GitHub's official OpenAPI spec + Octokit extension", "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs", "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" }, diff --git a/cache/ghes-3.5.json b/cache/ghes-3.5.json index 92723820b..09ff71bf2 100644 --- a/cache/ghes-3.5.json +++ b/cache/ghes-3.5.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "6.3.0", + "version": "6.3.1", "title": "GitHub's official OpenAPI spec + Octokit extension", "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs", "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" }, @@ -202,7 +202,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "post": { "summary": "Create a global webhook", @@ -295,7 +295,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/hooks/{hook_id}": { @@ -328,7 +328,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "patch": { "summary": "Update a global webhook", @@ -411,7 +411,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Delete a global webhook", @@ -430,7 +430,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/hooks/{hook_id}/pings": { @@ -451,7 +451,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/keys": { @@ -511,7 +511,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/keys/{key_ids}": { @@ -532,7 +532,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/ldap/teams/{team_id}/mapping": { @@ -591,7 +591,7 @@ "category": "enterprise-admin", "subcategory": "ldap" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/ldap/teams/{team_id}/sync": { @@ -625,7 +625,7 @@ "category": "enterprise-admin", "subcategory": "ldap" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/ldap/users/{username}/mapping": { @@ -682,7 +682,7 @@ "category": "enterprise-admin", "subcategory": "ldap" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/ldap/users/{username}/sync": { @@ -716,7 +716,7 @@ "category": "enterprise-admin", "subcategory": "ldap" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/organizations": { @@ -786,7 +786,7 @@ "category": "enterprise-admin", "subcategory": "orgs" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/organizations/{org}": { @@ -850,7 +850,7 @@ "category": "enterprise-admin", "subcategory": "orgs" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/pre-receive-environments": { @@ -904,7 +904,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "post": { "summary": "Create a pre-receive environment", @@ -967,7 +967,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/pre-receive-environments/{pre_receive_environment_id}": { @@ -1006,7 +1006,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "patch": { "summary": "Update a pre-receive environment", @@ -1100,7 +1100,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Delete a pre-receive environment", @@ -1161,7 +1161,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/pre-receive-environments/{pre_receive_environment_id}/downloads": { @@ -1238,7 +1238,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/pre-receive-environments/{pre_receive_environment_id}/downloads/latest": { @@ -1277,7 +1277,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/pre-receive-hooks": { @@ -1330,7 +1330,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "post": { "summary": "Create a pre-receive hook", @@ -1420,7 +1420,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/pre-receive-hooks/{pre_receive_hook_id}": { @@ -1457,7 +1457,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "patch": { "summary": "Update a pre-receive hook", @@ -1540,7 +1540,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Delete a pre-receive hook", @@ -1561,7 +1561,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/tokens": { @@ -1603,7 +1603,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/tokens/{token_id}": { @@ -1624,7 +1624,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/users": { @@ -1685,7 +1685,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/users/{username}": { @@ -1749,7 +1749,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Delete a user", @@ -1768,7 +1768,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/users/{username}/authorizations": { @@ -1829,7 +1829,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Delete an impersonation OAuth token", @@ -1848,7 +1848,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/app": { @@ -2325,9 +2325,7 @@ "category": "apps", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/app/installations/{installation_id}/suspended": { @@ -3476,7 +3474,7 @@ "category": "enterprise-admin", "subcategory": "announcement" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "patch": { "summary": "Set the global announcement banner", @@ -3510,7 +3508,7 @@ "category": "enterprise-admin", "subcategory": "announcement" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Remove the global announcement banner", @@ -3524,7 +3522,7 @@ "category": "enterprise-admin", "subcategory": "announcement" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/settings/license": { @@ -3556,7 +3554,7 @@ "category": "enterprise-admin", "subcategory": "license" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/all": { @@ -3592,7 +3590,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/comments": { @@ -3623,7 +3621,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/gists": { @@ -3654,7 +3652,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/hooks": { @@ -3684,7 +3682,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/issues": { @@ -3715,7 +3713,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/milestones": { @@ -3746,7 +3744,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/orgs": { @@ -3777,7 +3775,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/pages": { @@ -3808,7 +3806,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/pulls": { @@ -3839,7 +3837,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/repos": { @@ -3869,7 +3867,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/users": { @@ -3900,7 +3898,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprises/{enterprise}/actions/cache/usage": { @@ -3976,7 +3974,7 @@ "category": "actions", "subcategory": "cache" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "patch": { "summary": "Set GitHub Actions cache usage policy for an enterprise", @@ -4010,7 +4008,7 @@ "category": "actions", "subcategory": "cache" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprises/{enterprise}/actions/permissions": { @@ -4270,9 +4268,7 @@ "category": "actions", "subcategory": "permissions" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Set allowed actions for an enterprise", @@ -4304,9 +4300,7 @@ "category": "actions", "subcategory": "permissions" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/enterprises/{enterprise}/actions/runner-groups": { @@ -4357,9 +4351,7 @@ "category": "actions", "subcategory": "self-hosted-runner-groups" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create a self-hosted runner group for an enterprise", @@ -5025,9 +5017,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/enterprises/{enterprise}/actions/runners/remove-token": { @@ -5064,9 +5054,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/enterprises/{enterprise}/actions/runners/{runner_id}": { @@ -5414,9 +5402,7 @@ "category": "secret-scanning", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/enterprises/{enterprise}/settings/billing/advanced-security": { @@ -5504,9 +5490,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/feeds": { @@ -6576,9 +6560,7 @@ "category": "apps", "subcategory": "installations" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/installation/token": { @@ -6711,9 +6693,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/licenses": { @@ -6942,9 +6922,7 @@ "category": "meta", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/networks/{owner}/{repo}/events": { @@ -6991,9 +6969,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/notifications": { @@ -7041,9 +7017,7 @@ "category": "activity", "subcategory": "notifications" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Mark notifications as read", @@ -7148,9 +7122,7 @@ "category": "activity", "subcategory": "notifications" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "patch": { "summary": "Mark a thread as read", @@ -7629,9 +7601,7 @@ "category": "orgs", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/actions/cache/usage": { @@ -7853,9 +7823,7 @@ "category": "actions", "subcategory": "permissions" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Set selected repositories enabled for GitHub Actions in an organization", @@ -7979,9 +7947,7 @@ "category": "actions", "subcategory": "permissions" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Set allowed actions for an organization", @@ -8013,9 +7979,7 @@ "category": "actions", "subcategory": "permissions" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/actions/permissions/workflow": { @@ -8142,9 +8106,7 @@ "category": "actions", "subcategory": "self-hosted-runner-groups" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create a self-hosted runner group for an organization", @@ -8438,9 +8400,7 @@ "category": "actions", "subcategory": "self-hosted-runner-groups" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Set repository access for a self-hosted runner group in an organization", @@ -8802,9 +8762,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/actions/runners/remove-token": { @@ -8841,9 +8799,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/actions/runners/{runner_id}": { @@ -9360,9 +9316,7 @@ "category": "actions", "subcategory": "secrets" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Set selected repositories for an organization secret", @@ -9524,9 +9478,7 @@ "category": "orgs", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/code-scanning/alerts": { @@ -9601,9 +9553,7 @@ "category": "code-scanning", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/dependabot/secrets": { @@ -9883,9 +9833,7 @@ "category": "dependabot", "subcategory": "secrets" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Set selected repositories for an organization secret", @@ -10044,9 +9992,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/hooks": { @@ -10754,9 +10700,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/members": { @@ -11081,9 +11025,7 @@ "category": "migrations", "subcategory": "orgs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Start an organization migration", @@ -11188,9 +11130,7 @@ "category": "migrations", "subcategory": "orgs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/migrations/{migration_id}": { @@ -11243,9 +11183,7 @@ "category": "migrations", "subcategory": "orgs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/outside_collaborators": { @@ -11471,7 +11409,7 @@ "category": "enterprise-admin", "subcategory": "org-pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}": { @@ -11511,7 +11449,7 @@ "category": "enterprise-admin", "subcategory": "org-pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "patch": { "summary": "Update pre-receive hook enforcement for an organization", @@ -11576,7 +11514,7 @@ "category": "enterprise-admin", "subcategory": "org-pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Remove pre-receive hook enforcement for an organization", @@ -11614,7 +11552,7 @@ "category": "enterprise-admin", "subcategory": "org-pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/orgs/{org}/projects": { @@ -11928,9 +11866,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create an organization repository", @@ -12084,9 +12020,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/secret-scanning/alerts": { @@ -12140,9 +12074,7 @@ "category": "secret-scanning", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/settings/billing/advanced-security": { @@ -12321,9 +12253,7 @@ "category": "teams", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/teams/{team_slug}": { @@ -13677,9 +13607,7 @@ "category": "teams", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}": { @@ -13725,9 +13653,7 @@ "category": "teams", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Add or update team repository permissions", @@ -15030,9 +14956,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "patch": { "summary": "Update a repository", @@ -15223,9 +15147,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete a repository", @@ -15503,7 +15425,7 @@ "category": "actions", "subcategory": "cache" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "patch": { "summary": "Set GitHub Actions cache usage policy for a repository", @@ -15540,7 +15462,7 @@ "category": "actions", "subcategory": "cache" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/jobs/{job_id}": { @@ -15656,9 +15578,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/permissions": { @@ -15867,9 +15787,7 @@ "category": "actions", "subcategory": "permissions" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Set allowed actions for a repository", @@ -15904,9 +15822,7 @@ "category": "actions", "subcategory": "permissions" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/runners": { @@ -16038,9 +15954,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/runners/remove-token": { @@ -16080,9 +15994,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/runners/{runner_id}": { @@ -16386,9 +16298,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/runs/{run_id}": { @@ -16426,9 +16336,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete a workflow run", @@ -16586,9 +16494,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs": { @@ -16996,9 +16902,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": { @@ -17041,9 +16945,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/secrets": { @@ -17514,9 +17416,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/assignees": { @@ -17643,9 +17543,7 @@ "category": "repos", "subcategory": "autolinks" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create an autolink reference for a repository", @@ -17715,9 +17613,7 @@ "category": "repos", "subcategory": "autolinks" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/autolinks/{autolink_id}": { @@ -17755,9 +17651,7 @@ "category": "repos", "subcategory": "autolinks" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete an autolink reference from a repository", @@ -20574,9 +20468,7 @@ "category": "checks", "subcategory": "suites" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/check-suites/preferences": { @@ -20654,9 +20546,7 @@ "category": "checks", "subcategory": "suites" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/check-suites/{check_suite_id}": { @@ -20693,9 +20583,7 @@ "category": "checks", "subcategory": "suites" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs": { @@ -20873,9 +20761,7 @@ "category": "code-scanning", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}": { @@ -20930,8 +20816,7 @@ "parameter": "alert_number", "before": { "name": "alert_id" } } - ], - "diff": { "api.github.com.json": { "type": "changed" } } + ] } }, "patch": { @@ -21003,9 +20888,7 @@ "githubCloudOnly": false, "category": "code-scanning" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": { @@ -21480,9 +21363,7 @@ "category": "repos", "subcategory": "collaborators" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/collaborators/{username}": { @@ -21579,9 +21460,7 @@ "category": "repos", "subcategory": "collaborators" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Remove a repository collaborator", @@ -21646,9 +21525,7 @@ "category": "repos", "subcategory": "collaborators" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/comments": { @@ -22269,9 +22146,7 @@ "category": "repos", "subcategory": "commits" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/commits/{ref}": { @@ -22466,9 +22341,7 @@ "category": "checks", "subcategory": "suites" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/commits/{ref}/status": { @@ -22519,9 +22392,7 @@ "category": "repos", "subcategory": "statuses" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/commits/{ref}/statuses": { @@ -24005,9 +23876,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/forks": { @@ -24063,9 +23932,7 @@ "category": "repos", "subcategory": "forks" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create a fork", @@ -24120,9 +23987,7 @@ "category": "repos", "subcategory": "forks" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/git/blobs": { @@ -25683,9 +25548,7 @@ "category": "repos", "subcategory": "invitations" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/invitations/{invitation_id}": { @@ -25743,9 +25606,7 @@ "category": "repos", "subcategory": "invitations" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete a repository invitation", @@ -25866,9 +25727,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create an issue", @@ -25987,9 +25846,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/issues/comments": { @@ -26368,9 +26225,7 @@ "category": "issues", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/issues/events/{event_id}": { @@ -26415,9 +26270,7 @@ "category": "issues", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/issues/{issue_number}": { @@ -26458,9 +26311,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "patch": { "summary": "Update an issue", @@ -26581,9 +26432,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/issues/{issue_number}/assignees": { @@ -26640,9 +26489,7 @@ "category": "issues", "subcategory": "assignees" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Remove assignees from an issue", @@ -28522,9 +28369,7 @@ "category": "activity", "subcategory": "notifications" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Mark repository notifications as read", @@ -29019,7 +28864,7 @@ "category": "enterprise-admin", "subcategory": "repo-pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}": { @@ -29060,7 +28905,7 @@ "category": "enterprise-admin", "subcategory": "repo-pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "patch": { "summary": "Update pre-receive hook enforcement for a repository", @@ -29118,7 +28963,7 @@ "category": "enterprise-admin", "subcategory": "repo-pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Remove pre-receive hook enforcement for a repository", @@ -29157,7 +29002,7 @@ "category": "enterprise-admin", "subcategory": "repo-pre-receive-hooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/repos/{owner}/{repo}/projects": { @@ -29374,9 +29219,7 @@ "category": "pulls", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create a pull request", @@ -30536,9 +30379,7 @@ "category": "pulls", "subcategory": "review-requests" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Remove requested reviewers from a pull request", @@ -31299,9 +31140,7 @@ "category": "repos", "subcategory": "releases" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create a release", @@ -31400,9 +31239,7 @@ "category": "repos", "subcategory": "releases" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/releases/assets/{asset_id}": { @@ -31644,9 +31481,7 @@ "category": "repos", "subcategory": "releases" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/releases/tags/{tag}": { @@ -31691,9 +31526,7 @@ "category": "repos", "subcategory": "releases" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/releases/{release_id}": { @@ -31731,9 +31564,7 @@ "category": "repos", "subcategory": "releases" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "patch": { "summary": "Update a release", @@ -31816,9 +31647,7 @@ "category": "repos", "subcategory": "releases" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete a release", @@ -32183,7 +32012,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/repos/{owner}/{repo}/secret-scanning/alerts": { @@ -32239,9 +32068,7 @@ "category": "secret-scanning", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}": { @@ -32287,9 +32114,7 @@ "category": "secret-scanning", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "patch": { "summary": "Update a secret scanning alert", @@ -32359,9 +32184,7 @@ "githubCloudOnly": false, "category": "secret-scanning" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations": { @@ -33366,9 +33189,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/zipball/{ref}": { @@ -33520,9 +33341,7 @@ } ] }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repositories": { @@ -33582,9 +33401,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repositories/{repository_id}/environments/{environment_name}/secrets": { @@ -33867,9 +33684,7 @@ "category": "search", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/search/commits": { @@ -33939,9 +33754,7 @@ "category": "search", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/search/issues": { @@ -34026,9 +33839,7 @@ "category": "search", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/search/labels": { @@ -34359,7 +34170,7 @@ "category": "enterprise-admin", "subcategory": "management-console" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/setup/api/configure": { @@ -34394,7 +34205,7 @@ "category": "enterprise-admin", "subcategory": "management-console" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/setup/api/maintenance": { @@ -34443,7 +34254,7 @@ "category": "enterprise-admin", "subcategory": "management-console" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "post": { "summary": "Enable or disable maintenance mode", @@ -34514,7 +34325,7 @@ "category": "enterprise-admin", "subcategory": "management-console" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/setup/api/settings": { @@ -34565,7 +34376,7 @@ "category": "enterprise-admin", "subcategory": "management-console" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "put": { "summary": "Set settings", @@ -34622,7 +34433,7 @@ "category": "enterprise-admin", "subcategory": "management-console" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/setup/api/settings/authorized-keys": { @@ -34672,7 +34483,7 @@ "category": "enterprise-admin", "subcategory": "management-console" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "post": { "summary": "Add an authorized SSH key", @@ -34744,7 +34555,7 @@ "category": "enterprise-admin", "subcategory": "management-console" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Remove an authorized SSH key", @@ -34816,7 +34627,7 @@ "category": "enterprise-admin", "subcategory": "management-console" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/setup/api/start": { @@ -34876,7 +34687,7 @@ "category": "enterprise-admin", "subcategory": "management-console" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/setup/api/upgrade": { @@ -34926,7 +34737,7 @@ "category": "enterprise-admin", "subcategory": "management-console" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/teams/{team_id}": { @@ -36354,9 +36165,7 @@ "subcategory": null }, "deprecated": true, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/teams/{team_id}/repos/{owner}/{repo}": { @@ -36404,9 +36213,7 @@ "subcategory": null }, "deprecated": true, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Add or update team repository permissions (Legacy)", @@ -37114,8 +36921,7 @@ "operationId": "users/list-gpg-keys-for-authenticated" } } - ], - "diff": { "api.github.com.json": { "type": "changed" } } + ] } }, "post": { @@ -37178,8 +36984,7 @@ "operationId": "users/create-gpg-key-for-authenticated" } } - ], - "diff": { "api.github.com.json": { "type": "changed" } } + ] } } }, @@ -37224,8 +37029,7 @@ "date": "2021-10-05", "before": { "operationId": "users/get-gpg-key-for-authenticated" } } - ], - "diff": { "api.github.com.json": { "type": "changed" } } + ] } }, "delete": { @@ -37368,9 +37172,7 @@ "category": "apps", "subcategory": "installations" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/installations/{installation_id}/repositories/{repository_id}": { @@ -37529,9 +37331,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/keys": { @@ -37922,9 +37722,7 @@ "category": "migrations", "subcategory": "users" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Start a user migration", @@ -38034,9 +37832,7 @@ "category": "migrations", "subcategory": "users" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/migrations/{migration_id}/archive": { @@ -38113,8 +37909,7 @@ "date": "2021-10-05", "before": { "operationId": "migrations/list-repos-for-user" } } - ], - "diff": { "api.github.com.json": { "type": "changed" } } + ] } } }, @@ -38383,9 +38178,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create a repository for the authenticated user", @@ -38538,9 +38331,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/repository_invitations": { @@ -38588,9 +38379,7 @@ "category": "repos", "subcategory": "invitations" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/repository_invitations/{invitation_id}": { @@ -38716,9 +38505,7 @@ "category": "activity", "subcategory": "starring" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/starred/{owner}/{repo}": { @@ -38858,9 +38645,7 @@ "category": "activity", "subcategory": "watching" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/teams": { @@ -39037,9 +38822,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/events/orgs/{org}": { @@ -39082,9 +38865,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/events/public": { @@ -39126,9 +38907,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/followers": { @@ -39332,9 +39111,7 @@ "category": "users", "subcategory": "gpg-keys" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/hovercard": { @@ -39604,9 +39381,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/received_events/public": { @@ -39648,9 +39423,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/repos": { @@ -39722,9 +39495,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/site_admin": { @@ -39745,7 +39516,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Demote a site administrator", @@ -39764,7 +39535,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/users/{username}/starred": { @@ -39862,9 +39633,7 @@ "category": "activity", "subcategory": "watching" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/suspended": { @@ -39901,7 +39670,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Unsuspend a user", @@ -39936,7 +39705,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/zen": { @@ -40013,2285 +39782,6 @@ }, "x-octokit": {} } - }, - "/enterprise-installation/{enterprise_or_org}/server-statistics": { - "get": { - "summary": "Get GitHub Enterprise Server statistics", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/get-server-statistics", - "tags": ["server-statistics", "enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#get-github-enterprise-server-statistics" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/actions/oidc/customization/issuer": { - "put": { - "summary": "Set the GitHub Actions OIDC custom issuer policy for an enterprise", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-actions-oidc-custom-issuer-policy-for-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/actions/permissions/workflow": { - "get": { - "summary": "Get default workflow permissions for an enterprise", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-github-actions-default-workflow-permissions-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set default workflow permissions for an enterprise", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-github-actions-default-workflow-permissions-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-default-workflow-permissions-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/settings/billing/actions": { - "get": { - "summary": "Get GitHub Actions billing for an enterprise", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "billing/get-github-actions-billing-ghe", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/settings/billing/packages": { - "get": { - "summary": "Get GitHub Packages billing for an enterprise", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "billing/get-github-packages-billing-ghe", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/settings/billing/shared-storage": { - "get": { - "summary": "Get shared storage billing for an enterprise", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "billing/get-shared-storage-billing-ghe", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/accounts/{account_id}": { - "get": { - "summary": "Get a subscription plan for an account", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/get-subscription-plan-for-account", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#get-a-subscription-plan-for-an-account" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/plans": { - "get": { - "summary": "List plans", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-plans", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-plans" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/plans/{plan_id}/accounts": { - "get": { - "summary": "List accounts for a plan", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-accounts-for-plan", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-accounts-for-a-plan" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/stubbed/accounts/{account_id}": { - "get": { - "summary": "Get a subscription plan for an account (stubbed)", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/get-subscription-plan-for-account-stubbed", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#get-a-subscription-plan-for-an-account-stubbed" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/stubbed/plans": { - "get": { - "summary": "List plans (stubbed)", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-plans-stubbed", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-plans-stubbed" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/stubbed/plans/{plan_id}/accounts": { - "get": { - "summary": "List accounts for a plan (stubbed)", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-accounts-for-plan-stubbed", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-accounts-for-a-plan-stubbed" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/actions/oidc/customization/sub": { - "get": { - "summary": "Get the customization template for an OIDC subject claim for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["oidc"], - "operationId": "oidc/get-oidc-custom-sub-template-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set the customization template for an OIDC subject claim for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["oidc"], - "operationId": "oidc/update-oidc-custom-sub-template-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/blocks": { - "get": { - "summary": "List users blocked by an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-blocked-users", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-users-blocked-by-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/blocks/{username}": { - "get": { - "summary": "Check if a user is blocked by an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/check-blocked-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#check-if-a-user-is-blocked-by-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Block a user from an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/block-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#block-a-user-from-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Unblock a user from an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/unblock-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#unblock-a-user-from-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/codespaces": { - "get": { - "summary": "List codespaces for the organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-in-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-in-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/credential-authorizations": { - "get": { - "summary": "List SAML SSO authorizations for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-saml-sso-authorizations", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-saml-sso-authorizations-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/credential-authorizations/{credential_id}": { - "delete": { - "summary": "Remove a SAML SSO authorization for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/remove-saml-sso-authorization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#remove-a-saml-sso-authorization-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/external-group/{group_id}": { - "get": { - "summary": "Get an external group", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/external-idp-group-info-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#external-idp-group-info-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/external-groups": { - "get": { - "summary": "List external groups in an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-external-idp-groups-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-external-idp-groups-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/failed_invitations": { - "get": { - "summary": "List failed organization invitations", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-failed-invitations", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-failed-organization-invitations" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/interaction-limits": { - "get": { - "summary": "Get interaction restrictions for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/get-restrictions-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set interaction restrictions for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/set-restrictions-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove interaction restrictions for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/remove-restrictions-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/invitations": { - "get": { - "summary": "List pending organization invitations", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-pending-invitations", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-pending-organization-invitations" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Create an organization invitation", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/create-invitation", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#create-an-organization-invitation" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/invitations/{invitation_id}": { - "delete": { - "summary": "Cancel an organization invitation", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/cancel-invitation", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#cancel-an-organization-invitation" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/invitations/{invitation_id}/teams": { - "get": { - "summary": "List organization invitation teams", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-invitation-teams", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-organization-invitation-teams" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/members/{username}/codespaces/{codespace_name}": { - "delete": { - "summary": "Delete a codespace from the organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/delete-from-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": { - "post": { - "summary": "Stop a codespace for an organization user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/stop-in-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/migrations/{migration_id}/archive": { - "get": { - "summary": "Download an organization migration archive", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/download-archive-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#download-an-organization-migration-archive" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete an organization migration archive", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/delete-archive-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#delete-an-organization-migration-archive" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock": { - "delete": { - "summary": "Unlock an organization repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/unlock-repo-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#unlock-an-organization-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/migrations/{migration_id}/repositories": { - "get": { - "summary": "List repositories in an organization migration", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/list-repos-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#list-repositories-in-an-organization-migration" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages": { - "get": { - "summary": "List packages for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/list-packages-for-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#list-packages-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages/{package_type}/{package_name}": { - "get": { - "summary": "Get a package for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-for-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a package for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages/{package_type}/{package_name}/restore": { - "post": { - "summary": "Restore a package for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages/{package_type}/{package_name}/versions": { - "get": { - "summary": "Get all package versions for a package owned by an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-all-package-versions-for-package-owned-by-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}": { - "get": { - "summary": "Get a package version for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-version-for-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete package version for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-version-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - "post": { - "summary": "Restore package version for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-version-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/settings/billing/actions": { - "get": { - "summary": "Get GitHub Actions billing for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "billing/get-github-actions-billing-org", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/settings/billing/packages": { - "get": { - "summary": "Get GitHub Packages billing for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "billing/get-github-packages-billing-org", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/settings/billing/shared-storage": { - "get": { - "summary": "Get shared storage billing for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "billing/get-shared-storage-billing-org", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/team-sync/groups": { - "get": { - "summary": "List IdP groups for an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-idp-groups-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-idp-groups-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/teams/{team_slug}/external-groups": { - "get": { - "summary": "List a connection between an external group and a team", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-linked-external-idp-groups-to-team-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-external-idp-group-team-connection" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove the connection between an external group and a team", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/unlink-external-idp-group-from-team-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#unlink-external-idp-group-team-connection" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Update the connection between an external group and a team", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/link-external-idp-group-to-team-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#link-external-idp-group-team-connection" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/teams/{team_slug}/invitations": { - "get": { - "summary": "List pending team invitations", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-pending-invitations-in-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-pending-team-invitations" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/teams/{team_slug}/team-sync/group-mappings": { - "get": { - "summary": "List IdP groups for a team", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-idp-groups-in-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-idp-groups-for-a-team" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Create or update IdP group connections", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/create-or-update-idp-group-connections-in-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#create-or-update-idp-group-connections" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/caches": { - "get": { - "summary": "List GitHub Actions caches for a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-actions-cache-list", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete GitHub Actions caches for a repository (using a cache key)", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/delete-actions-cache-by-key", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/caches/{cache_id}": { - "delete": { - "summary": "Delete a GitHub Actions cache for a repository (using a cache ID)", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/delete-actions-cache-by-id", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/oidc/customization/sub": { - "get": { - "summary": "Get the opt-out flag of an OIDC subject claim customization for a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-custom-oidc-sub-claim-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/oidc#get-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set the opt-out flag of an OIDC subject claim customization for a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-custom-oidc-sub-claim-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/oidc#set-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/permissions/workflow": { - "get": { - "summary": "Get default workflow permissions for a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-github-actions-default-workflow-permissions-repository", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set default workflow permissions for a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-github-actions-default-workflow-permissions-repository", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-default-workflow-permissions-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/runs/{run_id}/approve": { - "post": { - "summary": "Approve a workflow run for a fork pull request", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/approve-workflow-run", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#approve-a-workflow-run-for-a-fork-pull-request" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/runs/{run_id}/timing": { - "get": { - "summary": "Get workflow run usage", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-workflow-run-usage", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-workflow-run-usage" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing": { - "get": { - "summary": "Get workflow usage", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-workflow-usage", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-workflow-usage" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/automated-security-fixes": { - "put": { - "summary": "Enable automated security fixes", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/enable-automated-security-fixes", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#enable-automated-security-fixes" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Disable automated security fixes", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/disable-automated-security-fixes", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#disable-automated-security-fixes" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces": { - "get": { - "summary": "List codespaces in a repository for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-in-repository-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Create a codespace in a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/create-with-repo-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-in-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces/devcontainers": { - "get": { - "summary": "List devcontainer configurations in a repository for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-devcontainers-in-repository-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-devcontainers-in-a-repository-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces/machines": { - "get": { - "summary": "List available machine types for a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/repo-machines-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-available-machine-types-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces/secrets": { - "get": { - "summary": "List repository secrets", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-repo-secrets", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-repository-secrets" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces/secrets/public-key": { - "get": { - "summary": "Get a repository public key", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-repo-public-key", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#get-a-repository-public-key" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}": { - "get": { - "summary": "Get a repository secret", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-repo-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#get-a-repository-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Create or update a repository secret", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/create-or-update-repo-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#create-or-update-a-repository-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a repository secret", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/delete-repo-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#delete-a-repository-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/community/profile": { - "get": { - "summary": "Get community profile metrics", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-community-profile-metrics", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-community-profile-metrics" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}": { - "get": { - "summary": "Get a diff of the dependencies between commits", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["dependency-graph"], - "operationId": "dependency-graph/diff-range", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependency-graph#get-a-diff-of-the-dependencies-between-commits" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/dependency-graph/snapshots": { - "post": { - "summary": "Create a snapshot of dependencies for a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["dependency-graph"], - "operationId": "dependency-graph/create-repository-snapshot", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependency-graph#create-a-snapshot-of-dependencies-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/import": { - "get": { - "summary": "Get an import status", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/get-import-status", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#get-an-import-status" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Start an import", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/start-import", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#start-an-import" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Cancel an import", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/cancel-import", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#cancel-an-import" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Update an import", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/update-import", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#update-an-import" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/import/authors": { - "get": { - "summary": "Get commit authors", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/get-commit-authors", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#get-commit-authors" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/import/authors/{author_id}": { - "patch": { - "summary": "Map a commit author", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/map-commit-author", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#map-a-commit-author" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/import/large_files": { - "get": { - "summary": "Get large files", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/get-large-files", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#get-large-files" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/import/lfs": { - "patch": { - "summary": "Update Git LFS preference", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/set-lfs-preference", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#update-git-lfs-preference" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/interaction-limits": { - "get": { - "summary": "Get interaction restrictions for a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/get-restrictions-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set interaction restrictions for a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/set-restrictions-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove interaction restrictions for a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/remove-restrictions-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/pages/health": { - "get": { - "summary": "Get a DNS health check for GitHub Pages", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-pages-health-check", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-a-dns-health-check-for-github-pages" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/pulls/{pull_number}/codespaces": { - "post": { - "summary": "Create a codespace from a pull request", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/create-with-pr-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-from-a-pull-request" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/traffic/clones": { - "get": { - "summary": "Get repository clones", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-clones", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-repository-clones" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/traffic/popular/paths": { - "get": { - "summary": "Get top referral paths", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-top-paths", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-top-referral-paths" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/traffic/popular/referrers": { - "get": { - "summary": "Get top referral sources", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-top-referrers", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-top-referral-sources" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/traffic/views": { - "get": { - "summary": "Get page views", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-views", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-page-views" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/vulnerability-alerts": { - "get": { - "summary": "Check if vulnerability alerts are enabled for a repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/check-vulnerability-alerts", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Enable vulnerability alerts", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/enable-vulnerability-alerts", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#enable-vulnerability-alerts" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Disable vulnerability alerts", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/disable-vulnerability-alerts", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#disable-vulnerability-alerts" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/scim/v2/enterprises/{enterprise}/Groups": { - "get": { - "summary": "List provisioned SCIM groups for an enterprise", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/list-provisioned-groups-enterprise", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#list-provisioned-scim-groups-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Provision a SCIM enterprise group and invite users", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/provision-and-invite-enterprise-group", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#provision-a-scim-enterprise-group-and-invite-users" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}": { - "get": { - "summary": "Get SCIM provisioning information for an enterprise group", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/get-provisioning-information-for-enterprise-group", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#get-scim-provisioning-information-for-an-enterprise-group" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set SCIM information for a provisioned enterprise group", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/set-information-for-provisioned-enterprise-group", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#set-scim-information-for-a-provisioned-enterprise-group" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a SCIM group from an enterprise", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/delete-scim-group-from-enterprise", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#delete-a-scim-group-from-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Update an attribute for a SCIM enterprise group", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/update-attribute-for-enterprise-group", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#update-an-attribute-for-a-scim-enterprise-group" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/scim/v2/enterprises/{enterprise}/Users": { - "get": { - "summary": "List SCIM provisioned identities for an enterprise", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/list-provisioned-identities-enterprise", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#list-scim-provisioned-identities-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Provision and invite a SCIM enterprise user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/provision-and-invite-enterprise-user", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#provision-and-invite-a-scim-enterprise-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}": { - "get": { - "summary": "Get SCIM provisioning information for an enterprise user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/get-provisioning-information-for-enterprise-user", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#get-scim-provisioning-information-for-an-enterprise-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set SCIM information for a provisioned enterprise user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/set-information-for-provisioned-enterprise-user", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#set-scim-information-for-a-provisioned-enterprise-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a SCIM user from an enterprise", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/delete-user-from-enterprise", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#delete-a-scim-user-from-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Update an attribute for a SCIM enterprise user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/update-attribute-for-enterprise-user", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#update-an-attribute-for-a-scim-enterprise-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/scim/v2/organizations/{org}/Users": { - "get": { - "summary": "List SCIM provisioned identities", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/list-provisioned-identities", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#list-scim-provisioned-identities" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Provision and invite a SCIM user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/provision-and-invite-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#provision-and-invite-a-scim-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/scim/v2/organizations/{org}/Users/{scim_user_id}": { - "get": { - "summary": "Get SCIM provisioning information for a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/get-provisioning-information-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#get-scim-provisioning-information-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Update a provisioned organization membership", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/set-information-for-provisioned-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#set-scim-information-for-a-provisioned-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a SCIM user from an organization", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/delete-user-from-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#delete-a-scim-user-from-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Update an attribute for a SCIM user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/update-attribute-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#update-an-attribute-for-a-scim-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/teams/{team_id}/invitations": { - "get": { - "summary": "List pending team invitations (Legacy)", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-pending-invitations-legacy", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-pending-team-invitations-legacy" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/teams/{team_id}/team-sync/group-mappings": { - "get": { - "summary": "List IdP groups for a team (Legacy)", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-idp-groups-for-legacy", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-idp-groups-for-a-team-legacy" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Create or update IdP group connections (Legacy)", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/create-or-update-idp-group-connections-legacy", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#create-or-update-idp-group-connections-legacy" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/blocks": { - "get": { - "summary": "List users blocked by the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/list-blocked-by-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#list-users-blocked-by-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/blocks/{username}": { - "get": { - "summary": "Check if a user is blocked by the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/check-blocked", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#check-if-a-user-is-blocked-by-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Block a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/block", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#block-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Unblock a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/unblock", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#unblock-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces": { - "get": { - "summary": "List codespaces for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-codespaces-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Create a codespace for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/create-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/secrets": { - "get": { - "summary": "List secrets for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-secrets-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-secrets-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/secrets/public-key": { - "get": { - "summary": "Get public key for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-public-key-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#get-public-key-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/secrets/{secret_name}": { - "get": { - "summary": "Get a secret for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#get-a-secret-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Create or update a secret for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/create-or-update-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#create-or-update-a-secret-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a secret for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/delete-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#delete-a-secret-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/secrets/{secret_name}/repositories": { - "get": { - "summary": "List selected repositories for a user secret", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-repositories-for-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-selected-repositories-for-a-user-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set selected repositories for a user secret", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/set-repositories-for-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#set-selected-repositories-for-a-user-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}": { - "put": { - "summary": "Add a selected repository to a user secret", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/add-repository-for-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#add-a-selected-repository-to-a-user-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove a selected repository from a user secret", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/remove-repository-for-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#remove-a-selected-repository-from-a-user-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}": { - "get": { - "summary": "Get a codespace for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#get-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a codespace for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/delete-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#delete-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Update a codespace for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/update-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#update-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}/exports": { - "post": { - "summary": "Export a codespace for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/export-for-authenticated-user", - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}/exports/{export_id}": { - "get": { - "summary": "Get details about a codespace export", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-export-details-for-authenticated-user", - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}/machines": { - "get": { - "summary": "List machine types for a codespace", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/codespace-machines-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-machine-types-for-a-codespace" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}/start": { - "post": { - "summary": "Start a codespace for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/start-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#start-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}/stop": { - "post": { - "summary": "Stop a codespace for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/stop-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#stop-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/email/visibility": { - "patch": { - "summary": "Set primary email visibility for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/set-primary-email-visibility-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#set-primary-email-visibility-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/interaction-limits": { - "get": { - "summary": "Get interaction restrictions for your public repositories", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/get-restrictions-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-your-public-repositories" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set interaction restrictions for your public repositories", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/set-restrictions-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-your-public-repositories" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove interaction restrictions from your public repositories", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/remove-restrictions-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-from-your-public-repositories" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/marketplace_purchases": { - "get": { - "summary": "List subscriptions for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-subscriptions-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-subscriptions-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/marketplace_purchases/stubbed": { - "get": { - "summary": "List subscriptions for the authenticated user (stubbed)", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-subscriptions-for-authenticated-user-stubbed", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-subscriptions-for-the-authenticated-user-stubbed" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/migrations/{migration_id}": { - "get": { - "summary": "Get a user migration status", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/get-status-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#get-a-user-migration-status" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/migrations/{migration_id}/repos/{repo_name}/lock": { - "delete": { - "summary": "Unlock a user repository", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/unlock-repo-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#unlock-a-user-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages": { - "get": { - "summary": "List packages for the authenticated user's namespace", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/list-packages-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#list-packages-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages/{package_type}/{package_name}": { - "get": { - "summary": "Get a package for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a package for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages/{package_type}/{package_name}/restore": { - "post": { - "summary": "Restore a package for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages/{package_type}/{package_name}/versions": { - "get": { - "summary": "Get all package versions for a package owned by the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages/{package_type}/{package_name}/versions/{package_version_id}": { - "get": { - "summary": "Get a package version for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-version-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a package version for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-version-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - "post": { - "summary": "Restore a package version for the authenticated user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-version-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages": { - "get": { - "summary": "List packages for a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/list-packages-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#list-packages-for-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages/{package_type}/{package_name}": { - "get": { - "summary": "Get a package for a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a package for a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages/{package_type}/{package_name}/restore": { - "post": { - "summary": "Restore a package for a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages/{package_type}/{package_name}/versions": { - "get": { - "summary": "Get all package versions for a package owned by a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-all-package-versions-for-package-owned-by-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}": { - "get": { - "summary": "Get a package version for a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-version-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete package version for a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-version-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - "post": { - "summary": "Restore package version for a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-version-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/settings/billing/actions": { - "get": { - "summary": "Get GitHub Actions billing for a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "billing/get-github-actions-billing-user", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/settings/billing/packages": { - "get": { - "summary": "Get GitHub Packages billing for a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "billing/get-github-packages-billing-user", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/settings/billing/shared-storage": { - "get": { - "summary": "Get shared storage billing for a user", - "description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json", - "operationId": "billing/get-shared-storage-billing-user", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } } }, "components": { diff --git a/cache/github.ae.json b/cache/github.ae.json index 299817fba..97b8235ae 100644 --- a/cache/github.ae.json +++ b/cache/github.ae.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "6.3.0", + "version": "6.3.1", "title": "GitHub's official OpenAPI spec + Octokit extension", "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs", "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" }, @@ -198,7 +198,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "post": { "summary": "Create a global webhook", @@ -291,7 +291,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/hooks/{hook_id}": { @@ -324,7 +324,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "patch": { "summary": "Update a global webhook", @@ -407,7 +407,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Delete a global webhook", @@ -426,7 +426,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/hooks/{hook_id}/pings": { @@ -447,7 +447,7 @@ "category": "enterprise-admin", "subcategory": "global-webhooks" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/keys": { @@ -507,7 +507,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/keys/{key_ids}": { @@ -528,7 +528,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/organizations": { @@ -598,7 +598,7 @@ "category": "enterprise-admin", "subcategory": "orgs" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/organizations/{org}": { @@ -662,7 +662,7 @@ "category": "enterprise-admin", "subcategory": "orgs" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/pre-receive-environments": { @@ -716,7 +716,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "post": { "summary": "Create a pre-receive environment", @@ -779,7 +779,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/pre-receive-environments/{pre_receive_environment_id}": { @@ -818,7 +818,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "patch": { "summary": "Update a pre-receive environment", @@ -912,7 +912,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Delete a pre-receive environment", @@ -973,7 +973,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/pre-receive-environments/{pre_receive_environment_id}/downloads": { @@ -1050,7 +1050,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/pre-receive-environments/{pre_receive_environment_id}/downloads/latest": { @@ -1089,7 +1089,7 @@ "category": "enterprise-admin", "subcategory": "pre-receive-environments" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/tokens": { @@ -1131,7 +1131,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/tokens/{token_id}": { @@ -1152,7 +1152,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/users/{username}": { @@ -1173,7 +1173,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/admin/users/{username}/authorizations": { @@ -1234,7 +1234,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Delete an impersonation OAuth token", @@ -1253,7 +1253,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/app": { @@ -1730,9 +1730,7 @@ "category": "apps", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/app/installations/{installation_id}/suspended": { @@ -2032,7 +2030,7 @@ "subcategory": "oauth-applications" }, "deprecated": true, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/apps/{app_slug}": { @@ -2213,7 +2211,7 @@ "category": "enterprise-admin", "subcategory": "announcement" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "patch": { "summary": "Set the global announcement banner", @@ -2247,7 +2245,7 @@ "category": "enterprise-admin", "subcategory": "announcement" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Remove the global announcement banner", @@ -2261,7 +2259,7 @@ "category": "enterprise-admin", "subcategory": "announcement" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/settings/license": { @@ -2293,7 +2291,7 @@ "category": "enterprise-admin", "subcategory": "license" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/all": { @@ -2329,7 +2327,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/comments": { @@ -2360,7 +2358,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/gists": { @@ -2391,7 +2389,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/hooks": { @@ -2421,7 +2419,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/issues": { @@ -2452,7 +2450,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/milestones": { @@ -2483,7 +2481,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/orgs": { @@ -2514,7 +2512,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/pages": { @@ -2545,7 +2543,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/pulls": { @@ -2576,7 +2574,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/repos": { @@ -2606,7 +2604,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprise/stats/users": { @@ -2637,7 +2635,7 @@ "category": "enterprise-admin", "subcategory": "admin-stats" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/enterprises/{enterprise}/actions/permissions": { @@ -2980,9 +2978,7 @@ "category": "actions", "subcategory": "self-hosted-runner-groups" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create a self-hosted runner group for an enterprise", @@ -3070,9 +3066,7 @@ "category": "actions", "subcategory": "self-hosted-runner-groups" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}": { @@ -3112,9 +3106,7 @@ "category": "actions", "subcategory": "self-hosted-runner-groups" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "patch": { "summary": "Update a self-hosted runner group for an enterprise", @@ -3187,9 +3179,7 @@ "category": "actions", "subcategory": "self-hosted-runner-groups" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete a self-hosted runner group from an enterprise", @@ -3478,9 +3468,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/enterprises/{enterprise}/actions/runners/remove-token": { @@ -3517,9 +3505,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/enterprises/{enterprise}/actions/runners/{runner_id}": { @@ -3628,8 +3614,7 @@ "date": "2021-04-30", "before": { "operationId": "audit-log/get-audit-log" } } - ], - "diff": { "api.github.com.json": { "type": "changed" } } + ] } } }, @@ -4700,9 +4685,7 @@ "category": "apps", "subcategory": "installations" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/installation/token": { @@ -4835,9 +4818,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/licenses": { @@ -5066,9 +5047,7 @@ "category": "meta", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/notifications": { @@ -5116,9 +5095,7 @@ "category": "activity", "subcategory": "notifications" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Mark notifications as read", @@ -5223,9 +5200,7 @@ "category": "activity", "subcategory": "notifications" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "patch": { "summary": "Mark a thread as read", @@ -5789,9 +5764,7 @@ "category": "actions", "subcategory": "permissions" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Set selected repositories enabled for GitHub Actions in an organization", @@ -5998,9 +5971,7 @@ "category": "actions", "subcategory": "self-hosted-runner-groups" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create a self-hosted runner group for an organization", @@ -6085,9 +6056,7 @@ "category": "actions", "subcategory": "self-hosted-runner-groups" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/actions/runner-groups/{runner_group_id}": { @@ -6125,9 +6094,7 @@ "category": "actions", "subcategory": "self-hosted-runner-groups" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "patch": { "summary": "Update a self-hosted runner group for an organization", @@ -6196,9 +6163,7 @@ "category": "actions", "subcategory": "self-hosted-runner-groups" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete a self-hosted runner group from an organization", @@ -6370,9 +6335,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/actions/runners/remove-token": { @@ -6409,9 +6372,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/actions/runners/{runner_id}": { @@ -6671,9 +6632,7 @@ "category": "actions", "subcategory": "secrets" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete an organization secret", @@ -6747,9 +6706,7 @@ "category": "actions", "subcategory": "secrets" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Set selected repositories for an organization secret", @@ -6910,9 +6867,7 @@ "category": "orgs", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/external-group/{group_id}": { @@ -7710,9 +7665,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/members": { @@ -8037,9 +7990,7 @@ "category": "migrations", "subcategory": "orgs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Start an organization migration", @@ -8144,9 +8095,7 @@ "category": "migrations", "subcategory": "orgs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/migrations/{migration_id}": { @@ -8199,9 +8148,7 @@ "category": "migrations", "subcategory": "orgs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/outside_collaborators": { @@ -8567,9 +8514,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create an organization repository", @@ -8723,9 +8668,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/teams": { @@ -10323,9 +10266,7 @@ "category": "teams", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}": { @@ -10371,9 +10312,7 @@ "category": "teams", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Add or update team repository permissions", @@ -11676,9 +11615,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "patch": { "summary": "Update a repository", @@ -11869,9 +11806,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete a repository", @@ -12438,9 +12373,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/runners/remove-token": { @@ -12480,9 +12413,7 @@ "category": "actions", "subcategory": "self-hosted-runners" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/runners/{runner_id}": { @@ -12599,9 +12530,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/runs/{run_id}": { @@ -12639,9 +12568,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete a workflow run", @@ -12755,9 +12682,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs": { @@ -13053,9 +12978,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/runs/{run_id}/timing": { @@ -13564,9 +13487,7 @@ "category": "actions", "subcategory": "workflow-runs" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing": { @@ -13730,9 +13651,7 @@ "category": "repos", "subcategory": "autolinks" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create an autolink reference for a repository", @@ -13802,9 +13721,7 @@ "category": "repos", "subcategory": "autolinks" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/autolinks/{autolink_id}": { @@ -13842,9 +13759,7 @@ "category": "repos", "subcategory": "autolinks" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete an autolink reference from a repository", @@ -16597,9 +16512,7 @@ "category": "checks", "subcategory": "suites" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/check-suites/preferences": { @@ -16677,9 +16590,7 @@ "category": "checks", "subcategory": "suites" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/check-suites/{check_suite_id}": { @@ -16716,9 +16627,7 @@ "category": "checks", "subcategory": "suites" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs": { @@ -16883,9 +16792,7 @@ "category": "code-scanning", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}": { @@ -16939,8 +16846,7 @@ "parameter": "alert_number", "before": { "name": "alert_id" } } - ], - "diff": { "api.github.com.json": { "type": "changed" } } + ] } }, "patch": { @@ -17012,9 +16918,7 @@ "githubCloudOnly": false, "category": "code-scanning" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": { @@ -17489,9 +17393,7 @@ "category": "repos", "subcategory": "collaborators" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/collaborators/{username}": { @@ -17588,9 +17490,7 @@ "category": "repos", "subcategory": "collaborators" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Remove a repository collaborator", @@ -17655,9 +17555,7 @@ "category": "repos", "subcategory": "collaborators" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/comments": { @@ -17972,9 +17870,7 @@ } ] }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}": { @@ -18299,9 +18195,7 @@ "category": "repos", "subcategory": "commits" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/commits/{ref}": { @@ -18496,9 +18390,7 @@ "category": "checks", "subcategory": "suites" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/commits/{ref}/status": { @@ -18549,9 +18441,7 @@ "category": "repos", "subcategory": "statuses" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/commits/{ref}/statuses": { @@ -19814,9 +19704,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/forks": { @@ -19872,9 +19760,7 @@ "category": "repos", "subcategory": "forks" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create a fork", @@ -19929,9 +19815,7 @@ "category": "repos", "subcategory": "forks" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/git/blobs": { @@ -21492,9 +21376,7 @@ "category": "repos", "subcategory": "invitations" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/invitations/{invitation_id}": { @@ -21552,9 +21434,7 @@ "category": "repos", "subcategory": "invitations" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete a repository invitation", @@ -21675,9 +21555,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create an issue", @@ -21796,9 +21674,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/issues/comments": { @@ -22195,9 +22071,7 @@ "category": "issues", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/issues/events/{event_id}": { @@ -22242,9 +22116,7 @@ "category": "issues", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/issues/{issue_number}": { @@ -22285,9 +22157,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "patch": { "summary": "Update an issue", @@ -22408,9 +22278,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/issues/{issue_number}/assignees": { @@ -22467,9 +22335,7 @@ "category": "issues", "subcategory": "assignees" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Remove assignees from an issue", @@ -24367,9 +24233,7 @@ "category": "activity", "subcategory": "notifications" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Mark repository notifications as read", @@ -25025,9 +24889,7 @@ "category": "pulls", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create a pull request", @@ -26205,9 +26067,7 @@ "category": "pulls", "subcategory": "review-requests" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Remove requested reviewers from a pull request", @@ -27061,9 +26921,7 @@ "category": "repos", "subcategory": "releases" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/releases/assets/{asset_id}": { @@ -27391,9 +27249,7 @@ "category": "repos", "subcategory": "releases" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "delete": { "summary": "Delete a release", @@ -27583,9 +27439,7 @@ } ] }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create reaction for a release", @@ -27745,9 +27599,7 @@ "category": "secret-scanning", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}": { @@ -27793,9 +27645,7 @@ "category": "secret-scanning", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "patch": { "summary": "Update a secret scanning alert", @@ -27865,9 +27715,7 @@ "githubCloudOnly": false, "category": "secret-scanning" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/stargazers": { @@ -28694,9 +28542,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/repos/{owner}/{repo}/zipball/{ref}": { @@ -28842,9 +28688,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/scim/v2/enterprises/{enterprise}/Groups": { @@ -29305,9 +29149,7 @@ "category": "search", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/search/commits": { @@ -29377,9 +29219,7 @@ "category": "search", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/search/issues": { @@ -29464,9 +29304,7 @@ "category": "search", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/search/labels": { @@ -30914,9 +30752,7 @@ "subcategory": null }, "deprecated": true, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/teams/{team_id}/repos/{owner}/{repo}": { @@ -30964,9 +30800,7 @@ "subcategory": null }, "deprecated": true, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "put": { "summary": "Add or update team repository permissions (Legacy)", @@ -31460,8 +31294,7 @@ "operationId": "users/list-gpg-keys-for-authenticated" } } - ], - "diff": { "api.github.com.json": { "type": "changed" } } + ] } }, "post": { @@ -31524,8 +31357,7 @@ "operationId": "users/create-gpg-key-for-authenticated" } } - ], - "diff": { "api.github.com.json": { "type": "changed" } } + ] } } }, @@ -31570,8 +31402,7 @@ "date": "2021-10-05", "before": { "operationId": "users/get-gpg-key-for-authenticated" } } - ], - "diff": { "api.github.com.json": { "type": "changed" } } + ] } }, "delete": { @@ -31714,9 +31545,7 @@ "category": "apps", "subcategory": "installations" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/installations/{installation_id}/repositories/{repository_id}": { @@ -31875,9 +31704,7 @@ "category": "issues", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/keys": { @@ -32268,9 +32095,7 @@ "category": "migrations", "subcategory": "users" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Start a user migration", @@ -32380,9 +32205,7 @@ "category": "migrations", "subcategory": "users" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/migrations/{migration_id}/archive": { @@ -32459,8 +32282,7 @@ "date": "2021-10-05", "before": { "operationId": "migrations/list-repos-for-user" } } - ], - "diff": { "api.github.com.json": { "type": "changed" } } + ] } } }, @@ -32675,9 +32497,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} }, "post": { "summary": "Create a repository for the authenticated user", @@ -32830,9 +32650,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/repository_invitations": { @@ -32880,9 +32698,7 @@ "category": "repos", "subcategory": "invitations" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/repository_invitations/{invitation_id}": { @@ -33008,9 +32824,7 @@ "category": "activity", "subcategory": "starring" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/starred/{owner}/{repo}": { @@ -33150,9 +32964,7 @@ "category": "activity", "subcategory": "watching" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/user/teams": { @@ -33329,9 +33141,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/events/orgs/{org}": { @@ -33374,9 +33184,7 @@ "category": "activity", "subcategory": "events" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/followers": { @@ -33580,9 +33388,7 @@ "category": "users", "subcategory": "gpg-keys" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/hovercard": { @@ -33882,9 +33688,7 @@ "category": "repos", "subcategory": null }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/starred": { @@ -33982,9 +33786,7 @@ "category": "activity", "subcategory": "watching" }, - "x-octokit": { - "diff": { "api.github.com.json": { "type": "changed" } } - } + "x-octokit": {} } }, "/users/{username}/suspended": { @@ -34021,7 +33823,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} }, "delete": { "summary": "Unsuspend a user", @@ -34056,7 +33858,7 @@ "category": "enterprise-admin", "subcategory": "users" }, - "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } } + "x-octokit": {} } }, "/zen": { @@ -34133,3443 +33935,6 @@ }, "x-octokit": {} } - }, - "/applications/grants": { - "get": { - "summary": "List your grants", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oauth-authorizations"], - "operationId": "oauth-authorizations/list-grants", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/oauth-authorizations#list-your-grants" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/applications/grants/{grant_id}": { - "get": { - "summary": "Get a single grant", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oauth-authorizations"], - "operationId": "oauth-authorizations/get-grant", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/oauth-authorizations#get-a-single-grant" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a grant", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oauth-authorizations"], - "operationId": "oauth-authorizations/delete-grant", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/oauth-authorizations#delete-a-grant" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/applications/{client_id}/token/scoped": { - "post": { - "summary": "Create a scoped access token", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/scope-token", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#create-a-scoped-access-token" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/authorizations": { - "get": { - "summary": "List your authorizations", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oauth-authorizations"], - "operationId": "oauth-authorizations/list-authorizations", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/oauth-authorizations#list-your-authorizations" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Create a new authorization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oauth-authorizations"], - "operationId": "oauth-authorizations/create-authorization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/oauth-authorizations#create-a-new-authorization" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/authorizations/clients/{client_id}": { - "put": { - "summary": "Get-or-create an authorization for a specific app", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oauth-authorizations"], - "operationId": "oauth-authorizations/get-or-create-authorization-for-app", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/authorizations/clients/{client_id}/{fingerprint}": { - "put": { - "summary": "Get-or-create an authorization for a specific app and fingerprint", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oauth-authorizations"], - "operationId": "oauth-authorizations/get-or-create-authorization-for-app-and-fingerprint", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app-and-fingerprint" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/authorizations/{authorization_id}": { - "get": { - "summary": "Get a single authorization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oauth-authorizations"], - "operationId": "oauth-authorizations/get-authorization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/oauth-authorizations#get-a-single-authorization" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete an authorization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oauth-authorizations"], - "operationId": "oauth-authorizations/delete-authorization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/oauth-authorizations#delete-an-authorization" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Update an existing authorization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oauth-authorizations"], - "operationId": "oauth-authorizations/update-authorization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/oauth-authorizations#update-an-existing-authorization" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprise-installation/{enterprise_or_org}/server-statistics": { - "get": { - "summary": "Get GitHub Enterprise Server statistics", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/get-server-statistics", - "tags": ["server-statistics", "enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#get-github-enterprise-server-statistics" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/actions/cache/usage": { - "get": { - "summary": "Get GitHub Actions cache usage for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "actions/get-actions-cache-usage-for-enterprise", - "tags": ["actions"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-github-actions-cache-usage-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/actions/oidc/customization/issuer": { - "put": { - "summary": "Set the GitHub Actions OIDC custom issuer policy for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-actions-oidc-custom-issuer-policy-for-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/actions/permissions/workflow": { - "get": { - "summary": "Get default workflow permissions for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-github-actions-default-workflow-permissions-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set default workflow permissions for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-github-actions-default-workflow-permissions-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-default-workflow-permissions-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": { - "get": { - "summary": "List organization access to a self-hosted runner group in an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#list-organization-access-to-a-self-hosted-runner-group-in-a-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set organization access for a self-hosted runner group in an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-organization-access-to-a-self-hosted-runner-group-in-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}": { - "put": { - "summary": "Add organization access to a self-hosted runner group in an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove organization access to a self-hosted runner group in an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/actions/runners/{runner_id}/labels": { - "get": { - "summary": "List labels for a self-hosted runner for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["enterprise-admin"], - "operationId": "enterprise-admin/list-labels-for-self-hosted-runner-for-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#list-labels-for-a-self-hosted-runner-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set custom labels for a self-hosted runner for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["enterprise-admin"], - "operationId": "enterprise-admin/set-custom-labels-for-self-hosted-runner-for-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Add custom labels to a self-hosted runner for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["enterprise-admin"], - "operationId": "enterprise-admin/add-custom-labels-to-self-hosted-runner-for-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove all custom labels from a self-hosted runner for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["enterprise-admin"], - "operationId": "enterprise-admin/remove-all-custom-labels-from-self-hosted-runner-for-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}": { - "delete": { - "summary": "Remove a custom label from a self-hosted runner for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["enterprise-admin"], - "operationId": "enterprise-admin/remove-custom-label-from-self-hosted-runner-for-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/secret-scanning/alerts": { - "get": { - "summary": "List secret scanning alerts for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["secret-scanning"], - "operationId": "secret-scanning/list-alerts-for-enterprise", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/settings/billing/actions": { - "get": { - "summary": "Get GitHub Actions billing for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "billing/get-github-actions-billing-ghe", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/settings/billing/advanced-security": { - "get": { - "summary": "Get GitHub Advanced Security active committers for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["billing"], - "operationId": "billing/get-github-advanced-security-billing-ghe", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#export-advanced-security-active-committers-data-for-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/settings/billing/packages": { - "get": { - "summary": "Get GitHub Packages billing for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "billing/get-github-packages-billing-ghe", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/enterprises/{enterprise}/settings/billing/shared-storage": { - "get": { - "summary": "Get shared storage billing for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "billing/get-shared-storage-billing-ghe", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/events": { - "get": { - "summary": "List public events", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["activity"], - "operationId": "activity/list-public-events", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/activity#list-public-events" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/accounts/{account_id}": { - "get": { - "summary": "Get a subscription plan for an account", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/get-subscription-plan-for-account", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#get-a-subscription-plan-for-an-account" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/plans": { - "get": { - "summary": "List plans", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-plans", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-plans" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/plans/{plan_id}/accounts": { - "get": { - "summary": "List accounts for a plan", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-accounts-for-plan", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-accounts-for-a-plan" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/stubbed/accounts/{account_id}": { - "get": { - "summary": "Get a subscription plan for an account (stubbed)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/get-subscription-plan-for-account-stubbed", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#get-a-subscription-plan-for-an-account-stubbed" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/stubbed/plans": { - "get": { - "summary": "List plans (stubbed)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-plans-stubbed", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-plans-stubbed" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/marketplace_listing/stubbed/plans/{plan_id}/accounts": { - "get": { - "summary": "List accounts for a plan (stubbed)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-accounts-for-plan-stubbed", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-accounts-for-a-plan-stubbed" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/networks/{owner}/{repo}/events": { - "get": { - "summary": "List public events for a network of repositories", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["activity"], - "operationId": "activity/list-public-events-for-repo-network", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/activity#list-public-events-for-a-network-of-repositories" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/organizations/{organization_id}/custom_roles": { - "get": { - "summary": "List custom repository roles in an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-custom-roles", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-custom-repository-roles-in-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/actions/cache/usage": { - "get": { - "summary": "Get GitHub Actions cache usage for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-actions-cache-usage-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-github-actions-cache-usage-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/actions/cache/usage-by-repository": { - "get": { - "summary": "List repositories with GitHub Actions cache usage for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-actions-cache-usage-by-repo-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#list-repositories-with-github-actions-cache-usage-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/actions/oidc/customization/sub": { - "get": { - "summary": "Get the customization template for an OIDC subject claim for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oidc"], - "operationId": "oidc/get-oidc-custom-sub-template-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set the customization template for an OIDC subject claim for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["oidc"], - "operationId": "oidc/update-oidc-custom-sub-template-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/actions/permissions/workflow": { - "get": { - "summary": "Get default workflow permissions for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-github-actions-default-workflow-permissions-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-default-workflow-permissions" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set default workflow permissions for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-github-actions-default-workflow-permissions-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-default-workflow-permissions" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories": { - "get": { - "summary": "List repository access to a self-hosted runner group in an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "actions/list-repo-access-to-self-hosted-runner-group-in-org", - "tags": ["actions"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#list-repository-access-to-a-self-hosted-runner-group-in-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set repository access for a self-hosted runner group in an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "actions/set-repo-access-to-self-hosted-runner-group-in-org", - "tags": ["actions"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-repository-access-to-a-self-hosted-runner-group-in-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}": { - "put": { - "summary": "Add repository access to a self-hosted runner group in an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "actions/add-repo-access-to-self-hosted-runner-group-in-org", - "tags": ["actions"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#add-repository-acess-to-a-self-hosted-runner-group-in-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove repository access to a self-hosted runner group in an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "actions/remove-repo-access-to-self-hosted-runner-group-in-org", - "tags": ["actions"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners": { - "get": { - "summary": "List self-hosted runners in a group for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "actions/list-self-hosted-runners-in-group-for-org", - "tags": ["actions"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#list-self-hosted-runners-in-a-group-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set self-hosted runners in a group for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "actions/set-self-hosted-runners-in-group-for-org", - "tags": ["actions"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-self-hosted-runners-in-a-group-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/actions/runners/{runner_id}/labels": { - "get": { - "summary": "List labels for a self-hosted runner for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/list-labels-for-self-hosted-runner-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#list-labels-for-a-self-hosted-runner-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set custom labels for a self-hosted runner for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-custom-labels-for-self-hosted-runner-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-custom-labels-for-a-self-hosted-runner-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Add custom labels to a self-hosted runner for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/add-custom-labels-to-self-hosted-runner-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#add-custom-labels-to-a-self-hosted-runner-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove all custom labels from a self-hosted runner for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/remove-all-custom-labels-from-self-hosted-runner-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/actions/runners/{runner_id}/labels/{name}": { - "delete": { - "summary": "Remove a custom label from a self-hosted runner for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/remove-custom-label-from-self-hosted-runner-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/blocks": { - "get": { - "summary": "List users blocked by an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-blocked-users", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-users-blocked-by-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/blocks/{username}": { - "get": { - "summary": "Check if a user is blocked by an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/check-blocked-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#check-if-a-user-is-blocked-by-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Block a user from an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/block-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#block-a-user-from-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Unblock a user from an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/unblock-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#unblock-a-user-from-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/code-scanning/alerts": { - "get": { - "summary": "List code scanning alerts for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["code-scanning"], - "operationId": "code-scanning/list-alerts-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-by-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/codespaces": { - "get": { - "summary": "List codespaces for the organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-in-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-in-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/credential-authorizations": { - "get": { - "summary": "List SAML SSO authorizations for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-saml-sso-authorizations", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-saml-sso-authorizations-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/credential-authorizations/{credential_id}": { - "delete": { - "summary": "Remove a SAML SSO authorization for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/remove-saml-sso-authorization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#remove-a-saml-sso-authorization-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/dependabot/secrets": { - "get": { - "summary": "List organization secrets", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/list-org-secrets", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#list-organization-secrets" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/dependabot/secrets/public-key": { - "get": { - "summary": "Get an organization public key", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/get-org-public-key", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#get-an-organization-public-key" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/dependabot/secrets/{secret_name}": { - "get": { - "summary": "Get an organization secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/get-org-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#get-an-organization-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Create or update an organization secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/create-or-update-org-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#create-or-update-an-organization-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete an organization secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/delete-org-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#delete-an-organization-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/dependabot/secrets/{secret_name}/repositories": { - "get": { - "summary": "List selected repositories for an organization secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/list-selected-repos-for-org-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#list-selected-repositories-for-an-organization-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set selected repositories for an organization secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/set-selected-repos-for-org-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#set-selected-repositories-for-an-organization-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}": { - "put": { - "summary": "Add selected repository to an organization secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/add-selected-repo-to-org-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#add-selected-repository-to-an-organization-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove selected repository from an organization secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/remove-selected-repo-from-org-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#remove-selected-repository-from-an-organization-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/events": { - "get": { - "summary": "List public organization events", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["activity"], - "operationId": "activity/list-public-org-events", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/activity#list-public-organization-events" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/failed_invitations": { - "get": { - "summary": "List failed organization invitations", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-failed-invitations", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-failed-organization-invitations" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/interaction-limits": { - "get": { - "summary": "Get interaction restrictions for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/get-restrictions-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set interaction restrictions for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/set-restrictions-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove interaction restrictions for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/remove-restrictions-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/invitations": { - "get": { - "summary": "List pending organization invitations", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-pending-invitations", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-pending-organization-invitations" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Create an organization invitation", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/create-invitation", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#create-an-organization-invitation" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/invitations/{invitation_id}": { - "delete": { - "summary": "Cancel an organization invitation", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/cancel-invitation", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#cancel-an-organization-invitation" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/invitations/{invitation_id}/teams": { - "get": { - "summary": "List organization invitation teams", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-invitation-teams", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-organization-invitation-teams" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/members/{username}/codespaces/{codespace_name}": { - "delete": { - "summary": "Delete a codespace from the organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/delete-from-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": { - "post": { - "summary": "Stop a codespace for an organization user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/stop-in-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/migrations/{migration_id}/archive": { - "get": { - "summary": "Download an organization migration archive", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/download-archive-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#download-an-organization-migration-archive" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete an organization migration archive", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/delete-archive-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#delete-an-organization-migration-archive" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock": { - "delete": { - "summary": "Unlock an organization repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/unlock-repo-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#unlock-an-organization-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/migrations/{migration_id}/repositories": { - "get": { - "summary": "List repositories in an organization migration", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/list-repos-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#list-repositories-in-an-organization-migration" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages": { - "get": { - "summary": "List packages for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/list-packages-for-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#list-packages-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages/{package_type}/{package_name}": { - "get": { - "summary": "Get a package for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-for-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a package for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages/{package_type}/{package_name}/restore": { - "post": { - "summary": "Restore a package for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages/{package_type}/{package_name}/versions": { - "get": { - "summary": "Get all package versions for a package owned by an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-all-package-versions-for-package-owned-by-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}": { - "get": { - "summary": "Get a package version for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-version-for-organization", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete package version for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-version-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - "post": { - "summary": "Restore package version for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-version-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/public_members": { - "get": { - "summary": "List public organization members", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/list-public-members", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#list-public-organization-members" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/public_members/{username}": { - "get": { - "summary": "Check public organization membership for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/check-public-membership-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#check-public-organization-membership-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set public organization membership for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/set-public-membership-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#set-public-organization-membership-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove public organization membership for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["orgs"], - "operationId": "orgs/remove-public-membership-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/orgs#remove-public-organization-membership-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/secret-scanning/alerts": { - "get": { - "summary": "List secret scanning alerts for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["secret-scanning"], - "operationId": "secret-scanning/list-alerts-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/settings/billing/actions": { - "get": { - "summary": "Get GitHub Actions billing for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "billing/get-github-actions-billing-org", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/settings/billing/advanced-security": { - "get": { - "summary": "Get GitHub Advanced Security active committers for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["billing"], - "operationId": "billing/get-github-advanced-security-billing-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-advanced-security-active-committers-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/settings/billing/packages": { - "get": { - "summary": "Get GitHub Packages billing for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "billing/get-github-packages-billing-org", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/settings/billing/shared-storage": { - "get": { - "summary": "Get shared storage billing for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "billing/get-shared-storage-billing-org", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/team-sync/groups": { - "get": { - "summary": "List IdP groups for an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-idp-groups-for-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-idp-groups-for-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/teams/{team_slug}/invitations": { - "get": { - "summary": "List pending team invitations", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-pending-invitations-in-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-pending-team-invitations" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/orgs/{org}/teams/{team_slug}/team-sync/group-mappings": { - "get": { - "summary": "List IdP groups for a team", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-idp-groups-in-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-idp-groups-for-a-team" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Create or update IdP group connections", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/create-or-update-idp-group-connections-in-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#create-or-update-idp-group-connections" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/cache/usage": { - "get": { - "summary": "Get GitHub Actions cache usage for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-actions-cache-usage", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-github-actions-cache-usage-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/caches": { - "get": { - "summary": "List GitHub Actions caches for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-actions-cache-list", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete GitHub Actions caches for a repository (using a cache key)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/delete-actions-cache-by-key", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/caches/{cache_id}": { - "delete": { - "summary": "Delete a GitHub Actions cache for a repository (using a cache ID)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/delete-actions-cache-by-id", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": { - "post": { - "summary": "Re-run a job from a workflow run", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/re-run-job-for-workflow-run", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#re-run-job-for-workflow-run" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/oidc/customization/sub": { - "get": { - "summary": "Get the opt-out flag of an OIDC subject claim customization for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-custom-oidc-sub-claim-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/oidc#get-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set the opt-out flag of an OIDC subject claim customization for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-custom-oidc-sub-claim-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/actions/oidc#set-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/permissions/access": { - "get": { - "summary": "Get the level of access for workflows outside of the repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-workflow-access-to-repository", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-workflow-access-level-to-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set the level of access for workflows outside of the repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-workflow-access-to-repository", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-workflow-access-to-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/permissions/workflow": { - "get": { - "summary": "Get default workflow permissions for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-github-actions-default-workflow-permissions-repository", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set default workflow permissions for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-github-actions-default-workflow-permissions-repository", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-default-workflow-permissions-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels": { - "get": { - "summary": "List labels for a self-hosted runner for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/list-labels-for-self-hosted-runner-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#list-labels-for-a-self-hosted-runner-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set custom labels for a self-hosted runner for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/set-custom-labels-for-self-hosted-runner-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#set-custom-labels-for-a-self-hosted-runner-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Add custom labels to a self-hosted runner for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/add-custom-labels-to-self-hosted-runner-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#add-custom-labels-to-a-self-hosted-runner-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove all custom labels from a self-hosted runner for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/remove-all-custom-labels-from-self-hosted-runner-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}": { - "delete": { - "summary": "Remove a custom label from a self-hosted runner for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/remove-custom-label-from-self-hosted-runner-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/runs/{run_id}/approvals": { - "get": { - "summary": "Get the review history for a workflow run", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-reviews-for-run", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-the-review-history-for-a-workflow-run" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/runs/{run_id}/approve": { - "post": { - "summary": "Approve a workflow run for a fork pull request", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/approve-workflow-run", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#approve-a-workflow-run-for-a-fork-pull-request" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments": { - "get": { - "summary": "Get pending deployments for a workflow run", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-pending-deployments-for-run", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-pending-deployments-for-a-workflow-run" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Review pending deployments for a workflow run", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/review-pending-deployments-for-run", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#review-pending-deployments-for-a-workflow-run" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": { - "post": { - "summary": "Re-run failed jobs from a workflow run", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/re-run-workflow-failed-jobs", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#re-run-workflow-failed-jobs" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/automated-security-fixes": { - "put": { - "summary": "Enable automated security fixes", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/enable-automated-security-fixes", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#enable-automated-security-fixes" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Disable automated security fixes", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/disable-automated-security-fixes", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#disable-automated-security-fixes" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/branches/{branch}/rename": { - "post": { - "summary": "Rename a branch", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/rename-branch", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#rename-a-branch" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces": { - "get": { - "summary": "List codespaces in a repository for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-in-repository-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Create a codespace in a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/create-with-repo-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-in-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces/devcontainers": { - "get": { - "summary": "List devcontainer configurations in a repository for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-devcontainers-in-repository-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-devcontainers-in-a-repository-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces/machines": { - "get": { - "summary": "List available machine types for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/repo-machines-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-available-machine-types-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces/secrets": { - "get": { - "summary": "List repository secrets", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-repo-secrets", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-repository-secrets" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces/secrets/public-key": { - "get": { - "summary": "Get a repository public key", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-repo-public-key", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#get-a-repository-public-key" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}": { - "get": { - "summary": "Get a repository secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-repo-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#get-a-repository-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Create or update a repository secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/create-or-update-repo-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#create-or-update-a-repository-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a repository secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/delete-repo-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#delete-a-repository-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/community/profile": { - "get": { - "summary": "Get community profile metrics", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-community-profile-metrics", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-community-profile-metrics" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/dependabot/secrets": { - "get": { - "summary": "List repository secrets", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/list-repo-secrets", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#list-repository-secrets" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/dependabot/secrets/public-key": { - "get": { - "summary": "Get a repository public key", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/get-repo-public-key", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#get-a-repository-public-key" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}": { - "get": { - "summary": "Get a repository secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/get-repo-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#get-a-repository-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Create or update a repository secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/create-or-update-repo-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#create-or-update-a-repository-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a repository secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependabot"], - "operationId": "dependabot/delete-repo-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependabot#delete-a-repository-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}": { - "get": { - "summary": "Get a diff of the dependencies between commits", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependency-graph"], - "operationId": "dependency-graph/diff-range", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependency-graph#get-a-diff-of-the-dependencies-between-commits" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/dependency-graph/snapshots": { - "post": { - "summary": "Create a snapshot of dependencies for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["dependency-graph"], - "operationId": "dependency-graph/create-repository-snapshot", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/dependency-graph#create-a-snapshot-of-dependencies-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/import": { - "get": { - "summary": "Get an import status", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/get-import-status", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#get-an-import-status" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Start an import", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/start-import", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#start-an-import" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Cancel an import", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/cancel-import", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#cancel-an-import" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Update an import", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/update-import", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#update-an-import" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/import/authors": { - "get": { - "summary": "Get commit authors", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/get-commit-authors", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#get-commit-authors" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/import/authors/{author_id}": { - "patch": { - "summary": "Map a commit author", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/map-commit-author", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#map-a-commit-author" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/import/large_files": { - "get": { - "summary": "Get large files", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/get-large-files", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#get-large-files" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/import/lfs": { - "patch": { - "summary": "Update Git LFS preference", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/set-lfs-preference", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#update-git-lfs-preference" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/interaction-limits": { - "get": { - "summary": "Get interaction restrictions for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/get-restrictions-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set interaction restrictions for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/set-restrictions-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove interaction restrictions for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/remove-restrictions-for-repo", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/pages/health": { - "get": { - "summary": "Get a DNS health check for GitHub Pages", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-pages-health-check", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-a-dns-health-check-for-github-pages" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/pulls/{pull_number}/codespaces": { - "post": { - "summary": "Create a codespace from a pull request", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/create-with-pr-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-from-a-pull-request" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/releases/generate-notes": { - "post": { - "summary": "Generate release notes content for a release", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/generate-release-notes", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#generate-release-notes" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations": { - "get": { - "summary": "List locations for a secret scanning alert", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["secret-scanning"], - "operationId": "secret-scanning/list-locations-for-alert", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/secret-scanning#list-locations-for-a-secret-scanning-alert" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/tags/protection": { - "get": { - "summary": "List tag protection states for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/list-tag-protection", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#list-tag-protection-state-of-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Create a tag protection state for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/create-tag-protection", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#create-tag-protection-state-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}": { - "delete": { - "summary": "Delete a tag protection state for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/delete-tag-protection", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#delete-tag-protection-state-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/traffic/clones": { - "get": { - "summary": "Get repository clones", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-clones", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-repository-clones" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/traffic/popular/paths": { - "get": { - "summary": "Get top referral paths", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-top-paths", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-top-referral-paths" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/traffic/popular/referrers": { - "get": { - "summary": "Get top referral sources", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-top-referrers", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-top-referral-sources" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/traffic/views": { - "get": { - "summary": "Get page views", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/get-views", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#get-page-views" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repos/{owner}/{repo}/vulnerability-alerts": { - "get": { - "summary": "Check if vulnerability alerts are enabled for a repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/check-vulnerability-alerts", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Enable vulnerability alerts", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/enable-vulnerability-alerts", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#enable-vulnerability-alerts" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Disable vulnerability alerts", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/disable-vulnerability-alerts", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#disable-vulnerability-alerts" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repositories": { - "get": { - "summary": "List public repositories", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["repos"], - "operationId": "repos/list-public", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/repos#list-public-repositories" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repositories/{repository_id}/environments/{environment_name}/secrets": { - "get": { - "summary": "List environment secrets", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/list-environment-secrets", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#list-environment-secrets" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key": { - "get": { - "summary": "Get an environment public key", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-environment-public-key", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-an-environment-public-key" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": { - "get": { - "summary": "Get an environment secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/get-environment-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#get-an-environment-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Create or update an environment secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/create-or-update-environment-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#create-or-update-an-environment-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete an environment secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["actions"], - "operationId": "actions/delete-environment-secret", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/actions#delete-an-environment-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/scim/v2/enterprises/{enterprise}/Users": { - "get": { - "summary": "List SCIM provisioned identities for an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/list-provisioned-identities-enterprise", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#list-scim-provisioned-identities-for-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Provision and invite a SCIM enterprise user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/provision-and-invite-enterprise-user", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#provision-and-invite-a-scim-enterprise-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}": { - "get": { - "summary": "Get SCIM provisioning information for an enterprise user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/get-provisioning-information-for-enterprise-user", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#get-scim-provisioning-information-for-an-enterprise-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set SCIM information for a provisioned enterprise user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/set-information-for-provisioned-enterprise-user", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#set-scim-information-for-a-provisioned-enterprise-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a SCIM user from an enterprise", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/delete-user-from-enterprise", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#delete-a-scim-user-from-an-enterprise" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Update an attribute for a SCIM enterprise user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "enterprise-admin/update-attribute-for-enterprise-user", - "tags": ["enterprise-admin"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/enterprise-admin#update-an-attribute-for-a-scim-enterprise-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/scim/v2/organizations/{org}/Users": { - "get": { - "summary": "List SCIM provisioned identities", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/list-provisioned-identities", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#list-scim-provisioned-identities" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Provision and invite a SCIM user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/provision-and-invite-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#provision-and-invite-a-scim-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/scim/v2/organizations/{org}/Users/{scim_user_id}": { - "get": { - "summary": "Get SCIM provisioning information for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/get-provisioning-information-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#get-scim-provisioning-information-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Update a provisioned organization membership", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/set-information-for-provisioned-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#set-scim-information-for-a-provisioned-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a SCIM user from an organization", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/delete-user-from-org", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#delete-a-scim-user-from-an-organization" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Update an attribute for a SCIM user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["scim"], - "operationId": "scim/update-attribute-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/scim#update-an-attribute-for-a-scim-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions": { - "get": { - "summary": "List reactions for a team discussion comment (Legacy)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["reactions"], - "operationId": "reactions/list-for-team-discussion-comment-legacy", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/reactions/#list-reactions-for-a-team-discussion-comment-legacy" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Create reaction for a team discussion comment (Legacy)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["reactions"], - "operationId": "reactions/create-for-team-discussion-comment-legacy", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/reactions/#create-reaction-for-a-team-discussion-comment-legacy" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/teams/{team_id}/discussions/{discussion_number}/reactions": { - "get": { - "summary": "List reactions for a team discussion (Legacy)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["reactions"], - "operationId": "reactions/list-for-team-discussion-legacy", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/reactions/#list-reactions-for-a-team-discussion-legacy" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Create reaction for a team discussion (Legacy)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["reactions"], - "operationId": "reactions/create-for-team-discussion-legacy", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/reactions/#create-reaction-for-a-team-discussion-legacy" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/teams/{team_id}/invitations": { - "get": { - "summary": "List pending team invitations (Legacy)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-pending-invitations-legacy", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-pending-team-invitations-legacy" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/teams/{team_id}/team-sync/group-mappings": { - "get": { - "summary": "List IdP groups for a team (Legacy)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/list-idp-groups-for-legacy", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#list-idp-groups-for-a-team-legacy" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Create or update IdP group connections (Legacy)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["teams"], - "operationId": "teams/create-or-update-idp-group-connections-legacy", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/teams#create-or-update-idp-group-connections-legacy" - }, - "deprecated": true, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/blocks": { - "get": { - "summary": "List users blocked by the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/list-blocked-by-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#list-users-blocked-by-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/blocks/{username}": { - "get": { - "summary": "Check if a user is blocked by the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/check-blocked", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#check-if-a-user-is-blocked-by-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Block a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/block", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#block-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Unblock a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/unblock", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#unblock-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces": { - "get": { - "summary": "List codespaces for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-codespaces-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Create a codespace for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/create-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/secrets": { - "get": { - "summary": "List secrets for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-secrets-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-secrets-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/secrets/public-key": { - "get": { - "summary": "Get public key for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-public-key-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#get-public-key-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/secrets/{secret_name}": { - "get": { - "summary": "Get a secret for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#get-a-secret-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Create or update a secret for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/create-or-update-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#create-or-update-a-secret-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a secret for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/delete-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#delete-a-secret-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/secrets/{secret_name}/repositories": { - "get": { - "summary": "List selected repositories for a user secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/list-repositories-for-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-selected-repositories-for-a-user-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set selected repositories for a user secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/set-repositories-for-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#set-selected-repositories-for-a-user-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}": { - "put": { - "summary": "Add a selected repository to a user secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/add-repository-for-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#add-a-selected-repository-to-a-user-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove a selected repository from a user secret", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/remove-repository-for-secret-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#remove-a-selected-repository-from-a-user-secret" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}": { - "get": { - "summary": "Get a codespace for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#get-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a codespace for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/delete-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#delete-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "patch": { - "summary": "Update a codespace for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/update-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#update-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}/exports": { - "post": { - "summary": "Export a codespace for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/export-for-authenticated-user", - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}/exports/{export_id}": { - "get": { - "summary": "Get details about a codespace export", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/get-export-details-for-authenticated-user", - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}/machines": { - "get": { - "summary": "List machine types for a codespace", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/codespace-machines-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#list-machine-types-for-a-codespace" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}/start": { - "post": { - "summary": "Start a codespace for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/start-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#start-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/codespaces/{codespace_name}/stop": { - "post": { - "summary": "Stop a codespace for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["codespaces"], - "operationId": "codespaces/stop-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/codespaces#stop-a-codespace-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/email/visibility": { - "patch": { - "summary": "Set primary email visibility for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/set-primary-email-visibility-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#set-primary-email-visibility-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/emails": { - "get": { - "summary": "List email addresses for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/list-emails-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#list-email-addresses-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "post": { - "summary": "Add an email address for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/add-email-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#add-an-email-address-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete an email address for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/delete-email-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#delete-an-email-address-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/interaction-limits": { - "get": { - "summary": "Get interaction restrictions for your public repositories", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/get-restrictions-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-your-public-repositories" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "put": { - "summary": "Set interaction restrictions for your public repositories", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/set-restrictions-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-your-public-repositories" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Remove interaction restrictions from your public repositories", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["interactions"], - "operationId": "interactions/remove-restrictions-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-from-your-public-repositories" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/marketplace_purchases": { - "get": { - "summary": "List subscriptions for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-subscriptions-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-subscriptions-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/marketplace_purchases/stubbed": { - "get": { - "summary": "List subscriptions for the authenticated user (stubbed)", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["apps"], - "operationId": "apps/list-subscriptions-for-authenticated-user-stubbed", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/apps#list-subscriptions-for-the-authenticated-user-stubbed" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/migrations/{migration_id}": { - "get": { - "summary": "Get a user migration status", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/get-status-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#get-a-user-migration-status" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/migrations/{migration_id}/repos/{repo_name}/lock": { - "delete": { - "summary": "Unlock a user repository", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["migrations"], - "operationId": "migrations/unlock-repo-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/migrations#unlock-a-user-repository" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages": { - "get": { - "summary": "List packages for the authenticated user's namespace", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/list-packages-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#list-packages-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages/{package_type}/{package_name}": { - "get": { - "summary": "Get a package for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a package for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages/{package_type}/{package_name}/restore": { - "post": { - "summary": "Restore a package for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages/{package_type}/{package_name}/versions": { - "get": { - "summary": "Get all package versions for a package owned by the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages/{package_type}/{package_name}/versions/{package_version_id}": { - "get": { - "summary": "Get a package version for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-version-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a package version for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-version-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - "post": { - "summary": "Restore a package version for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-version-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/user/public_emails": { - "get": { - "summary": "List public email addresses for the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["users"], - "operationId": "users/list-public-emails-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/users#list-public-email-addresses-for-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/events/public": { - "get": { - "summary": "List public events for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["activity"], - "operationId": "activity/list-public-events-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/activity#list-public-events-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages": { - "get": { - "summary": "List packages for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/list-packages-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#list-packages-for-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages/{package_type}/{package_name}": { - "get": { - "summary": "Get a package for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete a package for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages/{package_type}/{package_name}/restore": { - "post": { - "summary": "Restore a package for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages/{package_type}/{package_name}/versions": { - "get": { - "summary": "Get all package versions for a package owned by a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-all-package-versions-for-package-owned-by-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}": { - "get": { - "summary": "Get a package version for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/get-package-version-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - }, - "delete": { - "summary": "Delete package version for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/delete-package-version-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - "post": { - "summary": "Restore package version for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["packages"], - "operationId": "packages/restore-package-version-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/received_events": { - "get": { - "summary": "List events received by the authenticated user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["activity"], - "operationId": "activity/list-received-events-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/activity#list-events-received-by-the-authenticated-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/received_events/public": { - "get": { - "summary": "List public events received by a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "tags": ["activity"], - "operationId": "activity/list-received-public-events-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/activity#list-public-events-received-by-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/settings/billing/actions": { - "get": { - "summary": "Get GitHub Actions billing for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "billing/get-github-actions-billing-user", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/settings/billing/packages": { - "get": { - "summary": "Get GitHub Packages billing for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "billing/get-github-packages-billing-user", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } - }, - "/users/{username}/settings/billing/shared-storage": { - "get": { - "summary": "Get shared storage billing for a user", - "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json", - "operationId": "billing/get-shared-storage-billing-user", - "tags": ["billing"], - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-a-user" - }, - "x-octokit": { "api.github.com.json": "removed" }, - "responses": { "501": { "description": "Not Implemented" } } - } } }, "components": { diff --git a/packages/openapi-types-ghes-3.2/package.json b/packages/openapi-types-ghes-3.2/package.json index 7a0d5e8bf..9587189ff 100644 --- a/packages/openapi-types-ghes-3.2/package.json +++ b/packages/openapi-types-ghes-3.2/package.json @@ -12,5 +12,5 @@ "types": "types.d.ts", "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", - "octokit": { "openapi-version": "6.3.0" } + "octokit": { "openapi-version": "6.3.1" } } diff --git a/packages/openapi-types-ghes-3.3/package.json b/packages/openapi-types-ghes-3.3/package.json index c6abca73e..65f29cec4 100644 --- a/packages/openapi-types-ghes-3.3/package.json +++ b/packages/openapi-types-ghes-3.3/package.json @@ -12,5 +12,5 @@ "types": "types.d.ts", "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", - "octokit": { "openapi-version": "6.3.0" } + "octokit": { "openapi-version": "6.3.1" } } diff --git a/packages/openapi-types-ghes-3.4/package.json b/packages/openapi-types-ghes-3.4/package.json index 152aabbf3..8e048960b 100644 --- a/packages/openapi-types-ghes-3.4/package.json +++ b/packages/openapi-types-ghes-3.4/package.json @@ -12,5 +12,5 @@ "types": "types.d.ts", "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", - "octokit": { "openapi-version": "6.3.0" } + "octokit": { "openapi-version": "6.3.1" } } diff --git a/packages/openapi-types-ghes-3.5/package.json b/packages/openapi-types-ghes-3.5/package.json index 11abad7b5..c9bbffa96 100644 --- a/packages/openapi-types-ghes-3.5/package.json +++ b/packages/openapi-types-ghes-3.5/package.json @@ -12,5 +12,5 @@ "types": "types.d.ts", "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", - "octokit": { "openapi-version": "6.3.0" } + "octokit": { "openapi-version": "6.3.1" } } diff --git a/packages/openapi-types-ghes-3.5/types.d.ts b/packages/openapi-types-ghes-3.5/types.d.ts index a2ea76dc7..a8c6411d7 100644 --- a/packages/openapi-types-ghes-3.5/types.d.ts +++ b/packages/openapi-types-ghes-3.5/types.d.ts @@ -5256,580 +5256,6 @@ export interface paths { */ get: operations["repos/compare-commits"]; }; - "/enterprise-installation/{enterprise_or_org}/server-statistics": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["enterprise-admin/get-server-statistics"]; - }; - "/enterprises/{enterprise}/actions/oidc/customization/issuer": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["actions/set-actions-oidc-custom-issuer-policy-for-enterprise"]; - }; - "/enterprises/{enterprise}/actions/permissions/workflow": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["actions/get-github-actions-default-workflow-permissions-enterprise"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["actions/set-github-actions-default-workflow-permissions-enterprise"]; - }; - "/enterprises/{enterprise}/settings/billing/actions": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["billing/get-github-actions-billing-ghe"]; - }; - "/enterprises/{enterprise}/settings/billing/packages": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["billing/get-github-packages-billing-ghe"]; - }; - "/enterprises/{enterprise}/settings/billing/shared-storage": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["billing/get-shared-storage-billing-ghe"]; - }; - "/marketplace_listing/accounts/{account_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["apps/get-subscription-plan-for-account"]; - }; - "/marketplace_listing/plans": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["apps/list-plans"]; - }; - "/marketplace_listing/plans/{plan_id}/accounts": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["apps/list-accounts-for-plan"]; - }; - "/marketplace_listing/stubbed/accounts/{account_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["apps/get-subscription-plan-for-account-stubbed"]; - }; - "/marketplace_listing/stubbed/plans": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["apps/list-plans-stubbed"]; - }; - "/marketplace_listing/stubbed/plans/{plan_id}/accounts": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["apps/list-accounts-for-plan-stubbed"]; - }; - "/orgs/{org}/actions/oidc/customization/sub": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["oidc/get-oidc-custom-sub-template-for-org"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["oidc/update-oidc-custom-sub-template-for-org"]; - }; - "/orgs/{org}/blocks": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["orgs/list-blocked-users"]; - }; - "/orgs/{org}/blocks/{username}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["orgs/check-blocked-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["orgs/block-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["orgs/unblock-user"]; - }; - "/orgs/{org}/codespaces": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/list-in-organization"]; - }; - "/orgs/{org}/credential-authorizations": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["orgs/list-saml-sso-authorizations"]; - }; - "/orgs/{org}/credential-authorizations/{credential_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["orgs/remove-saml-sso-authorization"]; - }; - "/orgs/{org}/external-group/{group_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["teams/external-idp-group-info-for-org"]; - }; - "/orgs/{org}/external-groups": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["teams/list-external-idp-groups-for-org"]; - }; - "/orgs/{org}/failed_invitations": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["orgs/list-failed-invitations"]; - }; - "/orgs/{org}/interaction-limits": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["interactions/get-restrictions-for-org"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["interactions/set-restrictions-for-org"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["interactions/remove-restrictions-for-org"]; - }; - "/orgs/{org}/invitations": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["orgs/list-pending-invitations"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["orgs/create-invitation"]; - }; - "/orgs/{org}/invitations/{invitation_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["orgs/cancel-invitation"]; - }; - "/orgs/{org}/invitations/{invitation_id}/teams": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["orgs/list-invitation-teams"]; - }; - "/orgs/{org}/members/{username}/codespaces/{codespace_name}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["codespaces/delete-from-organization"]; - }; - "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["codespaces/stop-in-organization"]; - }; - "/orgs/{org}/migrations/{migration_id}/archive": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["migrations/download-archive-for-org"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["migrations/delete-archive-for-org"]; - }; - "/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["migrations/unlock-repo-for-org"]; - }; - "/orgs/{org}/migrations/{migration_id}/repositories": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["migrations/list-repos-for-org"]; - }; - "/orgs/{org}/packages": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/list-packages-for-organization"]; - }; - "/orgs/{org}/packages/{package_type}/{package_name}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/get-package-for-organization"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-for-org"]; - }; - "/orgs/{org}/packages/{package_type}/{package_name}/restore": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-for-org"]; - }; - "/orgs/{org}/packages/{package_type}/{package_name}/versions": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/get-all-package-versions-for-package-owned-by-org"]; - }; - "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/get-package-version-for-organization"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-version-for-org"]; - }; - "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-version-for-org"]; - }; - "/orgs/{org}/settings/billing/actions": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["billing/get-github-actions-billing-org"]; - }; - "/orgs/{org}/settings/billing/packages": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["billing/get-github-packages-billing-org"]; - }; - "/orgs/{org}/settings/billing/shared-storage": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["billing/get-shared-storage-billing-org"]; - }; - "/orgs/{org}/team-sync/groups": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["teams/list-idp-groups-for-org"]; - }; - "/orgs/{org}/teams/{team_slug}/external-groups": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["teams/list-linked-external-idp-groups-to-team-for-org"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["teams/unlink-external-idp-group-from-team-for-org"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - patch: operations["teams/link-external-idp-group-to-team-for-org"]; - }; - "/orgs/{org}/teams/{team_slug}/invitations": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["teams/list-pending-invitations-in-org"]; - }; - "/orgs/{org}/teams/{team_slug}/team-sync/group-mappings": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["teams/list-idp-groups-in-org"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - patch: operations["teams/create-or-update-idp-group-connections-in-org"]; - }; - "/repos/{owner}/{repo}/actions/caches": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["actions/get-actions-cache-list"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["actions/delete-actions-cache-by-key"]; - }; - "/repos/{owner}/{repo}/actions/caches/{cache_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["actions/delete-actions-cache-by-id"]; - }; - "/repos/{owner}/{repo}/actions/oidc/customization/sub": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["actions/get-custom-oidc-sub-claim-for-repo"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["actions/set-custom-oidc-sub-claim-for-repo"]; - }; - "/repos/{owner}/{repo}/actions/permissions/workflow": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["actions/get-github-actions-default-workflow-permissions-repository"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["actions/set-github-actions-default-workflow-permissions-repository"]; - }; - "/repos/{owner}/{repo}/actions/runs/{run_id}/approve": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["actions/approve-workflow-run"]; - }; - "/repos/{owner}/{repo}/actions/runs/{run_id}/timing": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["actions/get-workflow-run-usage"]; - }; - "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["actions/get-workflow-usage"]; - }; - "/repos/{owner}/{repo}/automated-security-fixes": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["repos/enable-automated-security-fixes"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["repos/disable-automated-security-fixes"]; - }; - "/repos/{owner}/{repo}/codespaces": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/list-in-repository-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["codespaces/create-with-repo-for-authenticated-user"]; - }; - "/repos/{owner}/{repo}/codespaces/devcontainers": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/list-devcontainers-in-repository-for-authenticated-user"]; - }; - "/repos/{owner}/{repo}/codespaces/machines": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/repo-machines-for-authenticated-user"]; - }; - "/repos/{owner}/{repo}/codespaces/secrets": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/list-repo-secrets"]; - }; - "/repos/{owner}/{repo}/codespaces/secrets/public-key": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/get-repo-public-key"]; - }; - "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/get-repo-secret"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["codespaces/create-or-update-repo-secret"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["codespaces/delete-repo-secret"]; - }; - "/repos/{owner}/{repo}/community/profile": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["repos/get-community-profile-metrics"]; - }; - "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["dependency-graph/diff-range"]; - }; - "/repos/{owner}/{repo}/dependency-graph/snapshots": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["dependency-graph/create-repository-snapshot"]; - }; - "/repos/{owner}/{repo}/import": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["migrations/get-import-status"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["migrations/start-import"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["migrations/cancel-import"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - patch: operations["migrations/update-import"]; - }; - "/repos/{owner}/{repo}/import/authors": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["migrations/get-commit-authors"]; - }; - "/repos/{owner}/{repo}/import/authors/{author_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - patch: operations["migrations/map-commit-author"]; - }; - "/repos/{owner}/{repo}/import/large_files": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["migrations/get-large-files"]; - }; - "/repos/{owner}/{repo}/import/lfs": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - patch: operations["migrations/set-lfs-preference"]; - }; - "/repos/{owner}/{repo}/interaction-limits": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["interactions/get-restrictions-for-repo"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["interactions/set-restrictions-for-repo"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["interactions/remove-restrictions-for-repo"]; - }; - "/repos/{owner}/{repo}/pages/health": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["repos/get-pages-health-check"]; - }; - "/repos/{owner}/{repo}/pulls/{pull_number}/codespaces": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["codespaces/create-with-pr-for-authenticated-user"]; - }; - "/repos/{owner}/{repo}/traffic/clones": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["repos/get-clones"]; - }; - "/repos/{owner}/{repo}/traffic/popular/paths": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["repos/get-top-paths"]; - }; - "/repos/{owner}/{repo}/traffic/popular/referrers": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["repos/get-top-referrers"]; - }; - "/repos/{owner}/{repo}/traffic/views": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["repos/get-views"]; - }; - "/repos/{owner}/{repo}/vulnerability-alerts": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["repos/check-vulnerability-alerts"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["repos/enable-vulnerability-alerts"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["repos/disable-vulnerability-alerts"]; - }; - "/scim/v2/enterprises/{enterprise}/Groups": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["enterprise-admin/list-provisioned-groups-enterprise"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["enterprise-admin/provision-and-invite-enterprise-group"]; - }; - "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["enterprise-admin/get-provisioning-information-for-enterprise-group"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["enterprise-admin/set-information-for-provisioned-enterprise-group"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["enterprise-admin/delete-scim-group-from-enterprise"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - patch: operations["enterprise-admin/update-attribute-for-enterprise-group"]; - }; - "/scim/v2/enterprises/{enterprise}/Users": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["enterprise-admin/list-provisioned-identities-enterprise"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["enterprise-admin/provision-and-invite-enterprise-user"]; - }; - "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["enterprise-admin/get-provisioning-information-for-enterprise-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["enterprise-admin/set-information-for-provisioned-enterprise-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["enterprise-admin/delete-user-from-enterprise"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - patch: operations["enterprise-admin/update-attribute-for-enterprise-user"]; - }; - "/scim/v2/organizations/{org}/Users": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["scim/list-provisioned-identities"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["scim/provision-and-invite-user"]; - }; - "/scim/v2/organizations/{org}/Users/{scim_user_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["scim/get-provisioning-information-for-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["scim/set-information-for-provisioned-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["scim/delete-user-from-org"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - patch: operations["scim/update-attribute-for-user"]; - }; - "/teams/{team_id}/invitations": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["teams/list-pending-invitations-legacy"]; - }; - "/teams/{team_id}/team-sync/group-mappings": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["teams/list-idp-groups-for-legacy"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - patch: operations["teams/create-or-update-idp-group-connections-legacy"]; - }; - "/user/blocks": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["users/list-blocked-by-authenticated-user"]; - }; - "/user/blocks/{username}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["users/check-blocked"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["users/block"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["users/unblock"]; - }; - "/user/codespaces": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/list-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["codespaces/create-for-authenticated-user"]; - }; - "/user/codespaces/secrets": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/list-secrets-for-authenticated-user"]; - }; - "/user/codespaces/secrets/public-key": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/get-public-key-for-authenticated-user"]; - }; - "/user/codespaces/secrets/{secret_name}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/get-secret-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["codespaces/create-or-update-secret-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["codespaces/delete-secret-for-authenticated-user"]; - }; - "/user/codespaces/secrets/{secret_name}/repositories": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/list-repositories-for-secret-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["codespaces/set-repositories-for-secret-for-authenticated-user"]; - }; - "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["codespaces/add-repository-for-secret-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["codespaces/remove-repository-for-secret-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/get-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["codespaces/delete-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - patch: operations["codespaces/update-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}/exports": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["codespaces/export-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}/exports/{export_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/get-export-details-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}/machines": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["codespaces/codespace-machines-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}/start": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["codespaces/start-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}/stop": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["codespaces/stop-for-authenticated-user"]; - }; - "/user/email/visibility": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - patch: operations["users/set-primary-email-visibility-for-authenticated-user"]; - }; - "/user/interaction-limits": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["interactions/get-restrictions-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - put: operations["interactions/set-restrictions-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["interactions/remove-restrictions-for-authenticated-user"]; - }; - "/user/marketplace_purchases": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["apps/list-subscriptions-for-authenticated-user"]; - }; - "/user/marketplace_purchases/stubbed": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["apps/list-subscriptions-for-authenticated-user-stubbed"]; - }; - "/user/migrations/{migration_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["migrations/get-status-for-authenticated-user"]; - }; - "/user/migrations/{migration_id}/repos/{repo_name}/lock": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["migrations/unlock-repo-for-authenticated-user"]; - }; - "/user/packages": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/list-packages-for-authenticated-user"]; - }; - "/user/packages/{package_type}/{package_name}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/get-package-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-for-authenticated-user"]; - }; - "/user/packages/{package_type}/{package_name}/restore": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-for-authenticated-user"]; - }; - "/user/packages/{package_type}/{package_name}/versions": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/get-all-package-versions-for-package-owned-by-authenticated-user"]; - }; - "/user/packages/{package_type}/{package_name}/versions/{package_version_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/get-package-version-for-authenticated-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-version-for-authenticated-user"]; - }; - "/user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-version-for-authenticated-user"]; - }; - "/users/{username}/packages": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/list-packages-for-user"]; - }; - "/users/{username}/packages/{package_type}/{package_name}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/get-package-for-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-for-user"]; - }; - "/users/{username}/packages/{package_type}/{package_name}/restore": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-for-user"]; - }; - "/users/{username}/packages/{package_type}/{package_name}/versions": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/get-all-package-versions-for-package-owned-by-user"]; - }; - "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["packages/get-package-version-for-user"]; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-version-for-user"]; - }; - "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-version-for-user"]; - }; - "/users/{username}/settings/billing/actions": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["billing/get-github-actions-billing-user"]; - }; - "/users/{username}/settings/billing/packages": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["billing/get-github-packages-billing-user"]; - }; - "/users/{username}/settings/billing/shared-storage": { - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - get: operations["billing/get-shared-storage-billing-user"]; - }; } export interface components { @@ -35181,1203 +34607,6 @@ export interface operations { 500: components["responses"]["internal_error"]; }; }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/get-server-statistics": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/set-actions-oidc-custom-issuer-policy-for-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/get-github-actions-default-workflow-permissions-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/set-github-actions-default-workflow-permissions-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "billing/get-github-actions-billing-ghe": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "billing/get-github-packages-billing-ghe": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "billing/get-shared-storage-billing-ghe": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "apps/get-subscription-plan-for-account": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "apps/list-plans": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "apps/list-accounts-for-plan": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "apps/get-subscription-plan-for-account-stubbed": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "apps/list-plans-stubbed": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "apps/list-accounts-for-plan-stubbed": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "oidc/get-oidc-custom-sub-template-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "oidc/update-oidc-custom-sub-template-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "orgs/list-blocked-users": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "orgs/check-blocked-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "orgs/block-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "orgs/unblock-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/list-in-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "orgs/list-saml-sso-authorizations": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "orgs/remove-saml-sso-authorization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/external-idp-group-info-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/list-external-idp-groups-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "orgs/list-failed-invitations": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "interactions/get-restrictions-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "interactions/set-restrictions-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "interactions/remove-restrictions-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "orgs/list-pending-invitations": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "orgs/create-invitation": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "orgs/cancel-invitation": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "orgs/list-invitation-teams": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/delete-from-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/stop-in-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/download-archive-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/delete-archive-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/unlock-repo-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/list-repos-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/list-packages-for-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/get-package-for-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/delete-package-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/restore-package-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/get-all-package-versions-for-package-owned-by-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/get-package-version-for-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/delete-package-version-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/restore-package-version-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "billing/get-github-actions-billing-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "billing/get-github-packages-billing-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "billing/get-shared-storage-billing-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/list-idp-groups-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/list-linked-external-idp-groups-to-team-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/unlink-external-idp-group-from-team-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/link-external-idp-group-to-team-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/list-pending-invitations-in-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/list-idp-groups-in-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/create-or-update-idp-group-connections-in-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/get-actions-cache-list": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/delete-actions-cache-by-key": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/delete-actions-cache-by-id": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/get-custom-oidc-sub-claim-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/set-custom-oidc-sub-claim-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/get-github-actions-default-workflow-permissions-repository": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/set-github-actions-default-workflow-permissions-repository": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/approve-workflow-run": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/get-workflow-run-usage": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "actions/get-workflow-usage": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "repos/enable-automated-security-fixes": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "repos/disable-automated-security-fixes": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/list-in-repository-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/create-with-repo-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/list-devcontainers-in-repository-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/repo-machines-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/list-repo-secrets": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/get-repo-public-key": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/get-repo-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/create-or-update-repo-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/delete-repo-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "repos/get-community-profile-metrics": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "dependency-graph/diff-range": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "dependency-graph/create-repository-snapshot": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/get-import-status": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/start-import": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/cancel-import": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/update-import": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/get-commit-authors": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/map-commit-author": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/get-large-files": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/set-lfs-preference": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "interactions/get-restrictions-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "interactions/set-restrictions-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "interactions/remove-restrictions-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "repos/get-pages-health-check": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/create-with-pr-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "repos/get-clones": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "repos/get-top-paths": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "repos/get-top-referrers": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "repos/get-views": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "repos/check-vulnerability-alerts": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "repos/enable-vulnerability-alerts": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "repos/disable-vulnerability-alerts": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/list-provisioned-groups-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/provision-and-invite-enterprise-group": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/get-provisioning-information-for-enterprise-group": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/set-information-for-provisioned-enterprise-group": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/delete-scim-group-from-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/update-attribute-for-enterprise-group": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/list-provisioned-identities-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/provision-and-invite-enterprise-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/get-provisioning-information-for-enterprise-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/set-information-for-provisioned-enterprise-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/delete-user-from-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "enterprise-admin/update-attribute-for-enterprise-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "scim/list-provisioned-identities": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "scim/provision-and-invite-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "scim/get-provisioning-information-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "scim/set-information-for-provisioned-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "scim/delete-user-from-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "scim/update-attribute-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/list-pending-invitations-legacy": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/list-idp-groups-for-legacy": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "teams/create-or-update-idp-group-connections-legacy": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "users/list-blocked-by-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "users/check-blocked": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "users/block": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "users/unblock": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/list-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/create-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/list-secrets-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/get-public-key-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/get-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/create-or-update-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/delete-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/list-repositories-for-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/set-repositories-for-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/add-repository-for-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/remove-repository-for-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/get-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/delete-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/update-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/export-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/get-export-details-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/codespace-machines-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/start-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "codespaces/stop-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "users/set-primary-email-visibility-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "interactions/get-restrictions-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "interactions/set-restrictions-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "interactions/remove-restrictions-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "apps/list-subscriptions-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "apps/list-subscriptions-for-authenticated-user-stubbed": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/get-status-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "migrations/unlock-repo-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/list-packages-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/get-package-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/delete-package-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/restore-package-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/get-all-package-versions-for-package-owned-by-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/get-package-version-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/delete-package-version-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/restore-package-version-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/list-packages-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/get-package-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/delete-package-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/restore-package-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/get-all-package-versions-for-package-owned-by-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/get-package-version-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/delete-package-version-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "packages/restore-package-version-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "billing/get-github-actions-billing-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "billing/get-github-packages-billing-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json */ - "billing/get-shared-storage-billing-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; } export interface external {} diff --git a/packages/openapi-types-github.ae/package.json b/packages/openapi-types-github.ae/package.json index 3cd696d7b..77c94a03e 100644 --- a/packages/openapi-types-github.ae/package.json +++ b/packages/openapi-types-github.ae/package.json @@ -12,5 +12,5 @@ "types": "types.d.ts", "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", - "octokit": { "openapi-version": "6.3.0" } + "octokit": { "openapi-version": "6.3.1" } } diff --git a/packages/openapi-types-github.ae/types.d.ts b/packages/openapi-types-github.ae/types.d.ts index 8b4ae9f9f..ec10223fc 100644 --- a/packages/openapi-types-github.ae/types.d.ts +++ b/packages/openapi-types-github.ae/types.d.ts @@ -4313,864 +4313,6 @@ export interface paths { */ get: operations["repos/compare-commits"]; }; - "/applications/grants": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["oauth-authorizations/list-grants"]; - }; - "/applications/grants/{grant_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["oauth-authorizations/get-grant"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["oauth-authorizations/delete-grant"]; - }; - "/applications/{client_id}/token/scoped": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["apps/scope-token"]; - }; - "/authorizations": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["oauth-authorizations/list-authorizations"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["oauth-authorizations/create-authorization"]; - }; - "/authorizations/clients/{client_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["oauth-authorizations/get-or-create-authorization-for-app"]; - }; - "/authorizations/clients/{client_id}/{fingerprint}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["oauth-authorizations/get-or-create-authorization-for-app-and-fingerprint"]; - }; - "/authorizations/{authorization_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["oauth-authorizations/get-authorization"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["oauth-authorizations/delete-authorization"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - patch: operations["oauth-authorizations/update-authorization"]; - }; - "/enterprise-installation/{enterprise_or_org}/server-statistics": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["enterprise-admin/get-server-statistics"]; - }; - "/enterprises/{enterprise}/actions/cache/usage": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-actions-cache-usage-for-enterprise"]; - }; - "/enterprises/{enterprise}/actions/oidc/customization/issuer": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/set-actions-oidc-custom-issuer-policy-for-enterprise"]; - }; - "/enterprises/{enterprise}/actions/permissions/workflow": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-github-actions-default-workflow-permissions-enterprise"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/set-github-actions-default-workflow-permissions-enterprise"]; - }; - "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise"]; - }; - "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise"]; - }; - "/enterprises/{enterprise}/actions/runners/{runner_id}/labels": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["enterprise-admin/list-labels-for-self-hosted-runner-for-enterprise"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["enterprise-admin/set-custom-labels-for-self-hosted-runner-for-enterprise"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["enterprise-admin/add-custom-labels-to-self-hosted-runner-for-enterprise"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["enterprise-admin/remove-all-custom-labels-from-self-hosted-runner-for-enterprise"]; - }; - "/enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["enterprise-admin/remove-custom-label-from-self-hosted-runner-for-enterprise"]; - }; - "/enterprises/{enterprise}/secret-scanning/alerts": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["secret-scanning/list-alerts-for-enterprise"]; - }; - "/enterprises/{enterprise}/settings/billing/actions": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["billing/get-github-actions-billing-ghe"]; - }; - "/enterprises/{enterprise}/settings/billing/advanced-security": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["billing/get-github-advanced-security-billing-ghe"]; - }; - "/enterprises/{enterprise}/settings/billing/packages": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["billing/get-github-packages-billing-ghe"]; - }; - "/enterprises/{enterprise}/settings/billing/shared-storage": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["billing/get-shared-storage-billing-ghe"]; - }; - "/events": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["activity/list-public-events"]; - }; - "/marketplace_listing/accounts/{account_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["apps/get-subscription-plan-for-account"]; - }; - "/marketplace_listing/plans": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["apps/list-plans"]; - }; - "/marketplace_listing/plans/{plan_id}/accounts": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["apps/list-accounts-for-plan"]; - }; - "/marketplace_listing/stubbed/accounts/{account_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["apps/get-subscription-plan-for-account-stubbed"]; - }; - "/marketplace_listing/stubbed/plans": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["apps/list-plans-stubbed"]; - }; - "/marketplace_listing/stubbed/plans/{plan_id}/accounts": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["apps/list-accounts-for-plan-stubbed"]; - }; - "/networks/{owner}/{repo}/events": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["activity/list-public-events-for-repo-network"]; - }; - "/organizations/{organization_id}/custom_roles": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["orgs/list-custom-roles"]; - }; - "/orgs/{org}/actions/cache/usage": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-actions-cache-usage-for-org"]; - }; - "/orgs/{org}/actions/cache/usage-by-repository": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-actions-cache-usage-by-repo-for-org"]; - }; - "/orgs/{org}/actions/oidc/customization/sub": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["oidc/get-oidc-custom-sub-template-for-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["oidc/update-oidc-custom-sub-template-for-org"]; - }; - "/orgs/{org}/actions/permissions/workflow": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-github-actions-default-workflow-permissions-organization"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/set-github-actions-default-workflow-permissions-organization"]; - }; - "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/list-repo-access-to-self-hosted-runner-group-in-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/set-repo-access-to-self-hosted-runner-group-in-org"]; - }; - "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/add-repo-access-to-self-hosted-runner-group-in-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["actions/remove-repo-access-to-self-hosted-runner-group-in-org"]; - }; - "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/list-self-hosted-runners-in-group-for-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/set-self-hosted-runners-in-group-for-org"]; - }; - "/orgs/{org}/actions/runners/{runner_id}/labels": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/list-labels-for-self-hosted-runner-for-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/set-custom-labels-for-self-hosted-runner-for-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["actions/add-custom-labels-to-self-hosted-runner-for-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["actions/remove-all-custom-labels-from-self-hosted-runner-for-org"]; - }; - "/orgs/{org}/actions/runners/{runner_id}/labels/{name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["actions/remove-custom-label-from-self-hosted-runner-for-org"]; - }; - "/orgs/{org}/blocks": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["orgs/list-blocked-users"]; - }; - "/orgs/{org}/blocks/{username}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["orgs/check-blocked-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["orgs/block-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["orgs/unblock-user"]; - }; - "/orgs/{org}/code-scanning/alerts": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["code-scanning/list-alerts-for-org"]; - }; - "/orgs/{org}/codespaces": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/list-in-organization"]; - }; - "/orgs/{org}/credential-authorizations": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["orgs/list-saml-sso-authorizations"]; - }; - "/orgs/{org}/credential-authorizations/{credential_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["orgs/remove-saml-sso-authorization"]; - }; - "/orgs/{org}/dependabot/secrets": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["dependabot/list-org-secrets"]; - }; - "/orgs/{org}/dependabot/secrets/public-key": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["dependabot/get-org-public-key"]; - }; - "/orgs/{org}/dependabot/secrets/{secret_name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["dependabot/get-org-secret"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["dependabot/create-or-update-org-secret"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["dependabot/delete-org-secret"]; - }; - "/orgs/{org}/dependabot/secrets/{secret_name}/repositories": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["dependabot/list-selected-repos-for-org-secret"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["dependabot/set-selected-repos-for-org-secret"]; - }; - "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["dependabot/add-selected-repo-to-org-secret"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["dependabot/remove-selected-repo-from-org-secret"]; - }; - "/orgs/{org}/events": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["activity/list-public-org-events"]; - }; - "/orgs/{org}/failed_invitations": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["orgs/list-failed-invitations"]; - }; - "/orgs/{org}/interaction-limits": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["interactions/get-restrictions-for-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["interactions/set-restrictions-for-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["interactions/remove-restrictions-for-org"]; - }; - "/orgs/{org}/invitations": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["orgs/list-pending-invitations"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["orgs/create-invitation"]; - }; - "/orgs/{org}/invitations/{invitation_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["orgs/cancel-invitation"]; - }; - "/orgs/{org}/invitations/{invitation_id}/teams": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["orgs/list-invitation-teams"]; - }; - "/orgs/{org}/members/{username}/codespaces/{codespace_name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["codespaces/delete-from-organization"]; - }; - "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["codespaces/stop-in-organization"]; - }; - "/orgs/{org}/migrations/{migration_id}/archive": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["migrations/download-archive-for-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["migrations/delete-archive-for-org"]; - }; - "/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["migrations/unlock-repo-for-org"]; - }; - "/orgs/{org}/migrations/{migration_id}/repositories": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["migrations/list-repos-for-org"]; - }; - "/orgs/{org}/packages": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/list-packages-for-organization"]; - }; - "/orgs/{org}/packages/{package_type}/{package_name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/get-package-for-organization"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-for-org"]; - }; - "/orgs/{org}/packages/{package_type}/{package_name}/restore": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-for-org"]; - }; - "/orgs/{org}/packages/{package_type}/{package_name}/versions": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/get-all-package-versions-for-package-owned-by-org"]; - }; - "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/get-package-version-for-organization"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-version-for-org"]; - }; - "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-version-for-org"]; - }; - "/orgs/{org}/public_members": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["orgs/list-public-members"]; - }; - "/orgs/{org}/public_members/{username}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["orgs/check-public-membership-for-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["orgs/set-public-membership-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["orgs/remove-public-membership-for-authenticated-user"]; - }; - "/orgs/{org}/secret-scanning/alerts": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["secret-scanning/list-alerts-for-org"]; - }; - "/orgs/{org}/settings/billing/actions": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["billing/get-github-actions-billing-org"]; - }; - "/orgs/{org}/settings/billing/advanced-security": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["billing/get-github-advanced-security-billing-org"]; - }; - "/orgs/{org}/settings/billing/packages": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["billing/get-github-packages-billing-org"]; - }; - "/orgs/{org}/settings/billing/shared-storage": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["billing/get-shared-storage-billing-org"]; - }; - "/orgs/{org}/team-sync/groups": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["teams/list-idp-groups-for-org"]; - }; - "/orgs/{org}/teams/{team_slug}/invitations": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["teams/list-pending-invitations-in-org"]; - }; - "/orgs/{org}/teams/{team_slug}/team-sync/group-mappings": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["teams/list-idp-groups-in-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - patch: operations["teams/create-or-update-idp-group-connections-in-org"]; - }; - "/repos/{owner}/{repo}/actions/cache/usage": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-actions-cache-usage"]; - }; - "/repos/{owner}/{repo}/actions/caches": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-actions-cache-list"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["actions/delete-actions-cache-by-key"]; - }; - "/repos/{owner}/{repo}/actions/caches/{cache_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["actions/delete-actions-cache-by-id"]; - }; - "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["actions/re-run-job-for-workflow-run"]; - }; - "/repos/{owner}/{repo}/actions/oidc/customization/sub": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-custom-oidc-sub-claim-for-repo"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/set-custom-oidc-sub-claim-for-repo"]; - }; - "/repos/{owner}/{repo}/actions/permissions/access": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-workflow-access-to-repository"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/set-workflow-access-to-repository"]; - }; - "/repos/{owner}/{repo}/actions/permissions/workflow": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-github-actions-default-workflow-permissions-repository"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/set-github-actions-default-workflow-permissions-repository"]; - }; - "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/list-labels-for-self-hosted-runner-for-repo"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/set-custom-labels-for-self-hosted-runner-for-repo"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["actions/add-custom-labels-to-self-hosted-runner-for-repo"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["actions/remove-all-custom-labels-from-self-hosted-runner-for-repo"]; - }; - "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["actions/remove-custom-label-from-self-hosted-runner-for-repo"]; - }; - "/repos/{owner}/{repo}/actions/runs/{run_id}/approvals": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-reviews-for-run"]; - }; - "/repos/{owner}/{repo}/actions/runs/{run_id}/approve": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["actions/approve-workflow-run"]; - }; - "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-pending-deployments-for-run"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["actions/review-pending-deployments-for-run"]; - }; - "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["actions/re-run-workflow-failed-jobs"]; - }; - "/repos/{owner}/{repo}/automated-security-fixes": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["repos/enable-automated-security-fixes"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["repos/disable-automated-security-fixes"]; - }; - "/repos/{owner}/{repo}/branches/{branch}/rename": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["repos/rename-branch"]; - }; - "/repos/{owner}/{repo}/codespaces": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/list-in-repository-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["codespaces/create-with-repo-for-authenticated-user"]; - }; - "/repos/{owner}/{repo}/codespaces/devcontainers": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/list-devcontainers-in-repository-for-authenticated-user"]; - }; - "/repos/{owner}/{repo}/codespaces/machines": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/repo-machines-for-authenticated-user"]; - }; - "/repos/{owner}/{repo}/codespaces/secrets": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/list-repo-secrets"]; - }; - "/repos/{owner}/{repo}/codespaces/secrets/public-key": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/get-repo-public-key"]; - }; - "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/get-repo-secret"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["codespaces/create-or-update-repo-secret"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["codespaces/delete-repo-secret"]; - }; - "/repos/{owner}/{repo}/community/profile": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["repos/get-community-profile-metrics"]; - }; - "/repos/{owner}/{repo}/dependabot/secrets": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["dependabot/list-repo-secrets"]; - }; - "/repos/{owner}/{repo}/dependabot/secrets/public-key": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["dependabot/get-repo-public-key"]; - }; - "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["dependabot/get-repo-secret"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["dependabot/create-or-update-repo-secret"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["dependabot/delete-repo-secret"]; - }; - "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["dependency-graph/diff-range"]; - }; - "/repos/{owner}/{repo}/dependency-graph/snapshots": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["dependency-graph/create-repository-snapshot"]; - }; - "/repos/{owner}/{repo}/import": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["migrations/get-import-status"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["migrations/start-import"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["migrations/cancel-import"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - patch: operations["migrations/update-import"]; - }; - "/repos/{owner}/{repo}/import/authors": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["migrations/get-commit-authors"]; - }; - "/repos/{owner}/{repo}/import/authors/{author_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - patch: operations["migrations/map-commit-author"]; - }; - "/repos/{owner}/{repo}/import/large_files": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["migrations/get-large-files"]; - }; - "/repos/{owner}/{repo}/import/lfs": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - patch: operations["migrations/set-lfs-preference"]; - }; - "/repos/{owner}/{repo}/interaction-limits": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["interactions/get-restrictions-for-repo"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["interactions/set-restrictions-for-repo"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["interactions/remove-restrictions-for-repo"]; - }; - "/repos/{owner}/{repo}/pages/health": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["repos/get-pages-health-check"]; - }; - "/repos/{owner}/{repo}/pulls/{pull_number}/codespaces": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["codespaces/create-with-pr-for-authenticated-user"]; - }; - "/repos/{owner}/{repo}/releases/generate-notes": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["repos/generate-release-notes"]; - }; - "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["secret-scanning/list-locations-for-alert"]; - }; - "/repos/{owner}/{repo}/tags/protection": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["repos/list-tag-protection"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["repos/create-tag-protection"]; - }; - "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["repos/delete-tag-protection"]; - }; - "/repos/{owner}/{repo}/traffic/clones": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["repos/get-clones"]; - }; - "/repos/{owner}/{repo}/traffic/popular/paths": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["repos/get-top-paths"]; - }; - "/repos/{owner}/{repo}/traffic/popular/referrers": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["repos/get-top-referrers"]; - }; - "/repos/{owner}/{repo}/traffic/views": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["repos/get-views"]; - }; - "/repos/{owner}/{repo}/vulnerability-alerts": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["repos/check-vulnerability-alerts"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["repos/enable-vulnerability-alerts"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["repos/disable-vulnerability-alerts"]; - }; - "/repositories": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["repos/list-public"]; - }; - "/repositories/{repository_id}/environments/{environment_name}/secrets": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/list-environment-secrets"]; - }; - "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-environment-public-key"]; - }; - "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["actions/get-environment-secret"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["actions/create-or-update-environment-secret"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["actions/delete-environment-secret"]; - }; - "/scim/v2/enterprises/{enterprise}/Users": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["enterprise-admin/list-provisioned-identities-enterprise"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["enterprise-admin/provision-and-invite-enterprise-user"]; - }; - "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["enterprise-admin/get-provisioning-information-for-enterprise-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["enterprise-admin/set-information-for-provisioned-enterprise-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["enterprise-admin/delete-user-from-enterprise"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - patch: operations["enterprise-admin/update-attribute-for-enterprise-user"]; - }; - "/scim/v2/organizations/{org}/Users": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["scim/list-provisioned-identities"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["scim/provision-and-invite-user"]; - }; - "/scim/v2/organizations/{org}/Users/{scim_user_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["scim/get-provisioning-information-for-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["scim/set-information-for-provisioned-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["scim/delete-user-from-org"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - patch: operations["scim/update-attribute-for-user"]; - }; - "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["reactions/list-for-team-discussion-comment-legacy"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["reactions/create-for-team-discussion-comment-legacy"]; - }; - "/teams/{team_id}/discussions/{discussion_number}/reactions": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["reactions/list-for-team-discussion-legacy"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["reactions/create-for-team-discussion-legacy"]; - }; - "/teams/{team_id}/invitations": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["teams/list-pending-invitations-legacy"]; - }; - "/teams/{team_id}/team-sync/group-mappings": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["teams/list-idp-groups-for-legacy"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - patch: operations["teams/create-or-update-idp-group-connections-legacy"]; - }; - "/user/blocks": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["users/list-blocked-by-authenticated-user"]; - }; - "/user/blocks/{username}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["users/check-blocked"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["users/block"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["users/unblock"]; - }; - "/user/codespaces": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/list-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["codespaces/create-for-authenticated-user"]; - }; - "/user/codespaces/secrets": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/list-secrets-for-authenticated-user"]; - }; - "/user/codespaces/secrets/public-key": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/get-public-key-for-authenticated-user"]; - }; - "/user/codespaces/secrets/{secret_name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/get-secret-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["codespaces/create-or-update-secret-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["codespaces/delete-secret-for-authenticated-user"]; - }; - "/user/codespaces/secrets/{secret_name}/repositories": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/list-repositories-for-secret-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["codespaces/set-repositories-for-secret-for-authenticated-user"]; - }; - "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["codespaces/add-repository-for-secret-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["codespaces/remove-repository-for-secret-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/get-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["codespaces/delete-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - patch: operations["codespaces/update-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}/exports": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["codespaces/export-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}/exports/{export_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/get-export-details-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}/machines": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["codespaces/codespace-machines-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}/start": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["codespaces/start-for-authenticated-user"]; - }; - "/user/codespaces/{codespace_name}/stop": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["codespaces/stop-for-authenticated-user"]; - }; - "/user/email/visibility": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - patch: operations["users/set-primary-email-visibility-for-authenticated-user"]; - }; - "/user/emails": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["users/list-emails-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["users/add-email-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["users/delete-email-for-authenticated-user"]; - }; - "/user/interaction-limits": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["interactions/get-restrictions-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - put: operations["interactions/set-restrictions-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["interactions/remove-restrictions-for-authenticated-user"]; - }; - "/user/marketplace_purchases": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["apps/list-subscriptions-for-authenticated-user"]; - }; - "/user/marketplace_purchases/stubbed": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["apps/list-subscriptions-for-authenticated-user-stubbed"]; - }; - "/user/migrations/{migration_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["migrations/get-status-for-authenticated-user"]; - }; - "/user/migrations/{migration_id}/repos/{repo_name}/lock": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["migrations/unlock-repo-for-authenticated-user"]; - }; - "/user/packages": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/list-packages-for-authenticated-user"]; - }; - "/user/packages/{package_type}/{package_name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/get-package-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-for-authenticated-user"]; - }; - "/user/packages/{package_type}/{package_name}/restore": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-for-authenticated-user"]; - }; - "/user/packages/{package_type}/{package_name}/versions": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/get-all-package-versions-for-package-owned-by-authenticated-user"]; - }; - "/user/packages/{package_type}/{package_name}/versions/{package_version_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/get-package-version-for-authenticated-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-version-for-authenticated-user"]; - }; - "/user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-version-for-authenticated-user"]; - }; - "/user/public_emails": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["users/list-public-emails-for-authenticated-user"]; - }; - "/users/{username}/events/public": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["activity/list-public-events-for-user"]; - }; - "/users/{username}/packages": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/list-packages-for-user"]; - }; - "/users/{username}/packages/{package_type}/{package_name}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/get-package-for-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-for-user"]; - }; - "/users/{username}/packages/{package_type}/{package_name}/restore": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-for-user"]; - }; - "/users/{username}/packages/{package_type}/{package_name}/versions": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/get-all-package-versions-for-package-owned-by-user"]; - }; - "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["packages/get-package-version-for-user"]; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - delete: operations["packages/delete-package-version-for-user"]; - }; - "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - post: operations["packages/restore-package-version-for-user"]; - }; - "/users/{username}/received_events": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["activity/list-received-events-for-user"]; - }; - "/users/{username}/received_events/public": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["activity/list-received-public-events-for-user"]; - }; - "/users/{username}/settings/billing/actions": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["billing/get-github-actions-billing-user"]; - }; - "/users/{username}/settings/billing/packages": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["billing/get-github-packages-billing-user"]; - }; - "/users/{username}/settings/billing/shared-storage": { - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - get: operations["billing/get-shared-storage-billing-user"]; - }; } export interface components { @@ -30570,1805 +29712,6 @@ export interface operations { 500: components["responses"]["internal_error"]; }; }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oauth-authorizations/list-grants": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oauth-authorizations/get-grant": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oauth-authorizations/delete-grant": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "apps/scope-token": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oauth-authorizations/list-authorizations": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oauth-authorizations/create-authorization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oauth-authorizations/get-or-create-authorization-for-app": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oauth-authorizations/get-or-create-authorization-for-app-and-fingerprint": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oauth-authorizations/get-authorization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oauth-authorizations/delete-authorization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oauth-authorizations/update-authorization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/get-server-statistics": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-actions-cache-usage-for-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/set-actions-oidc-custom-issuer-policy-for-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-github-actions-default-workflow-permissions-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/set-github-actions-default-workflow-permissions-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/list-labels-for-self-hosted-runner-for-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/set-custom-labels-for-self-hosted-runner-for-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/add-custom-labels-to-self-hosted-runner-for-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/remove-all-custom-labels-from-self-hosted-runner-for-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/remove-custom-label-from-self-hosted-runner-for-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "secret-scanning/list-alerts-for-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "billing/get-github-actions-billing-ghe": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "billing/get-github-advanced-security-billing-ghe": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "billing/get-github-packages-billing-ghe": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "billing/get-shared-storage-billing-ghe": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "activity/list-public-events": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "apps/get-subscription-plan-for-account": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "apps/list-plans": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "apps/list-accounts-for-plan": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "apps/get-subscription-plan-for-account-stubbed": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "apps/list-plans-stubbed": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "apps/list-accounts-for-plan-stubbed": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "activity/list-public-events-for-repo-network": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/list-custom-roles": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-actions-cache-usage-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-actions-cache-usage-by-repo-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oidc/get-oidc-custom-sub-template-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "oidc/update-oidc-custom-sub-template-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-github-actions-default-workflow-permissions-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/set-github-actions-default-workflow-permissions-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/list-repo-access-to-self-hosted-runner-group-in-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/set-repo-access-to-self-hosted-runner-group-in-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/add-repo-access-to-self-hosted-runner-group-in-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/remove-repo-access-to-self-hosted-runner-group-in-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/list-self-hosted-runners-in-group-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/set-self-hosted-runners-in-group-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/list-labels-for-self-hosted-runner-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/set-custom-labels-for-self-hosted-runner-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/add-custom-labels-to-self-hosted-runner-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/remove-all-custom-labels-from-self-hosted-runner-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/remove-custom-label-from-self-hosted-runner-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/list-blocked-users": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/check-blocked-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/block-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/unblock-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "code-scanning/list-alerts-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/list-in-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/list-saml-sso-authorizations": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/remove-saml-sso-authorization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/list-org-secrets": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/get-org-public-key": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/get-org-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/create-or-update-org-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/delete-org-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/list-selected-repos-for-org-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/set-selected-repos-for-org-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/add-selected-repo-to-org-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/remove-selected-repo-from-org-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "activity/list-public-org-events": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/list-failed-invitations": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "interactions/get-restrictions-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "interactions/set-restrictions-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "interactions/remove-restrictions-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/list-pending-invitations": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/create-invitation": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/cancel-invitation": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/list-invitation-teams": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/delete-from-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/stop-in-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/download-archive-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/delete-archive-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/unlock-repo-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/list-repos-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/list-packages-for-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/get-package-for-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/delete-package-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/restore-package-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/get-all-package-versions-for-package-owned-by-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/get-package-version-for-organization": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/delete-package-version-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/restore-package-version-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/list-public-members": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/check-public-membership-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/set-public-membership-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "orgs/remove-public-membership-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "secret-scanning/list-alerts-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "billing/get-github-actions-billing-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "billing/get-github-advanced-security-billing-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "billing/get-github-packages-billing-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "billing/get-shared-storage-billing-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "teams/list-idp-groups-for-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "teams/list-pending-invitations-in-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "teams/list-idp-groups-in-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "teams/create-or-update-idp-group-connections-in-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-actions-cache-usage": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-actions-cache-list": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/delete-actions-cache-by-key": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/delete-actions-cache-by-id": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/re-run-job-for-workflow-run": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-custom-oidc-sub-claim-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/set-custom-oidc-sub-claim-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-workflow-access-to-repository": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/set-workflow-access-to-repository": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-github-actions-default-workflow-permissions-repository": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/set-github-actions-default-workflow-permissions-repository": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/list-labels-for-self-hosted-runner-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/set-custom-labels-for-self-hosted-runner-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/add-custom-labels-to-self-hosted-runner-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/remove-all-custom-labels-from-self-hosted-runner-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/remove-custom-label-from-self-hosted-runner-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-reviews-for-run": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/approve-workflow-run": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-pending-deployments-for-run": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/review-pending-deployments-for-run": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/re-run-workflow-failed-jobs": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/enable-automated-security-fixes": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/disable-automated-security-fixes": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/rename-branch": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/list-in-repository-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/create-with-repo-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/list-devcontainers-in-repository-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/repo-machines-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/list-repo-secrets": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/get-repo-public-key": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/get-repo-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/create-or-update-repo-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/delete-repo-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/get-community-profile-metrics": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/list-repo-secrets": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/get-repo-public-key": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/get-repo-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/create-or-update-repo-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependabot/delete-repo-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependency-graph/diff-range": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "dependency-graph/create-repository-snapshot": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/get-import-status": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/start-import": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/cancel-import": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/update-import": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/get-commit-authors": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/map-commit-author": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/get-large-files": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/set-lfs-preference": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "interactions/get-restrictions-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "interactions/set-restrictions-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "interactions/remove-restrictions-for-repo": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/get-pages-health-check": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/create-with-pr-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/generate-release-notes": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "secret-scanning/list-locations-for-alert": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/list-tag-protection": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/create-tag-protection": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/delete-tag-protection": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/get-clones": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/get-top-paths": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/get-top-referrers": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/get-views": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/check-vulnerability-alerts": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/enable-vulnerability-alerts": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/disable-vulnerability-alerts": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "repos/list-public": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/list-environment-secrets": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-environment-public-key": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/get-environment-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/create-or-update-environment-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "actions/delete-environment-secret": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/list-provisioned-identities-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/provision-and-invite-enterprise-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/get-provisioning-information-for-enterprise-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/set-information-for-provisioned-enterprise-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/delete-user-from-enterprise": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "enterprise-admin/update-attribute-for-enterprise-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "scim/list-provisioned-identities": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "scim/provision-and-invite-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "scim/get-provisioning-information-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "scim/set-information-for-provisioned-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "scim/delete-user-from-org": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "scim/update-attribute-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "reactions/list-for-team-discussion-comment-legacy": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "reactions/create-for-team-discussion-comment-legacy": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "reactions/list-for-team-discussion-legacy": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "reactions/create-for-team-discussion-legacy": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "teams/list-pending-invitations-legacy": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "teams/list-idp-groups-for-legacy": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "teams/create-or-update-idp-group-connections-legacy": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "users/list-blocked-by-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "users/check-blocked": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "users/block": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "users/unblock": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/list-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/create-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/list-secrets-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/get-public-key-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/get-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/create-or-update-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/delete-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/list-repositories-for-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/set-repositories-for-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/add-repository-for-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/remove-repository-for-secret-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/get-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/delete-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/update-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/export-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/get-export-details-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/codespace-machines-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/start-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "codespaces/stop-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "users/set-primary-email-visibility-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "users/list-emails-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "users/add-email-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "users/delete-email-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "interactions/get-restrictions-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "interactions/set-restrictions-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "interactions/remove-restrictions-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "apps/list-subscriptions-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "apps/list-subscriptions-for-authenticated-user-stubbed": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/get-status-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "migrations/unlock-repo-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/list-packages-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/get-package-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/delete-package-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/restore-package-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/get-all-package-versions-for-package-owned-by-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/get-package-version-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/delete-package-version-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/restore-package-version-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "users/list-public-emails-for-authenticated-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "activity/list-public-events-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/list-packages-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/get-package-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/delete-package-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/restore-package-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/get-all-package-versions-for-package-owned-by-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/get-package-version-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/delete-package-version-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "packages/restore-package-version-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "activity/list-received-events-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "activity/list-received-public-events-for-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "billing/get-github-actions-billing-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "billing/get-github-packages-billing-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; - /** This endpoint does not exist github.ae.json. It was added in api.github.com.json */ - "billing/get-shared-storage-billing-user": { - responses: { - /** Not Implemented */ - 501: unknown; - }; - }; } export interface external {} diff --git a/packages/openapi-types/package.json b/packages/openapi-types/package.json index 0845efc20..0a80ba81a 100644 --- a/packages/openapi-types/package.json +++ b/packages/openapi-types/package.json @@ -12,5 +12,5 @@ "types": "types.d.ts", "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", - "octokit": { "openapi-version": "6.3.0" } + "octokit": { "openapi-version": "6.3.1" } }