diff --git a/package-lock.json b/package-lock.json index 7576e14ed..be02e93ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@octokit/openapi-types": "^18.0.0" + "@octokit/openapi-types": "^19.0.0" }, "devDependencies": { "@octokit/tsconfig": "^2.0.0", @@ -248,9 +248,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz", - "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==" + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.0.0.tgz", + "integrity": "sha512-PclQ6JGMTE9iUStpzMkwLCISFn/wDeRjkZFIKALpvJQNBGwDoYYi2fFvuHwssoQ1rXI5mfh6jgTgWuddeUzfWw==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "7.1.2", @@ -285,6 +285,12 @@ "@octokit/core": ">=3" } }, + "node_modules/@octokit/plugin-retry/node_modules/@octokit/openapi-types": { + "version": "18.1.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz", + "integrity": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==", + "dev": true + }, "node_modules/@octokit/plugin-retry/node_modules/@octokit/request-error": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-4.0.2.tgz", @@ -370,6 +376,12 @@ "@octokit/openapi-types": "^18.0.0" } }, + "node_modules/@octokit/types/node_modules/@octokit/openapi-types": { + "version": "18.1.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz", + "integrity": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==", + "dev": true + }, "node_modules/@pnpm/config.env-replace": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz", diff --git a/package.json b/package.json index 2914c58bc..11cdc4fdb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "description": "Shared TypeScript definitions for Octokit projects", "dependencies": { - "@octokit/openapi-types": "^18.0.0" + "@octokit/openapi-types": "^19.0.0" }, "scripts": { "build": "node scripts/build.mjs && tsc -p tsconfig.json", @@ -80,6 +80,6 @@ ] }, "octokit": { - "openapi-version": "12.0.0" + "openapi-version": "13.0.0" } } diff --git a/scripts/update-endpoints/generated/endpoints.json b/scripts/update-endpoints/generated/endpoints.json index a8e4b86ef..5437ee487 100644 --- a/scripts/update-endpoints/generated/endpoints.json +++ b/scripts/update-endpoints/generated/endpoints.json @@ -2,7 +2,7 @@ { "method": "POST", "url": "/orgs/{org}/actions/runners/{runner_id}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/actions#add-custom-labels-to-a-self-hosted-runner-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "runner_id" }, @@ -13,7 +13,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/actions#add-custom-labels-to-a-self-hosted-runner-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -25,7 +25,7 @@ { "method": "PUT", "url": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#add-selected-repository-to-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -59,31 +59,10 @@ ], "renamed": null }, - { - "method": "PUT", - "url": "/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#add-a-repository-to-selected-repositories-list-for-a-required-workflow", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "required_workflow_id" - }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "repository_id" - } - ], - "renamed": null - }, { "method": "POST", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/approve", - "documentationUrl": "https://docs.github.com/rest/reference/actions#approve-a-workflow-run-for-a-fork-pull-request", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -94,7 +73,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel", - "documentationUrl": "https://docs.github.com/rest/reference/actions#cancel-a-workflow-run", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -127,7 +106,7 @@ { "method": "PUT", "url": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#create-or-update-an-environment-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret", "parameters": [ { "alias": null, @@ -189,7 +168,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/actions/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#create-or-update-a-repository-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -230,7 +209,7 @@ { "method": "POST", "url": "/orgs/{org}/actions/runners/registration-token", - "documentationUrl": "https://docs.github.com/rest/reference/actions#create-a-registration-token-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -239,7 +218,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/actions/runners/registration-token", - "documentationUrl": "https://docs.github.com/rest/reference/actions#create-a-registration-token-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -249,7 +228,7 @@ { "method": "POST", "url": "/orgs/{org}/actions/runners/remove-token", - "documentationUrl": "https://docs.github.com/rest/reference/actions#create-a-remove-token-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -258,7 +237,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/actions/runners/remove-token", - "documentationUrl": "https://docs.github.com/rest/reference/actions#create-a-remove-token-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -277,38 +256,10 @@ ], "renamed": null }, - { - "method": "POST", - "url": "/orgs/{org}/actions/required_workflows", - "documentationUrl": "https://docs.github.com/rest/reference/actions#create-a-required-workflow", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, - { - "alias": null, - "deprecated": null, - "in": "BODY", - "name": "workflow_file_path" - }, - { - "alias": null, - "deprecated": null, - "in": "BODY", - "name": "repository_id" - }, - { "alias": null, "deprecated": null, "in": "BODY", "name": "scope" }, - { - "alias": null, - "deprecated": null, - "in": "BODY", - "name": "selected_repository_ids" - } - ], - "renamed": null - }, { "method": "POST", "url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches", - "documentationUrl": "https://docs.github.com/rest/reference/actions#create-a-workflow-dispatch-event", + "documentationUrl": "https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -350,7 +301,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-an-artifact", + "documentationUrl": "https://docs.github.com/rest/actions/artifacts#delete-an-artifact", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -361,7 +312,7 @@ { "method": "DELETE", "url": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-an-environment-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#delete-an-environment-secret", "parameters": [ { "alias": null, @@ -403,7 +354,7 @@ { "method": "DELETE", "url": "/orgs/{org}/actions/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#delete-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "secret_name" } @@ -423,7 +374,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/actions/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-a-repository-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#delete-a-repository-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -442,25 +393,10 @@ ], "renamed": null }, - { - "method": "DELETE", - "url": "/orgs/{org}/actions/required_workflows/{required_workflow_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-a-required-workflow", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "required_workflow_id" - } - ], - "renamed": null - }, { "method": "DELETE", "url": "/orgs/{org}/actions/runners/{runner_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-from-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "runner_id" } @@ -470,7 +406,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/actions/runners/{runner_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-from-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -481,7 +417,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-a-workflow-run", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -492,7 +428,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs", - "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-workflow-run-logs", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -503,7 +439,7 @@ { "method": "DELETE", "url": "/orgs/{org}/actions/permissions/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#disable-a-selected-repository-for-github-actions-in-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -518,7 +454,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable", - "documentationUrl": "https://docs.github.com/rest/reference/actions#disable-a-workflow", + "documentationUrl": "https://docs.github.com/rest/actions/workflows#disable-a-workflow", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -529,7 +465,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#download-an-artifact", + "documentationUrl": "https://docs.github.com/rest/actions/artifacts#download-an-artifact", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -551,7 +487,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs", - "documentationUrl": "https://docs.github.com/rest/reference/actions#download-job-logs-for-a-workflow-run", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -562,7 +498,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs", - "documentationUrl": "https://docs.github.com/rest/reference/actions#download-workflow-run-attempt-logs", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -579,7 +515,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs", - "documentationUrl": "https://docs.github.com/rest/reference/actions#download-workflow-run-logs", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -590,7 +526,7 @@ { "method": "PUT", "url": "/orgs/{org}/actions/permissions/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#enable-a-selected-repository-for-github-actions-in-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -605,7 +541,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable", - "documentationUrl": "https://docs.github.com/rest/reference/actions#enable-a-workflow", + "documentationUrl": "https://docs.github.com/rest/actions/workflows#enable-a-workflow", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -629,7 +565,6 @@ { "alias": null, "deprecated": null, "in": "BODY", "name": "labels" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "work_folder" } ], - "previews": [], "renamed": null }, { @@ -649,7 +584,6 @@ { "alias": null, "deprecated": null, "in": "BODY", "name": "labels" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "work_folder" } ], - "previews": [], "renamed": null }, { @@ -671,7 +605,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/cache/usage", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-github-actions-cache-usage-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -681,7 +615,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/cache/usage-by-repository", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-repositories-with-github-actions-cache-usage-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -692,7 +626,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/cache/usage", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-github-actions-cache-usage-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -701,7 +635,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/permissions/selected-actions", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-allowed-actions-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -710,7 +644,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/permissions/selected-actions", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-allowed-actions-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -720,7 +654,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-an-artifact", + "documentationUrl": "https://docs.github.com/rest/actions/artifacts#get-an-artifact", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -741,7 +675,7 @@ { "method": "GET", "url": "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-an-environment-public-key", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#get-an-environment-public-key", "parameters": [ { "alias": null, @@ -761,7 +695,7 @@ { "method": "GET", "url": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-an-environment-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#get-an-environment-secret", "parameters": [ { "alias": null, @@ -803,7 +737,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/permissions/workflow", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-default-workflow-permissions", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -812,7 +746,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/permissions/workflow", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -822,7 +756,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/permissions", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-github-actions-permissions-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -831,7 +765,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/permissions", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-github-actions-permissions-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -841,7 +775,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/jobs/{job_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-a-job-for-a-workflow-run", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -852,7 +786,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/secrets/public-key", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-an-organization-public-key", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#get-an-organization-public-key", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -861,7 +795,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#get-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "secret_name" } @@ -881,7 +815,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-pending-deployments-for-a-workflow-run", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -892,7 +826,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/permissions", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-github-actions-permissions-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -902,49 +836,17 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/secrets/public-key", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-a-repository-public-key", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#get-a-repository-public-key", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } ], "renamed": null }, - { - "method": "GET", - "url": "/repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-repository-required-workflow", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, - { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "required_workflow_id_for_repo" - } - ], - "renamed": null - }, - { - "method": "GET", - "url": "/repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/timing", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-repository-required-workflow-usage", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, - { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "required_workflow_id_for_repo" - } - ], - "renamed": null - }, { "method": "GET", "url": "/repos/{owner}/{repo}/actions/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-a-repository-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#get-a-repository-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -963,25 +865,10 @@ ], "renamed": null }, - { - "method": "GET", - "url": "/orgs/{org}/actions/required_workflows/{required_workflow_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-a-required-workflow", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "required_workflow_id" - } - ], - "renamed": null - }, { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/approvals", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-the-review-history-for-a-workflow-run", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -992,7 +879,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/runners/{runner_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-a-self-hosted-runner-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "runner_id" } @@ -1002,7 +889,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runners/{runner_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-a-self-hosted-runner-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1013,7 +900,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-a-workflow", + "documentationUrl": "https://docs.github.com/rest/actions/workflows#get-a-workflow", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1024,7 +911,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/permissions/access", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-workflow-access-level-to-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -1034,7 +921,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-a-workflow-run", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1051,7 +938,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-a-workflow-run-attempt", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1074,7 +961,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/timing", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-workflow-run-usage", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1085,7 +972,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing", - "documentationUrl": "https://docs.github.com/rest/reference/actions#get-workflow-usage", + "documentationUrl": "https://docs.github.com/rest/actions/workflows#get-workflow-usage", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1096,7 +983,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/artifacts", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-artifacts-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1109,7 +996,7 @@ { "method": "GET", "url": "/repositories/{repository_id}/environments/{environment_name}/secrets", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-environment-secrets", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#list-environment-secrets", "parameters": [ { "alias": null, @@ -1153,7 +1040,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/jobs", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-jobs-for-a-workflow-run", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1167,7 +1054,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-jobs-for-a-workflow-run-attempt", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1186,7 +1073,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/runners/{runner_id}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-labels-for-a-self-hosted-runner-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "runner_id" } @@ -1196,7 +1083,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-labels-for-a-self-hosted-runner-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1207,7 +1094,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/secrets", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-organization-secrets", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#list-organization-secrets", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -1250,22 +1137,10 @@ ], "renamed": null }, - { - "method": "GET", - "url": "/repos/{org}/{repo}/actions/required_workflows", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-repository-required-workflows", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, - { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } - ], - "renamed": null - }, { "method": "GET", "url": "/repos/{owner}/{repo}/actions/secrets", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-repository-secrets", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#list-repository-secrets", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1289,57 +1164,10 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/workflows", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-repository-workflows", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, - { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } - ], - "renamed": null - }, - { - "method": "GET", - "url": "/repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-required-workflow-runs", + "documentationUrl": "https://docs.github.com/rest/actions/workflows#list-repository-workflows", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "required_workflow_id_for_repo" - }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "actor" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "branch" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "event" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "status" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "created" }, - { - "alias": null, - "deprecated": null, - "in": "QUERY", - "name": "exclude_pull_requests" - }, - { - "alias": null, - "deprecated": null, - "in": "QUERY", - "name": "check_suite_id" - }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "head_sha" } - ], - "renamed": null - }, - { - "method": "GET", - "url": "/orgs/{org}/actions/required_workflows", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-required-workflows", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } ], @@ -1348,7 +1176,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/runners/downloads", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-runner-applications-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -1357,7 +1185,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runners/downloads", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-runner-applications-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -1367,7 +1195,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/secrets/{secret_name}/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-selected-repositories-for-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -1396,7 +1224,7 @@ { "method": "GET", "url": "/orgs/{org}/actions/permissions/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-selected-repositories-enabled-for-github-actions-in-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -1404,26 +1232,12 @@ ], "renamed": null }, - { - "method": "GET", - "url": "/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-selected-repositories-required-workflows", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "required_workflow_id" - } - ], - "renamed": null - }, { "method": "GET", "url": "/orgs/{org}/actions/runners", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-self-hosted-runners-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#list-self-hosted-runners-for-an-organization", "parameters": [ + { "alias": null, "deprecated": null, "in": "QUERY", "name": "name" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -1433,8 +1247,9 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runners", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-self-hosted-runners-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#list-self-hosted-runners-for-a-repository", "parameters": [ + { "alias": null, "deprecated": null, "in": "QUERY", "name": "name" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -1445,20 +1260,21 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-workflow-run-artifacts", + "documentationUrl": "https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "run_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } + { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "name" } ], "renamed": null }, { "method": "GET", "url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-workflow-runs", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1494,7 +1310,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/actions/runs", - "documentationUrl": "https://docs.github.com/rest/reference/actions#list-workflow-runs-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1524,7 +1340,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun", - "documentationUrl": "https://docs.github.com/rest/reference/actions#re-run-job-for-workflow-run", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1541,7 +1357,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun", - "documentationUrl": "https://docs.github.com/rest/reference/actions#re-run-a-workflow", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1558,7 +1374,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs", - "documentationUrl": "https://docs.github.com/rest/reference/actions#re-run-workflow-failed-jobs", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1575,7 +1391,7 @@ { "method": "DELETE", "url": "/orgs/{org}/actions/runners/{runner_id}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "runner_id" } @@ -1585,7 +1401,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1596,7 +1412,7 @@ { "method": "DELETE", "url": "/orgs/{org}/actions/runners/{runner_id}/labels/{name}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "runner_id" }, @@ -1607,7 +1423,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1619,7 +1435,7 @@ { "method": "DELETE", "url": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#remove-selected-repository-from-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -1653,27 +1469,6 @@ ], "renamed": null }, - { - "method": "DELETE", - "url": "/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#remove-a-repository-from-selected-repositories-list-for-a-required-workflow", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "required_workflow_id" - }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "repository_id" - } - ], - "renamed": null - }, { "method": "POST", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule", @@ -1688,7 +1483,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments", - "documentationUrl": "https://docs.github.com/rest/reference/actions#review-pending-deployments-for-a-workflow-run", + "documentationUrl": "https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1707,7 +1502,7 @@ { "method": "PUT", "url": "/orgs/{org}/actions/permissions/selected-actions", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-allowed-actions-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -1734,7 +1529,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/actions/permissions/selected-actions", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-allowed-actions-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1762,7 +1557,7 @@ { "method": "PUT", "url": "/orgs/{org}/actions/runners/{runner_id}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-custom-labels-for-a-self-hosted-runner-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "runner_id" }, @@ -1773,7 +1568,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-custom-labels-for-a-self-hosted-runner-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1807,7 +1602,7 @@ { "method": "PUT", "url": "/orgs/{org}/actions/permissions/workflow", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-default-workflow-permissions", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -1828,7 +1623,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/actions/permissions/workflow", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-default-workflow-permissions-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1850,7 +1645,7 @@ { "method": "PUT", "url": "/orgs/{org}/actions/permissions", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-github-actions-permissions-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -1871,7 +1666,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/actions/permissions", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-github-actions-permissions-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -1888,7 +1683,7 @@ { "method": "PUT", "url": "/orgs/{org}/actions/secrets/{secret_name}/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-selected-repositories-for-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -1922,31 +1717,10 @@ ], "renamed": null }, - { - "method": "PUT", - "url": "/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-selected-repositories-for-a-required-workflow", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "required_workflow_id" - }, - { - "alias": null, - "deprecated": null, - "in": "BODY", - "name": "selected_repository_ids" - } - ], - "renamed": null - }, { "method": "PUT", "url": "/orgs/{org}/actions/permissions/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-selected-repositories-enabled-for-github-actions-in-an-organization", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -1961,7 +1735,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/actions/permissions/access", - "documentationUrl": "https://docs.github.com/rest/reference/actions#set-workflow-access-to-a-repository", + "documentationUrl": "https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -2026,44 +1800,10 @@ ], "renamed": null }, - { - "method": "PATCH", - "url": "/orgs/{org}/actions/required_workflows/{required_workflow_id}", - "documentationUrl": "https://docs.github.com/rest/reference/actions#update-a-required-workflow", - "parameters": [ - { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, - { - "alias": null, - "deprecated": null, - "in": "PATH", - "name": "required_workflow_id" - }, - { - "alias": null, - "deprecated": null, - "in": "BODY", - "name": "workflow_file_path" - }, - { - "alias": null, - "deprecated": null, - "in": "BODY", - "name": "repository_id" - }, - { "alias": null, "deprecated": null, "in": "BODY", "name": "scope" }, - { - "alias": null, - "deprecated": null, - "in": "BODY", - "name": "selected_repository_ids" - } - ], - "renamed": null - }, { "method": "GET", "url": "/user/starred/{owner}/{repo}", - "documentationUrl": "https://docs.github.com/rest/reference/activity#check-if-a-repository-is-starred-by-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -2073,7 +1813,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/subscription", - "documentationUrl": "https://docs.github.com/rest/reference/activity#delete-a-repository-subscription", + "documentationUrl": "https://docs.github.com/rest/activity/watching#delete-a-repository-subscription", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -2083,7 +1823,7 @@ { "method": "DELETE", "url": "/notifications/threads/{thread_id}/subscription", - "documentationUrl": "https://docs.github.com/rest/reference/activity#delete-a-thread-subscription", + "documentationUrl": "https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "thread_id" } ], @@ -2092,14 +1832,14 @@ { "method": "GET", "url": "/feeds", - "documentationUrl": "https://docs.github.com/rest/reference/activity#get-feeds", + "documentationUrl": "https://docs.github.com/rest/activity/feeds#get-feeds", "parameters": [], "renamed": null }, { "method": "GET", "url": "/repos/{owner}/{repo}/subscription", - "documentationUrl": "https://docs.github.com/rest/reference/activity#get-a-repository-subscription", + "documentationUrl": "https://docs.github.com/rest/activity/watching#get-a-repository-subscription", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -2109,7 +1849,7 @@ { "method": "GET", "url": "/notifications/threads/{thread_id}", - "documentationUrl": "https://docs.github.com/rest/reference/activity#get-a-thread", + "documentationUrl": "https://docs.github.com/rest/activity/notifications#get-a-thread", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "thread_id" } ], @@ -2118,7 +1858,7 @@ { "method": "GET", "url": "/notifications/threads/{thread_id}/subscription", - "documentationUrl": "https://docs.github.com/rest/reference/activity#get-a-thread-subscription-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "thread_id" } ], @@ -2127,7 +1867,7 @@ { "method": "GET", "url": "/users/{username}/events", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-events-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -2138,7 +1878,7 @@ { "method": "GET", "url": "/notifications", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "all" }, { @@ -2157,7 +1897,7 @@ { "method": "GET", "url": "/users/{username}/events/orgs/{org}", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-organization-events-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, @@ -2169,7 +1909,7 @@ { "method": "GET", "url": "/events", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-public-events", + "documentationUrl": "https://docs.github.com/rest/activity/events#list-public-events", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -2179,7 +1919,7 @@ { "method": "GET", "url": "/networks/{owner}/{repo}/events", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-public-events-for-a-network-of-repositories", + "documentationUrl": "https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -2191,7 +1931,7 @@ { "method": "GET", "url": "/users/{username}/events/public", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-public-events-for-a-user", + "documentationUrl": "https://docs.github.com/rest/activity/events#list-public-events-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -2202,7 +1942,7 @@ { "method": "GET", "url": "/orgs/{org}/events", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-public-organization-events", + "documentationUrl": "https://docs.github.com/rest/activity/events#list-public-organization-events", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -2213,7 +1953,7 @@ { "method": "GET", "url": "/users/{username}/received_events", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-events-received-by-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -2224,7 +1964,7 @@ { "method": "GET", "url": "/users/{username}/received_events/public", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-public-events-received-by-a-user", + "documentationUrl": "https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -2235,7 +1975,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/events", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-repository-events", + "documentationUrl": "https://docs.github.com/rest/activity/events#list-repository-events", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -2247,7 +1987,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/notifications", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-repository-notifications-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -2268,7 +2008,7 @@ { "method": "GET", "url": "/user/starred", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-repositories-starred-by-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "direction" }, @@ -2280,7 +2020,7 @@ { "method": "GET", "url": "/users/{username}/starred", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-repositories-starred-by-a-user", + "documentationUrl": "https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" }, @@ -2293,7 +2033,7 @@ { "method": "GET", "url": "/users/{username}/subscriptions", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-repositories-watched-by-a-user", + "documentationUrl": "https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -2304,7 +2044,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/stargazers", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-stargazers", + "documentationUrl": "https://docs.github.com/rest/activity/starring#list-stargazers", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -2316,7 +2056,7 @@ { "method": "GET", "url": "/user/subscriptions", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-repositories-watched-by-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/activity/watching#list-repositories-watched-by-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -2326,7 +2066,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/subscribers", - "documentationUrl": "https://docs.github.com/rest/reference/activity#list-watchers", + "documentationUrl": "https://docs.github.com/rest/activity/watching#list-watchers", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -2338,7 +2078,7 @@ { "method": "PUT", "url": "/notifications", - "documentationUrl": "https://docs.github.com/rest/reference/activity#mark-notifications-as-read", + "documentationUrl": "https://docs.github.com/rest/activity/notifications#mark-notifications-as-read", "parameters": [ { "alias": null, @@ -2353,7 +2093,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/notifications", - "documentationUrl": "https://docs.github.com/rest/reference/activity#mark-repository-notifications-as-read", + "documentationUrl": "https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -2369,7 +2109,7 @@ { "method": "PATCH", "url": "/notifications/threads/{thread_id}", - "documentationUrl": "https://docs.github.com/rest/reference/activity#mark-a-thread-as-read", + "documentationUrl": "https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "thread_id" } ], @@ -2378,7 +2118,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/subscription", - "documentationUrl": "https://docs.github.com/rest/reference/activity#set-a-repository-subscription", + "documentationUrl": "https://docs.github.com/rest/activity/watching#set-a-repository-subscription", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -2390,7 +2130,7 @@ { "method": "PUT", "url": "/notifications/threads/{thread_id}/subscription", - "documentationUrl": "https://docs.github.com/rest/reference/activity#set-a-thread-subscription", + "documentationUrl": "https://docs.github.com/rest/activity/notifications#set-a-thread-subscription", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "thread_id" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "ignored" } @@ -2400,7 +2140,7 @@ { "method": "PUT", "url": "/user/starred/{owner}/{repo}", - "documentationUrl": "https://docs.github.com/rest/reference/activity#star-a-repository-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -2410,7 +2150,7 @@ { "method": "DELETE", "url": "/user/starred/{owner}/{repo}", - "documentationUrl": "https://docs.github.com/rest/reference/activity#unstar-a-repository-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -2420,7 +2160,7 @@ { "method": "PUT", "url": "/user/installations/{installation_id}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/apps#add-a-repository-to-an-app-installation", + "documentationUrl": "https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation", "parameters": [ { "alias": null, @@ -2440,7 +2180,7 @@ { "method": "PUT", "url": "/user/installations/{installation_id}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/apps#add-a-repository-to-an-app-installation", + "documentationUrl": "https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation", "parameters": [ { "alias": null, @@ -2460,7 +2200,7 @@ { "method": "POST", "url": "/applications/{client_id}/token", - "documentationUrl": "https://docs.github.com/rest/reference/apps#check-a-token", + "documentationUrl": "https://docs.github.com/rest/apps/oauth-applications#check-a-token", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "client_id" }, { @@ -2475,7 +2215,7 @@ { "method": "POST", "url": "/app-manifests/{code}/conversions", - "documentationUrl": "https://docs.github.com/rest/reference/apps#create-a-github-app-from-a-manifest", + "documentationUrl": "https://docs.github.com/rest/apps/apps#create-a-github-app-from-a-manifest", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "code" } ], @@ -2484,7 +2224,7 @@ { "method": "POST", "url": "/app/installations/{installation_id}/access_tokens", - "documentationUrl": "https://docs.github.com/rest/reference/apps/#create-an-installation-access-token-for-an-app", + "documentationUrl": "https://docs.github.com/rest/apps/apps#create-an-installation-access-token-for-an-app", "parameters": [ { "alias": null, @@ -2720,7 +2460,7 @@ { "method": "DELETE", "url": "/applications/{client_id}/grant", - "documentationUrl": "https://docs.github.com/rest/reference/apps#delete-an-app-authorization", + "documentationUrl": "https://docs.github.com/rest/apps/oauth-applications#delete-an-app-authorization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "client_id" }, { @@ -2735,7 +2475,7 @@ { "method": "DELETE", "url": "/app/installations/{installation_id}", - "documentationUrl": "https://docs.github.com/rest/reference/apps#delete-an-installation-for-the-authenticated-app", + "documentationUrl": "https://docs.github.com/rest/apps/apps#delete-an-installation-for-the-authenticated-app", "parameters": [ { "alias": null, @@ -2749,7 +2489,7 @@ { "method": "DELETE", "url": "/applications/{client_id}/token", - "documentationUrl": "https://docs.github.com/rest/reference/apps#delete-an-app-token", + "documentationUrl": "https://docs.github.com/rest/apps/oauth-applications#delete-an-app-token", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "client_id" }, { @@ -2764,14 +2504,14 @@ { "method": "GET", "url": "/app", - "documentationUrl": "https://docs.github.com/rest/reference/apps#get-the-authenticated-app", + "documentationUrl": "https://docs.github.com/rest/apps/apps#get-the-authenticated-app", "parameters": [], "renamed": null }, { "method": "GET", "url": "/apps/{app_slug}", - "documentationUrl": "https://docs.github.com/rest/reference/apps/#get-an-app", + "documentationUrl": "https://docs.github.com/rest/apps/apps#get-an-app", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "app_slug" } ], @@ -2780,7 +2520,7 @@ { "method": "GET", "url": "/app/installations/{installation_id}", - "documentationUrl": "https://docs.github.com/rest/reference/apps#get-an-installation-for-the-authenticated-app", + "documentationUrl": "https://docs.github.com/rest/apps/apps#get-an-installation-for-the-authenticated-app", "parameters": [ { "alias": null, @@ -2794,7 +2534,7 @@ { "method": "GET", "url": "/orgs/{org}/installation", - "documentationUrl": "https://docs.github.com/rest/reference/apps#get-an-organization-installation-for-the-authenticated-app", + "documentationUrl": "https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -2803,7 +2543,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/installation", - "documentationUrl": "https://docs.github.com/rest/reference/apps#get-a-repository-installation-for-the-authenticated-app", + "documentationUrl": "https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -2813,7 +2553,7 @@ { "method": "GET", "url": "/marketplace_listing/accounts/{account_id}", - "documentationUrl": "https://docs.github.com/rest/reference/apps#get-a-subscription-plan-for-an-account", + "documentationUrl": "https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "account_id" } ], @@ -2822,7 +2562,7 @@ { "method": "GET", "url": "/marketplace_listing/stubbed/accounts/{account_id}", - "documentationUrl": "https://docs.github.com/rest/reference/apps#get-a-subscription-plan-for-an-account-stubbed", + "documentationUrl": "https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "account_id" } ], @@ -2831,7 +2571,7 @@ { "method": "GET", "url": "/users/{username}/installation", - "documentationUrl": "https://docs.github.com/rest/reference/apps#get-a-user-installation-for-the-authenticated-app", + "documentationUrl": "https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -2840,14 +2580,14 @@ { "method": "GET", "url": "/app/hook/config", - "documentationUrl": "https://docs.github.com/rest/reference/apps#get-a-webhook-configuration-for-an-app", + "documentationUrl": "https://docs.github.com/rest/apps/webhooks#get-a-webhook-configuration-for-an-app", "parameters": [], "renamed": null }, { "method": "GET", "url": "/app/hook/deliveries/{delivery_id}", - "documentationUrl": "https://docs.github.com/rest/reference/apps#get-a-delivery-for-an-app-webhook", + "documentationUrl": "https://docs.github.com/rest/apps/webhooks#get-a-delivery-for-an-app-webhook", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "delivery_id" } ], @@ -2856,7 +2596,7 @@ { "method": "GET", "url": "/marketplace_listing/plans/{plan_id}/accounts", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-accounts-for-a-plan", + "documentationUrl": "https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "plan_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" }, @@ -2869,7 +2609,7 @@ { "method": "GET", "url": "/marketplace_listing/stubbed/plans/{plan_id}/accounts", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-accounts-for-a-plan-stubbed", + "documentationUrl": "https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "plan_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" }, @@ -2882,7 +2622,7 @@ { "method": "GET", "url": "/user/installations/{installation_id}/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-repositories-accessible-to-the-user-access-token", + "documentationUrl": "https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-user-access-token", "parameters": [ { "alias": null, @@ -2898,7 +2638,7 @@ { "method": "GET", "url": "/app/installation-requests", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-installation-requests-for-the-authenticated-app", + "documentationUrl": "https://docs.github.com/rest/apps/apps#list-installation-requests-for-the-authenticated-app", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -2908,7 +2648,7 @@ { "method": "GET", "url": "/app/installations", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-installations-for-the-authenticated-app", + "documentationUrl": "https://docs.github.com/enterprise-server@3.9/rest/apps/apps#list-installations-for-the-authenticated-app", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, @@ -2920,7 +2660,7 @@ { "method": "GET", "url": "/user/installations", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-app-installations-accessible-to-the-user-access-token", + "documentationUrl": "https://docs.github.com/rest/apps/installations#list-app-installations-accessible-to-the-user-access-token", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -2930,7 +2670,7 @@ { "method": "GET", "url": "/marketplace_listing/plans", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-plans", + "documentationUrl": "https://docs.github.com/rest/apps/marketplace#list-plans", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -2940,7 +2680,7 @@ { "method": "GET", "url": "/marketplace_listing/stubbed/plans", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-plans-stubbed", + "documentationUrl": "https://docs.github.com/rest/apps/marketplace#list-plans-stubbed", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -2950,7 +2690,7 @@ { "method": "GET", "url": "/installation/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-repositories-accessible-to-the-app-installation", + "documentationUrl": "https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-app-installation", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -2960,7 +2700,7 @@ { "method": "GET", "url": "/user/marketplace_purchases", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-subscriptions-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -2970,7 +2710,7 @@ { "method": "GET", "url": "/user/marketplace_purchases/stubbed", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-subscriptions-for-the-authenticated-user-stubbed", + "documentationUrl": "https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user-stubbed", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -2980,7 +2720,7 @@ { "method": "GET", "url": "/app/hook/deliveries", - "documentationUrl": "https://docs.github.com/rest/reference/apps#list-deliveries-for-an-app-webhook", + "documentationUrl": "https://docs.github.com/rest/apps/webhooks#list-deliveries-for-an-app-webhook", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "cursor" }, @@ -2991,7 +2731,7 @@ { "method": "POST", "url": "/app/hook/deliveries/{delivery_id}/attempts", - "documentationUrl": "https://docs.github.com/rest/reference/apps#redeliver-a-delivery-for-an-app-webhook", + "documentationUrl": "https://docs.github.com/rest/apps/webhooks#redeliver-a-delivery-for-an-app-webhook", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "delivery_id" } ], @@ -3000,7 +2740,7 @@ { "method": "DELETE", "url": "/user/installations/{installation_id}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/apps#remove-a-repository-from-an-app-installation", + "documentationUrl": "https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation", "parameters": [ { "alias": null, @@ -3020,7 +2760,7 @@ { "method": "DELETE", "url": "/user/installations/{installation_id}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/apps#remove-a-repository-from-an-app-installation", + "documentationUrl": "https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation", "parameters": [ { "alias": null, @@ -3040,7 +2780,7 @@ { "method": "PATCH", "url": "/applications/{client_id}/token", - "documentationUrl": "https://docs.github.com/rest/reference/apps#reset-a-token", + "documentationUrl": "https://docs.github.com/rest/apps/oauth-applications#reset-a-token", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "client_id" }, { @@ -3055,7 +2795,7 @@ { "method": "DELETE", "url": "/installation/token", - "documentationUrl": "https://docs.github.com/rest/reference/apps#revoke-an-installation-access-token", + "documentationUrl": "https://docs.github.com/rest/apps/installations#revoke-an-installation-access-token", "parameters": [], "renamed": null }, @@ -3301,7 +3041,7 @@ { "method": "PUT", "url": "/app/installations/{installation_id}/suspended", - "documentationUrl": "https://docs.github.com/rest/reference/apps#suspend-an-app-installation", + "documentationUrl": "https://docs.github.com/rest/apps/apps#suspend-an-app-installation", "parameters": [ { "alias": null, @@ -3315,7 +3055,7 @@ { "method": "DELETE", "url": "/app/installations/{installation_id}/suspended", - "documentationUrl": "https://docs.github.com/rest/reference/apps#unsuspend-an-app-installation", + "documentationUrl": "https://docs.github.com/rest/apps/apps#unsuspend-an-app-installation", "parameters": [ { "alias": null, @@ -3329,7 +3069,7 @@ { "method": "PATCH", "url": "/app/hook/config", - "documentationUrl": "https://docs.github.com/rest/reference/apps#update-a-webhook-configuration-for-an-app", + "documentationUrl": "https://docs.github.com/rest/apps/webhooks#update-a-webhook-configuration-for-an-app", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "url" }, { @@ -3351,7 +3091,7 @@ { "method": "GET", "url": "/orgs/{org}/settings/billing/actions", - "documentationUrl": "https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -3360,7 +3100,7 @@ { "method": "GET", "url": "/users/{username}/settings/billing/actions", - "documentationUrl": "https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-a-user", + "documentationUrl": "https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -3369,7 +3109,7 @@ { "method": "GET", "url": "/orgs/{org}/settings/billing/packages", - "documentationUrl": "https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -3378,7 +3118,7 @@ { "method": "GET", "url": "/users/{username}/settings/billing/packages", - "documentationUrl": "https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-a-user", + "documentationUrl": "https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -3387,7 +3127,7 @@ { "method": "GET", "url": "/orgs/{org}/settings/billing/shared-storage", - "documentationUrl": "https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -3396,7 +3136,7 @@ { "method": "GET", "url": "/users/{username}/settings/billing/shared-storage", - "documentationUrl": "https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-a-user", + "documentationUrl": "https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -3409,15 +3149,158 @@ "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, + { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, + { "alias": null, "deprecated": null, "in": "BODY", "name": "head_sha" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "details_url" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "external_id" + }, { "alias": null, "deprecated": null, "in": "BODY", "name": "status" }, - { "alias": null, "deprecated": null, "in": "BODY", "name": "*" } + { "alias": null, "deprecated": null, "in": "BODY", "name": "started_at" }, + { "alias": null, "deprecated": null, "in": "BODY", "name": "conclusion" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "completed_at" + }, + { "alias": null, "deprecated": null, "in": "BODY", "name": "output" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.title" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.summary" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.text" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.annotations" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.annotations[].path" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.annotations[].start_line" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.annotations[].end_line" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.annotations[].start_column" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.annotations[].end_column" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.annotations[].annotation_level" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.annotations[].message" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.annotations[].title" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.annotations[].raw_details" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.images" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.images[].alt" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.images[].image_url" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.images[].caption" + }, + { "alias": null, "deprecated": null, "in": "BODY", "name": "actions" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "actions[].label" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "actions[].description" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "actions[].identifier" + } ], "renamed": null }, { "method": "POST", "url": "/repos/{owner}/{repo}/check-suites", - "documentationUrl": "https://docs.github.com/rest/reference/checks#create-a-check-suite", + "documentationUrl": "https://docs.github.com/rest/checks/suites#create-a-check-suite", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3428,7 +3311,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/check-runs/{check_run_id}", - "documentationUrl": "https://docs.github.com/rest/reference/checks#get-a-check-run", + "documentationUrl": "https://docs.github.com/rest/checks/runs#get-a-check-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3444,7 +3327,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/check-suites/{check_suite_id}", - "documentationUrl": "https://docs.github.com/rest/reference/checks#get-a-check-suite", + "documentationUrl": "https://docs.github.com/rest/checks/suites#get-a-check-suite", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3460,7 +3343,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations", - "documentationUrl": "https://docs.github.com/rest/reference/checks#list-check-run-annotations", + "documentationUrl": "https://docs.github.com/rest/checks/runs#list-check-run-annotations", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3478,7 +3361,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/commits/{ref}/check-runs", - "documentationUrl": "https://docs.github.com/rest/reference/checks#list-check-runs-for-a-git-reference", + "documentationUrl": "https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3500,7 +3383,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs", - "documentationUrl": "https://docs.github.com/rest/reference/checks#list-check-runs-in-a-check-suite", + "documentationUrl": "https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3526,7 +3409,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/commits/{ref}/check-suites", - "documentationUrl": "https://docs.github.com/rest/reference/checks#list-check-suites-for-a-git-reference", + "documentationUrl": "https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3546,7 +3429,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest", - "documentationUrl": "https://docs.github.com/rest/reference/checks#rerequest-a-check-run", + "documentationUrl": "https://docs.github.com/rest/checks/runs#rerequest-a-check-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3562,7 +3445,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest", - "documentationUrl": "https://docs.github.com/rest/reference/checks#rerequest-a-check-suite", + "documentationUrl": "https://docs.github.com/rest/checks/suites#rerequest-a-check-suite", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3578,7 +3461,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/check-suites/preferences", - "documentationUrl": "https://docs.github.com/rest/reference/checks#update-repository-preferences-for-check-suites", + "documentationUrl": "https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3606,7 +3489,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/check-runs/{check_run_id}", - "documentationUrl": "https://docs.github.com/rest/reference/checks#update-a-check-run", + "documentationUrl": "https://docs.github.com/rest/checks/runs#update-a-check-run", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3732,41 +3615,125 @@ { "alias": null, "deprecated": null, - "in": "BODY", - "name": "output.images[].image_url" - }, + "in": "BODY", + "name": "output.images[].image_url" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "output.images[].caption" + }, + { "alias": null, "deprecated": null, "in": "BODY", "name": "actions" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "actions[].label" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "actions[].description" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "actions[].identifier" + } + ], + "renamed": null + }, + { + "method": "GET", + "url": "/classrooms/{classroom_id}", + "documentationUrl": "https://docs.github.com/rest/classroom/classroom#get-a-classroom", + "parameters": [ + { + "alias": null, + "deprecated": null, + "in": "PATH", + "name": "classroom_id" + } + ], + "renamed": null + }, + { + "method": "GET", + "url": "/assignments/{assignment_id}", + "documentationUrl": "https://docs.github.com/rest/classroom/classroom#get-an-assignment", + "parameters": [ + { + "alias": null, + "deprecated": null, + "in": "PATH", + "name": "assignment_id" + } + ], + "renamed": null + }, + { + "method": "GET", + "url": "/assignments/{assignment_id}/grades", + "documentationUrl": "https://docs.github.com/rest/classroom/classroom#get-assignment-grades", + "parameters": [ { "alias": null, "deprecated": null, - "in": "BODY", - "name": "output.images[].caption" - }, - { "alias": null, "deprecated": null, "in": "BODY", "name": "actions" }, + "in": "PATH", + "name": "assignment_id" + } + ], + "renamed": null + }, + { + "method": "GET", + "url": "/assignments/{assignment_id}/accepted_assignments", + "documentationUrl": "https://docs.github.com/rest/classroom/classroom#list-accepted-assignments-for-an-assignment", + "parameters": [ { "alias": null, "deprecated": null, - "in": "BODY", - "name": "actions[].label" + "in": "PATH", + "name": "assignment_id" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" } + ], + "renamed": null + }, + { + "method": "GET", + "url": "/classrooms/{classroom_id}/assignments", + "documentationUrl": "https://docs.github.com/rest/classroom/classroom#list-assignments-for-a-classroom", + "parameters": [ { "alias": null, "deprecated": null, - "in": "BODY", - "name": "actions[].description" + "in": "PATH", + "name": "classroom_id" }, - { - "alias": null, - "deprecated": null, - "in": "BODY", - "name": "actions[].identifier" - } + { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" } + ], + "renamed": null + }, + { + "method": "GET", + "url": "/classrooms", + "documentationUrl": "https://docs.github.com/rest/classroom/classroom#list-classrooms", + "parameters": [ + { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" } ], "renamed": null }, { "method": "DELETE", "url": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}{?confirm_delete}", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#delete-a-code-scanning-analysis-from-a-repository", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3788,7 +3755,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#get-a-code-scanning-alert", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3810,7 +3777,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#get-a-code-scanning-analysis-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3821,7 +3788,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#get-a-codeql-database-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3832,7 +3799,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/code-scanning/default-setup", - "documentationUrl": "https://docs.github.com/rest/code-scanning#get-a-code-scanning-default-setup-configuration", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -3842,7 +3809,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#get-information-about-a-sarif-upload", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3853,7 +3820,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#list-instances-of-a-code-scanning-alert", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3872,7 +3839,7 @@ { "method": "GET", "url": "/orgs/{org}/code-scanning/alerts", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "tool_name" }, @@ -3909,7 +3876,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#list-instances-of-a-code-scanning-alert", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3928,7 +3895,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/code-scanning/codeql/databases", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#list-codeql-databases-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -3938,7 +3905,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/code-scanning/analyses", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#list-code-scanning-analyses-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3956,7 +3923,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#update-a-code-scanning-alert", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -3985,19 +3952,25 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/code-scanning/default-setup", - "documentationUrl": "https://docs.github.com/rest/code-scanning#update-a-code-scanning-default-setup-configuration", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "state" }, - { "alias": null, "deprecated": null, "in": "BODY", "name": "query_suite" } + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "query_suite" + }, + { "alias": null, "deprecated": null, "in": "BODY", "name": "languages" } ], "renamed": null }, { "method": "POST", "url": "/repos/{owner}/{repo}/code-scanning/sarifs", - "documentationUrl": "https://docs.github.com/rest/reference/code-scanning#upload-an-analysis-as-sarif-data", + "documentationUrl": "https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -4019,14 +3992,14 @@ { "method": "GET", "url": "/codes_of_conduct", - "documentationUrl": "https://docs.github.com/rest/reference/codes-of-conduct#get-all-codes-of-conduct", + "documentationUrl": "https://docs.github.com/rest/codes-of-conduct/codes-of-conduct#get-all-codes-of-conduct", "parameters": [], "renamed": null }, { "method": "GET", "url": "/codes_of_conduct/{key}", - "documentationUrl": "https://docs.github.com/rest/reference/codes-of-conduct#get-a-code-of-conduct", + "documentationUrl": "https://docs.github.com/rest/codes-of-conduct/codes-of-conduct#get-a-code-of-conduct", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "key" } ], @@ -4035,7 +4008,7 @@ { "method": "PUT", "url": "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#add-a-selected-repository-to-a-user-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret", "parameters": [ { "alias": null, @@ -4055,7 +4028,7 @@ { "method": "PUT", "url": "/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#add-selected-repository-to-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -4076,7 +4049,7 @@ { "method": "GET", "url": "/user/codespaces/{codespace_name}/machines", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#list-machine-types-for-a-codespace", + "documentationUrl": "https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace", "parameters": [ { "alias": null, @@ -4090,7 +4063,7 @@ { "method": "POST", "url": "/user/codespaces", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -4163,7 +4136,7 @@ { "method": "PUT", "url": "/orgs/{org}/codespaces/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#create-or-update-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -4192,7 +4165,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#create-or-update-a-repository-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -4215,7 +4188,7 @@ { "method": "PUT", "url": "/user/codespaces/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#create-or-update-a-secret-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -4242,7 +4215,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/codespaces", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-from-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -4298,7 +4271,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/codespaces", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-in-a-repository", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -4348,8 +4321,8 @@ }, { "method": "DELETE", - "url": "/orgs/{org}/codespaces/billing/selected_users", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#delete-codespaces-billing-users", + "url": "/orgs/{org}/codespaces/access/selected_users", + "documentationUrl": "https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -4364,7 +4337,7 @@ { "method": "DELETE", "url": "/user/codespaces/{codespace_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#delete-a-codespace-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -4378,7 +4351,7 @@ { "method": "DELETE", "url": "/orgs/{org}/members/{username}/codespaces/{codespace_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces", + "documentationUrl": "https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, @@ -4394,7 +4367,7 @@ { "method": "DELETE", "url": "/orgs/{org}/codespaces/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#delete-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "secret_name" } @@ -4404,7 +4377,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#delete-a-repository-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -4415,7 +4388,7 @@ { "method": "DELETE", "url": "/user/codespaces/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#delete-a-secret-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "secret_name" } ], @@ -4438,7 +4411,7 @@ { "method": "GET", "url": "/orgs/{org}/members/{username}/codespaces", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#get-codespaces-for-user-in-org", + "documentationUrl": "https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-a-user-in-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, @@ -4465,7 +4438,7 @@ { "method": "GET", "url": "/user/codespaces/{codespace_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#get-a-codespace-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -4479,7 +4452,7 @@ { "method": "GET", "url": "/orgs/{org}/codespaces/secrets/public-key", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#get-an-organization-public-key", + "documentationUrl": "https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -4488,7 +4461,7 @@ { "method": "GET", "url": "/orgs/{org}/codespaces/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#get-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "secret_name" } @@ -4498,14 +4471,14 @@ { "method": "GET", "url": "/user/codespaces/secrets/public-key", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#get-public-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/secrets#get-public-key-for-the-authenticated-user", "parameters": [], "renamed": null }, { "method": "GET", "url": "/repos/{owner}/{repo}/codespaces/secrets/public-key", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#get-a-repository-public-key", + "documentationUrl": "https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -4515,7 +4488,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#get-a-repository-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -4526,7 +4499,7 @@ { "method": "GET", "url": "/user/codespaces/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#get-a-secret-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "secret_name" } ], @@ -4535,7 +4508,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/codespaces/devcontainers", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#list-devcontainers-in-a-repository-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#list-devcontainer-configurations-in-a-repository-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, @@ -4547,7 +4520,7 @@ { "method": "GET", "url": "/user/codespaces", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#list-codespaces-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, @@ -4563,7 +4536,7 @@ { "method": "GET", "url": "/orgs/{org}/codespaces", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#list-in-organization", + "documentationUrl": "https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-the-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, @@ -4575,7 +4548,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/codespaces", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, @@ -4587,7 +4560,7 @@ { "method": "GET", "url": "/orgs/{org}/codespaces/secrets", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#list-organization-secrets", + "documentationUrl": "https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -4598,7 +4571,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/codespaces/secrets", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#list-repository-secrets", + "documentationUrl": "https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -4610,7 +4583,7 @@ { "method": "GET", "url": "/user/codespaces/secrets/{secret_name}/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#list-selected-repositories-for-a-user-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "secret_name" } ], @@ -4619,7 +4592,7 @@ { "method": "GET", "url": "/user/codespaces/secrets", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#list-secrets-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/secrets#list-secrets-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -4629,7 +4602,7 @@ { "method": "GET", "url": "/orgs/{org}/codespaces/secrets/{secret_name}/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#list-selected-repositories-for-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -4646,7 +4619,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/codespaces/new", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#preview-attributes-for-a-new-codespace", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -4658,7 +4631,7 @@ { "method": "POST", "url": "/user/codespaces/{codespace_name}/publish", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace", "parameters": [ { "alias": null, @@ -4674,7 +4647,7 @@ { "method": "DELETE", "url": "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#remove-a-selected-repository-from-a-user-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret", "parameters": [ { "alias": null, @@ -4694,7 +4667,7 @@ { "method": "DELETE", "url": "/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#remove-selected-repository-from-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -4715,19 +4688,20 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/codespaces/machines", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#list-available-machine-types-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "location" }, - { "alias": null, "deprecated": null, "in": "QUERY", "name": "client_ip" } + { "alias": null, "deprecated": null, "in": "QUERY", "name": "client_ip" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "ref" } ], "renamed": null }, { "method": "PUT", - "url": "/orgs/{org}/codespaces/billing", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#set-codespaces-billing", + "url": "/orgs/{org}/codespaces/access", + "documentationUrl": "https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "visibility" }, @@ -4742,8 +4716,8 @@ }, { "method": "POST", - "url": "/orgs/{org}/codespaces/billing/selected_users", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#set-codespaces-billing-users", + "url": "/orgs/{org}/codespaces/access/selected_users", + "documentationUrl": "https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -4758,7 +4732,7 @@ { "method": "PUT", "url": "/user/codespaces/secrets/{secret_name}/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#set-selected-repositories-for-a-user-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret", "parameters": [ { "alias": null, @@ -4778,7 +4752,7 @@ { "method": "PUT", "url": "/orgs/{org}/codespaces/secrets/{secret_name}/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#set-selected-repositories-for-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -4799,7 +4773,7 @@ { "method": "POST", "url": "/user/codespaces/{codespace_name}/start", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#start-a-codespace-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -4813,7 +4787,7 @@ { "method": "POST", "url": "/user/codespaces/{codespace_name}/stop", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#stop-a-codespace-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -4827,7 +4801,7 @@ { "method": "POST", "url": "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces", + "documentationUrl": "https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, @@ -4843,7 +4817,7 @@ { "method": "PATCH", "url": "/user/codespaces/{codespace_name}", - "documentationUrl": "https://docs.github.com/rest/reference/codespaces#update-a-codespace-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -4867,10 +4841,100 @@ ], "renamed": null }, + { + "method": "POST", + "url": "/orgs/{org}/copilot/billing/selected_teams", + "documentationUrl": "https://docs.github.com/rest/copilot/copilot-for-business#add-teams-to-the-copilot-for-business-subscription-for-an-organization", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "selected_teams" + } + ], + "renamed": null + }, + { + "method": "POST", + "url": "/orgs/{org}/copilot/billing/selected_users", + "documentationUrl": "https://docs.github.com/rest/copilot/copilot-for-business#add-users-to-the-copilot-for-business-subscription-for-an-organization", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "selected_usernames" + } + ], + "renamed": null + }, + { + "method": "DELETE", + "url": "/orgs/{org}/copilot/billing/selected_teams", + "documentationUrl": "https://docs.github.com/rest/copilot/copilot-for-business#remove-teams-from-the-copilot-for-business-subscription-for-an-organization", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "selected_teams" + } + ], + "renamed": null + }, + { + "method": "DELETE", + "url": "/orgs/{org}/copilot/billing/selected_users", + "documentationUrl": "https://docs.github.com/rest/copilot/copilot-for-business#remove-users-from-the-copilot-for-business-subscription-for-an-organization", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "selected_usernames" + } + ], + "renamed": null + }, + { + "method": "GET", + "url": "/orgs/{org}/copilot/billing", + "documentationUrl": "https://docs.github.com/rest/copilot/copilot-for-business#get-copilot-for-business-seat-information-and-settings-for-an-organization", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } + ], + "renamed": null + }, + { + "method": "GET", + "url": "/orgs/{org}/members/{username}/copilot", + "documentationUrl": "https://docs.github.com/rest/copilot/copilot-for-business#get-copilot-for-business-seat-assignment-details-for-a-user", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, + { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } + ], + "renamed": null + }, + { + "method": "GET", + "url": "/orgs/{org}/copilot/billing/seats", + "documentationUrl": "https://docs.github.com/rest/copilot/copilot-for-business#list-all-copilot-for-business-seat-assignments-for-an-organization", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" } + ], + "renamed": null + }, { "method": "PUT", "url": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#add-selected-repository-to-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -4920,7 +4984,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#create-or-update-a-repository-secret", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -4943,7 +5007,7 @@ { "method": "DELETE", "url": "/orgs/{org}/dependabot/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#delete-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "secret_name" } @@ -4953,7 +5017,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#delete-a-repository-secret", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -4964,7 +5028,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/dependabot/alerts/{alert_number}", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#get-a-dependabot-alert", + "documentationUrl": "https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -4980,7 +5044,7 @@ { "method": "GET", "url": "/orgs/{org}/dependabot/secrets/public-key", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#get-an-organization-public-key", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -4989,7 +5053,7 @@ { "method": "GET", "url": "/orgs/{org}/dependabot/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#get-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "secret_name" } @@ -4999,7 +5063,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/dependabot/secrets/public-key", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#get-a-repository-public-key", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -5009,7 +5073,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#get-a-repository-secret", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5062,7 +5126,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/dependabot/alerts", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#list-dependabot-alerts-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5086,7 +5150,7 @@ { "method": "GET", "url": "/orgs/{org}/dependabot/secrets", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#list-organization-secrets", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#list-organization-secrets", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -5097,7 +5161,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/dependabot/secrets", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#list-repository-secrets", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#list-repository-secrets", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5109,7 +5173,7 @@ { "method": "GET", "url": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#list-selected-repositories-for-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -5126,7 +5190,7 @@ { "method": "DELETE", "url": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#remove-selected-repository-from-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -5147,7 +5211,7 @@ { "method": "PUT", "url": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#set-selected-repositories-for-an-organization-secret", + "documentationUrl": "https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -5168,7 +5232,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/dependabot/alerts/{alert_number}", - "documentationUrl": "https://docs.github.com/rest/reference/dependabot#update-a-dependabot-alert", + "documentationUrl": "https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5197,7 +5261,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/dependency-graph/snapshots", - "documentationUrl": "https://docs.github.com/rest/reference/dependency-graph#create-a-snapshot-of-dependencies-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5331,7 +5395,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "documentationUrl": "https://docs.github.com/rest/reference/dependency-graph#get-a-diff-of-the-dependencies-between-commits", + "documentationUrl": "https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5353,14 +5417,14 @@ { "method": "GET", "url": "/emojis", - "documentationUrl": "https://docs.github.com/rest/reference/emojis#get-emojis", + "documentationUrl": "https://docs.github.com/rest/emojis/emojis#get-emojis", "parameters": [], "renamed": null }, { "method": "GET", "url": "/gists/{gist_id}/star", - "documentationUrl": "https://docs.github.com/rest/reference/gists#check-if-a-gist-is-starred", + "documentationUrl": "https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" } ], @@ -5369,7 +5433,7 @@ { "method": "POST", "url": "/gists", - "documentationUrl": "https://docs.github.com/rest/reference/gists#create-a-gist", + "documentationUrl": "https://docs.github.com/rest/gists/gists#create-a-gist", "parameters": [ { "alias": null, @@ -5392,7 +5456,7 @@ { "method": "POST", "url": "/gists/{gist_id}/comments", - "documentationUrl": "https://docs.github.com/rest/reference/gists#create-a-gist-comment", + "documentationUrl": "https://docs.github.com/rest/gists/comments#create-a-gist-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "body" } @@ -5402,7 +5466,7 @@ { "method": "DELETE", "url": "/gists/{gist_id}", - "documentationUrl": "https://docs.github.com/rest/reference/gists#delete-a-gist", + "documentationUrl": "https://docs.github.com/rest/gists/gists#delete-a-gist", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" } ], @@ -5411,7 +5475,7 @@ { "method": "DELETE", "url": "/gists/{gist_id}/comments/{comment_id}", - "documentationUrl": "https://docs.github.com/rest/reference/gists#delete-a-gist-comment", + "documentationUrl": "https://docs.github.com/rest/gists/comments#delete-a-gist-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "comment_id" } @@ -5421,7 +5485,7 @@ { "method": "POST", "url": "/gists/{gist_id}/forks", - "documentationUrl": "https://docs.github.com/rest/reference/gists#fork-a-gist", + "documentationUrl": "https://docs.github.com/rest/gists/gists#fork-a-gist", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" } ], @@ -5430,7 +5494,7 @@ { "method": "GET", "url": "/gists/{gist_id}", - "documentationUrl": "https://docs.github.com/rest/reference/gists#get-a-gist", + "documentationUrl": "https://docs.github.com/rest/gists/gists#get-a-gist", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" } ], @@ -5439,7 +5503,7 @@ { "method": "GET", "url": "/gists/{gist_id}/comments/{comment_id}", - "documentationUrl": "https://docs.github.com/rest/reference/gists#get-a-gist-comment", + "documentationUrl": "https://docs.github.com/rest/gists/comments#get-a-gist-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "comment_id" } @@ -5449,7 +5513,7 @@ { "method": "GET", "url": "/gists/{gist_id}/{sha}", - "documentationUrl": "https://docs.github.com/rest/reference/gists#get-a-gist-revision", + "documentationUrl": "https://docs.github.com/rest/gists/gists#get-a-gist-revision", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "sha" } @@ -5459,7 +5523,7 @@ { "method": "GET", "url": "/gists", - "documentationUrl": "https://docs.github.com/rest/reference/gists#list-gists-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "since" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -5470,7 +5534,7 @@ { "method": "GET", "url": "/gists/{gist_id}/comments", - "documentationUrl": "https://docs.github.com/rest/reference/gists#list-gist-comments", + "documentationUrl": "https://docs.github.com/rest/gists/comments#list-gist-comments", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -5481,7 +5545,7 @@ { "method": "GET", "url": "/gists/{gist_id}/commits", - "documentationUrl": "https://docs.github.com/rest/reference/gists#list-gist-commits", + "documentationUrl": "https://docs.github.com/rest/gists/gists#list-gist-commits", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -5492,7 +5556,7 @@ { "method": "GET", "url": "/users/{username}/gists", - "documentationUrl": "https://docs.github.com/rest/reference/gists#list-gists-for-a-user", + "documentationUrl": "https://docs.github.com/rest/gists/gists#list-gists-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "since" }, @@ -5504,7 +5568,7 @@ { "method": "GET", "url": "/gists/{gist_id}/forks", - "documentationUrl": "https://docs.github.com/rest/reference/gists#list-gist-forks", + "documentationUrl": "https://docs.github.com/rest/gists/gists#list-gist-forks", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -5515,7 +5579,7 @@ { "method": "GET", "url": "/gists/public", - "documentationUrl": "https://docs.github.com/rest/reference/gists#list-public-gists", + "documentationUrl": "https://docs.github.com/rest/gists/gists#list-public-gists", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "since" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -5526,7 +5590,7 @@ { "method": "GET", "url": "/gists/starred", - "documentationUrl": "https://docs.github.com/rest/reference/gists#list-starred-gists", + "documentationUrl": "https://docs.github.com/rest/gists/gists#list-starred-gists", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "since" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -5537,7 +5601,7 @@ { "method": "PUT", "url": "/gists/{gist_id}/star", - "documentationUrl": "https://docs.github.com/rest/reference/gists#star-a-gist", + "documentationUrl": "https://docs.github.com/rest/gists/gists#star-a-gist", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" } ], @@ -5546,7 +5610,7 @@ { "method": "DELETE", "url": "/gists/{gist_id}/star", - "documentationUrl": "https://docs.github.com/rest/reference/gists#unstar-a-gist", + "documentationUrl": "https://docs.github.com/rest/gists/gists#unstar-a-gist", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" } ], @@ -5584,7 +5648,7 @@ { "method": "PATCH", "url": "/gists/{gist_id}/comments/{comment_id}", - "documentationUrl": "https://docs.github.com/rest/reference/gists#update-a-gist-comment", + "documentationUrl": "https://docs.github.com/rest/gists/comments#update-a-gist-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gist_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "comment_id" }, @@ -5595,7 +5659,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/git/blobs", - "documentationUrl": "https://docs.github.com/rest/reference/git#create-a-blob", + "documentationUrl": "https://docs.github.com/rest/git/blobs#create-a-blob", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5607,7 +5671,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/git/commits", - "documentationUrl": "https://docs.github.com/rest/reference/git#create-a-commit", + "documentationUrl": "https://docs.github.com/rest/git/commits#create-a-commit", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5659,7 +5723,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/git/refs", - "documentationUrl": "https://docs.github.com/rest/reference/git#create-a-reference", + "documentationUrl": "https://docs.github.com/rest/git/refs#create-a-reference", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5671,7 +5735,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/git/tags", - "documentationUrl": "https://docs.github.com/rest/reference/git#create-a-tag-object", + "documentationUrl": "https://docs.github.com/rest/git/tags#create-a-tag-object", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5699,7 +5763,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/git/trees", - "documentationUrl": "https://docs.github.com/rest/reference/git#create-a-tree", + "documentationUrl": "https://docs.github.com/rest/git/trees#create-a-tree", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5736,7 +5800,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/git/refs/{ref}", - "documentationUrl": "https://docs.github.com/rest/reference/git#delete-a-reference", + "documentationUrl": "https://docs.github.com/rest/git/refs#delete-a-reference", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5747,7 +5811,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/git/blobs/{file_sha}", - "documentationUrl": "https://docs.github.com/rest/reference/git#get-a-blob", + "documentationUrl": "https://docs.github.com/rest/git/blobs#get-a-blob", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5758,7 +5822,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/git/commits/{commit_sha}", - "documentationUrl": "https://docs.github.com/rest/reference/git#get-a-commit", + "documentationUrl": "https://docs.github.com/rest/git/commits#get-a-commit-object", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5769,7 +5833,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/git/ref/{ref}", - "documentationUrl": "https://docs.github.com/rest/reference/git#get-a-reference", + "documentationUrl": "https://docs.github.com/rest/git/refs#get-a-reference", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5780,7 +5844,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/git/tags/{tag_sha}", - "documentationUrl": "https://docs.github.com/rest/reference/git#get-a-tag", + "documentationUrl": "https://docs.github.com/rest/git/tags#get-a-tag", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5791,7 +5855,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/git/trees/{tree_sha}", - "documentationUrl": "https://docs.github.com/rest/reference/git#get-a-tree", + "documentationUrl": "https://docs.github.com/rest/git/trees#get-a-tree", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5803,7 +5867,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/git/matching-refs/{ref}", - "documentationUrl": "https://docs.github.com/rest/reference/git#list-matching-references", + "documentationUrl": "https://docs.github.com/rest/git/refs#list-matching-references", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5814,7 +5878,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/git/refs/{ref}", - "documentationUrl": "https://docs.github.com/rest/reference/git#update-a-reference", + "documentationUrl": "https://docs.github.com/rest/git/refs#update-a-reference", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5827,14 +5891,14 @@ { "method": "GET", "url": "/gitignore/templates", - "documentationUrl": "https://docs.github.com/rest/reference/gitignore#get-all-gitignore-templates", + "documentationUrl": "https://docs.github.com/rest/gitignore/gitignore#get-all-gitignore-templates", "parameters": [], "renamed": null }, { "method": "GET", "url": "/gitignore/templates/{name}", - "documentationUrl": "https://docs.github.com/rest/reference/gitignore#get-a-gitignore-template", + "documentationUrl": "https://docs.github.com/rest/gitignore/gitignore#get-a-gitignore-template", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "name" } ], @@ -5843,14 +5907,14 @@ { "method": "GET", "url": "/user/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-your-public-repositories", + "documentationUrl": "https://docs.github.com/rest/interactions/user#get-interaction-restrictions-for-your-public-repositories", "parameters": [], "renamed": null }, { "method": "GET", "url": "/orgs/{org}/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -5859,7 +5923,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -5869,21 +5933,21 @@ { "method": "GET", "url": "/user/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-your-public-repositories", + "documentationUrl": "https://docs.github.com/rest/interactions/user#get-interaction-restrictions-for-your-public-repositories", "parameters": [], "renamed": { "note": null } }, { "method": "DELETE", "url": "/user/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-from-your-public-repositories", + "documentationUrl": "https://docs.github.com/rest/interactions/user#remove-interaction-restrictions-from-your-public-repositories", "parameters": [], "renamed": null }, { "method": "DELETE", "url": "/orgs/{org}/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -5892,7 +5956,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -5902,14 +5966,14 @@ { "method": "DELETE", "url": "/user/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-from-your-public-repositories", + "documentationUrl": "https://docs.github.com/rest/interactions/user#remove-interaction-restrictions-from-your-public-repositories", "parameters": [], "renamed": { "note": null } }, { "method": "PUT", "url": "/user/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-your-public-repositories", + "documentationUrl": "https://docs.github.com/rest/interactions/user#set-interaction-restrictions-for-your-public-repositories", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "limit" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "expiry" } @@ -5919,7 +5983,7 @@ { "method": "PUT", "url": "/orgs/{org}/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "limit" }, @@ -5930,7 +5994,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5942,7 +6006,7 @@ { "method": "PUT", "url": "/user/interaction-limits", - "documentationUrl": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-your-public-repositories", + "documentationUrl": "https://docs.github.com/rest/interactions/user#set-interaction-restrictions-for-your-public-repositories", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "limit" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "expiry" } @@ -5952,7 +6016,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/issues/{issue_number}/assignees", - "documentationUrl": "https://docs.github.com/rest/reference/issues#add-assignees-to-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5969,7 +6033,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/issues/{issue_number}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/issues#add-labels-to-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/labels#add-labels-to-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -5992,7 +6056,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/assignees/{assignee}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#check-if-a-user-can-be-assigned", + "documentationUrl": "https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6003,7 +6067,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#check-if-a-user-can-be-assigned-to-a-issue", + "documentationUrl": "https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6020,7 +6084,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/issues", - "documentationUrl": "https://docs.github.com/rest/reference/issues#create-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/issues#create-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6036,7 +6100,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/issues/{issue_number}/comments", - "documentationUrl": "https://docs.github.com/rest/reference/issues#create-an-issue-comment", + "documentationUrl": "https://docs.github.com/rest/issues/comments#create-an-issue-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6053,7 +6117,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/issues#create-a-label", + "documentationUrl": "https://docs.github.com/rest/issues/labels#create-a-label", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6066,7 +6130,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/milestones", - "documentationUrl": "https://docs.github.com/rest/reference/issues#create-a-milestone", + "documentationUrl": "https://docs.github.com/rest/issues/milestones#create-a-milestone", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6085,7 +6149,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/issues/comments/{comment_id}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#delete-an-issue-comment", + "documentationUrl": "https://docs.github.com/rest/issues/comments#delete-an-issue-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6096,7 +6160,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/labels/{name}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#delete-a-label", + "documentationUrl": "https://docs.github.com/rest/issues/labels#delete-a-label", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6107,7 +6171,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/milestones/{milestone_number}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#delete-a-milestone", + "documentationUrl": "https://docs.github.com/rest/issues/milestones#delete-a-milestone", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6123,7 +6187,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/{issue_number}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#get-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/issues#get-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6139,7 +6203,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/comments/{comment_id}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#get-an-issue-comment", + "documentationUrl": "https://docs.github.com/rest/issues/comments#get-an-issue-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6150,7 +6214,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/events/{event_id}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#get-an-issue-event", + "documentationUrl": "https://docs.github.com/rest/issues/events#get-an-issue-event", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6161,7 +6225,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/labels/{name}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#get-a-label", + "documentationUrl": "https://docs.github.com/rest/issues/labels#get-a-label", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6172,7 +6236,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/milestones/{milestone_number}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#get-a-milestone", + "documentationUrl": "https://docs.github.com/rest/issues/milestones#get-a-milestone", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6188,7 +6252,7 @@ { "method": "GET", "url": "/issues", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-issues-assigned-to-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/issues/issues#list-issues-assigned-to-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "filter" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "state" }, @@ -6208,7 +6272,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/assignees", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-assignees", + "documentationUrl": "https://docs.github.com/rest/issues/assignees#list-assignees", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6220,7 +6284,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/{issue_number}/comments", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-issue-comments", + "documentationUrl": "https://docs.github.com/rest/issues/comments#list-issue-comments", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6239,7 +6303,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/comments", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-issue-comments-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6254,7 +6318,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/{issue_number}/events", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-issue-events", + "documentationUrl": "https://docs.github.com/rest/issues/events#list-issue-events", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6272,7 +6336,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/events", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-issue-events-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6284,7 +6348,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/{issue_number}/timeline", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-timeline-events-for-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6302,7 +6366,7 @@ { "method": "GET", "url": "/user/issues", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-user-account-issues-assigned-to-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/issues/issues#list-user-account-issues-assigned-to-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "filter" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "state" }, @@ -6318,7 +6382,7 @@ { "method": "GET", "url": "/orgs/{org}/issues", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-organization-issues-assigned-to-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "filter" }, @@ -6335,7 +6399,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-repository-issues", + "documentationUrl": "https://docs.github.com/rest/issues/issues#list-repository-issues", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6356,7 +6420,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/milestones/{milestone_number}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-labels-for-issues-in-a-milestone", + "documentationUrl": "https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6374,7 +6438,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-labels-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/issues/labels#list-labels-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6386,7 +6450,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/{issue_number}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-labels-for-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/labels#list-labels-for-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6404,7 +6468,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/milestones", - "documentationUrl": "https://docs.github.com/rest/reference/issues#list-milestones", + "documentationUrl": "https://docs.github.com/rest/issues/milestones#list-milestones", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6419,7 +6483,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/issues/{issue_number}/lock", - "documentationUrl": "https://docs.github.com/rest/reference/issues#lock-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/issues#lock-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6436,7 +6500,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/issues/{issue_number}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/issues#remove-all-labels-from-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6469,7 +6533,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/issues/{issue_number}/labels/{name}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#remove-a-label-from-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6486,7 +6550,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/issues/{issue_number}/labels", - "documentationUrl": "https://docs.github.com/rest/reference/issues#set-labels-for-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/labels#set-labels-for-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6509,7 +6573,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/issues/{issue_number}/lock", - "documentationUrl": "https://docs.github.com/rest/reference/issues#unlock-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/issues#unlock-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6525,7 +6589,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/issues/{issue_number}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#update-an-issue", + "documentationUrl": "https://docs.github.com/rest/issues/issues#update-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6554,7 +6618,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/issues/comments/{comment_id}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#update-an-issue-comment", + "documentationUrl": "https://docs.github.com/rest/issues/comments#update-an-issue-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6566,7 +6630,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/labels/{name}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#update-a-label", + "documentationUrl": "https://docs.github.com/rest/issues/labels#update-a-label", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6580,7 +6644,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/milestones/{milestone_number}", - "documentationUrl": "https://docs.github.com/rest/reference/issues#update-a-milestone", + "documentationUrl": "https://docs.github.com/rest/issues/milestones#update-a-milestone", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -6605,7 +6669,7 @@ { "method": "GET", "url": "/licenses/{license}", - "documentationUrl": "https://docs.github.com/rest/reference/licenses#get-a-license", + "documentationUrl": "https://docs.github.com/rest/licenses/licenses#get-a-license", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "license" } ], @@ -6614,7 +6678,7 @@ { "method": "GET", "url": "/licenses", - "documentationUrl": "https://docs.github.com/rest/reference/licenses#get-all-commonly-used-licenses", + "documentationUrl": "https://docs.github.com/rest/licenses/licenses#get-all-commonly-used-licenses", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "featured" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -6625,7 +6689,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/license", - "documentationUrl": "https://docs.github.com/rest/reference/licenses/#get-the-license-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -6635,7 +6699,7 @@ { "method": "POST", "url": "/markdown", - "documentationUrl": "https://docs.github.com/rest/reference/markdown#render-a-markdown-document", + "documentationUrl": "https://docs.github.com/rest/markdown/markdown#render-a-markdown-document", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "text" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "mode" }, @@ -6646,7 +6710,7 @@ { "method": "POST", "url": "/markdown/raw", - "documentationUrl": "https://docs.github.com/rest/reference/markdown#render-a-markdown-document-in-raw-mode", + "documentationUrl": "https://docs.github.com/rest/markdown/markdown#render-a-markdown-document-in-raw-mode", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "data" } ], @@ -6655,21 +6719,21 @@ { "method": "GET", "url": "/meta", - "documentationUrl": "https://docs.github.com/rest/reference/meta#get-github-meta-information", + "documentationUrl": "https://docs.github.com/rest/meta/meta#get-apiname-meta-information", "parameters": [], "renamed": null }, { "method": "GET", "url": "/versions", - "documentationUrl": "https://docs.github.com/rest/reference/meta#get-all-api-versions", + "documentationUrl": "https://docs.github.com/rest/meta/meta#get-all-api-versions", "parameters": [], "renamed": null }, { "method": "GET", "url": "/octocat", - "documentationUrl": "https://docs.github.com/rest/reference/meta#get-octocat", + "documentationUrl": "https://docs.github.com/rest/meta/meta#get-octocat", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "s" } ], @@ -6678,14 +6742,14 @@ { "method": "GET", "url": "/zen", - "documentationUrl": "https://docs.github.com/rest/meta#get-the-zen-of-github", + "documentationUrl": "https://docs.github.com/rest/meta/meta#get-the-zen-of-github", "parameters": [], "renamed": null }, { "method": "GET", "url": "/", - "documentationUrl": "https://docs.github.com/rest/overview/resources-in-the-rest-api#root-endpoint", + "documentationUrl": "https://docs.github.com/rest/meta/meta#github-api-root", "parameters": [], "renamed": null }, @@ -7146,7 +7210,7 @@ { "method": "PUT", "url": "/orgs/{org}/security-managers/teams/{team_slug}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#add-a-security-manager-team", + "documentationUrl": "https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" } @@ -7156,7 +7220,7 @@ { "method": "PUT", "url": "/orgs/{org}/blocks/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#block-a-user-from-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -7166,7 +7230,7 @@ { "method": "DELETE", "url": "/orgs/{org}/invitations/{invitation_id}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#cancel-an-organization-invitation", + "documentationUrl": "https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -7181,7 +7245,7 @@ { "method": "GET", "url": "/orgs/{org}/blocks/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#check-if-a-user-is-blocked-by-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -7191,7 +7255,7 @@ { "method": "GET", "url": "/orgs/{org}/members/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#check-organization-membership-for-a-user", + "documentationUrl": "https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -7201,7 +7265,7 @@ { "method": "GET", "url": "/orgs/{org}/public_members/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#check-public-organization-membership-for-a-user", + "documentationUrl": "https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -7211,7 +7275,7 @@ { "method": "PUT", "url": "/orgs/{org}/outside_collaborators/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#convert-an-organization-member-to-outside-collaborator", + "documentationUrl": "https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, @@ -7222,7 +7286,7 @@ { "method": "POST", "url": "/orgs/{org}/invitations", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#create-an-organization-invitation", + "documentationUrl": "https://docs.github.com/rest/orgs/members#create-an-organization-invitation", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "invitee_id" }, @@ -7235,7 +7299,7 @@ { "method": "POST", "url": "/orgs/{org}/hooks", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#create-an-organization-webhook", + "documentationUrl": "https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, @@ -7279,7 +7343,7 @@ { "method": "DELETE", "url": "/orgs/{org}", - "documentationUrl": "https://docs.github.com/rest/orgs/orgs/#delete-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/orgs#delete-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -7288,7 +7352,7 @@ { "method": "DELETE", "url": "/orgs/{org}/hooks/{hook_id}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#delete-an-organization-webhook", + "documentationUrl": "https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "hook_id" } @@ -7298,7 +7362,7 @@ { "method": "POST", "url": "/orgs/{org}/{security_product}/{enablement}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#enable-or-disable-security-product-on-all-org-repos", + "documentationUrl": "https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -7307,14 +7371,15 @@ "in": "PATH", "name": "security_product" }, - { "alias": null, "deprecated": null, "in": "PATH", "name": "enablement" } + { "alias": null, "deprecated": null, "in": "PATH", "name": "enablement" }, + { "alias": null, "deprecated": null, "in": "BODY", "name": "query_suite" } ], "renamed": null }, { "method": "GET", "url": "/orgs/{org}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#get-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/orgs#get-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -7323,7 +7388,7 @@ { "method": "GET", "url": "/user/memberships/orgs/{org}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#get-an-organization-membership-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -7332,7 +7397,7 @@ { "method": "GET", "url": "/orgs/{org}/memberships/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#get-organization-membership-for-a-user", + "documentationUrl": "https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -7342,7 +7407,7 @@ { "method": "GET", "url": "/orgs/{org}/hooks/{hook_id}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#get-an-organization-webhook", + "documentationUrl": "https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "hook_id" } @@ -7352,7 +7417,7 @@ { "method": "GET", "url": "/orgs/{org}/hooks/{hook_id}/config", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#get-a-webhook-configuration-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "hook_id" } @@ -7362,7 +7427,7 @@ { "method": "GET", "url": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#get-a-webhook-delivery-for-an-organization-webhook", + "documentationUrl": "https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "hook_id" }, @@ -7373,7 +7438,7 @@ { "method": "GET", "url": "/organizations", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-organizations", + "documentationUrl": "https://docs.github.com/rest/orgs/orgs#list-organizations", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "since" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" } @@ -7383,7 +7448,7 @@ { "method": "GET", "url": "/orgs/{org}/installations", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-app-installations-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -7394,7 +7459,7 @@ { "method": "GET", "url": "/orgs/{org}/blocks", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-users-blocked-by-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -7405,7 +7470,7 @@ { "method": "GET", "url": "/orgs/{org}/failed_invitations", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-failed-organization-invitations", + "documentationUrl": "https://docs.github.com/rest/orgs/members#list-failed-organization-invitations", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -7416,7 +7481,7 @@ { "method": "GET", "url": "/user/orgs", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-organizations-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/orgs/orgs#list-organizations-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -7426,7 +7491,7 @@ { "method": "GET", "url": "/users/{username}/orgs", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-organizations-for-a-user", + "documentationUrl": "https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -7437,7 +7502,7 @@ { "method": "GET", "url": "/orgs/{org}/invitations/{invitation_id}/teams", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-organization-invitation-teams", + "documentationUrl": "https://docs.github.com/rest/orgs/members#list-organization-invitation-teams", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -7454,7 +7519,7 @@ { "method": "GET", "url": "/orgs/{org}/members", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-organization-members", + "documentationUrl": "https://docs.github.com/rest/orgs/members#list-organization-members", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "filter" }, @@ -7467,7 +7532,7 @@ { "method": "GET", "url": "/user/memberships/orgs", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-organization-memberships-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/orgs/members#list-organization-memberships-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "state" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -7478,7 +7543,7 @@ { "method": "GET", "url": "/orgs/{org}/outside_collaborators", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-outside-collaborators-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "filter" }, @@ -7489,8 +7554,8 @@ }, { "method": "GET", - "url": "/organizations/{org}/personal-access-tokens/{pat_id}/repositories", - "documentationUrl": "https://docs.github.com/rest/orgs/orgs#list-repositories-a-fine-grained-personal-access-token-has-access-to", + "url": "/orgs/{org}/personal-access-tokens/{pat_id}/repositories", + "documentationUrl": "https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "pat_id" }, @@ -7501,8 +7566,8 @@ }, { "method": "GET", - "url": "/organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories", - "documentationUrl": "https://docs.github.com/rest/orgs/orgs#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token", + "url": "/orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories", + "documentationUrl": "https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -7518,8 +7583,8 @@ }, { "method": "GET", - "url": "/organizations/{org}/personal-access-token-requests", - "documentationUrl": "https://docs.github.com/rest/orgs/orgs#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", + "url": "/orgs/{org}/personal-access-token-requests", + "documentationUrl": "https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -7556,8 +7621,8 @@ }, { "method": "GET", - "url": "/organizations/{org}/personal-access-tokens", - "documentationUrl": "https://docs.github.com/rest/orgs/orgs#list-fine-grained-personal-access-tokens-with-access-to-organization-resources", + "url": "/orgs/{org}/personal-access-tokens", + "documentationUrl": "https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -7595,7 +7660,7 @@ { "method": "GET", "url": "/orgs/{org}/invitations", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-pending-organization-invitations", + "documentationUrl": "https://docs.github.com/rest/orgs/members#list-pending-organization-invitations", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -7613,7 +7678,7 @@ { "method": "GET", "url": "/orgs/{org}/public_members", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-public-organization-members", + "documentationUrl": "https://docs.github.com/rest/orgs/members#list-public-organization-members", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -7624,7 +7689,7 @@ { "method": "GET", "url": "/orgs/{org}/security-managers", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-security-manager-teams", + "documentationUrl": "https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -7633,7 +7698,7 @@ { "method": "GET", "url": "/orgs/{org}/hooks/{hook_id}/deliveries", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-deliveries-for-an-organization-webhook", + "documentationUrl": "https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "hook_id" }, @@ -7646,7 +7711,7 @@ { "method": "GET", "url": "/orgs/{org}/hooks", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-organization-webhooks", + "documentationUrl": "https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -7657,7 +7722,7 @@ { "method": "POST", "url": "/orgs/{org}/hooks/{hook_id}/pings", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#ping-an-organization-webhook", + "documentationUrl": "https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "hook_id" } @@ -7667,7 +7732,7 @@ { "method": "POST", "url": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#redeliver-a-delivery-for-an-organization-webhook", + "documentationUrl": "https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "hook_id" }, @@ -7678,7 +7743,7 @@ { "method": "DELETE", "url": "/orgs/{org}/members/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#remove-an-organization-member", + "documentationUrl": "https://docs.github.com/rest/orgs/members#remove-an-organization-member", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -7688,7 +7753,7 @@ { "method": "DELETE", "url": "/orgs/{org}/memberships/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#remove-organization-membership-for-a-user", + "documentationUrl": "https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -7698,7 +7763,7 @@ { "method": "DELETE", "url": "/orgs/{org}/outside_collaborators/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#remove-outside-collaborator-from-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -7708,7 +7773,7 @@ { "method": "DELETE", "url": "/orgs/{org}/public_members/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#remove-public-organization-membership-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -7718,7 +7783,7 @@ { "method": "DELETE", "url": "/orgs/{org}/security-managers/teams/{team_slug}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#remove-a-security-manager-team", + "documentationUrl": "https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" } @@ -7727,8 +7792,8 @@ }, { "method": "POST", - "url": "/organizations/{org}/personal-access-token-requests/{pat_request_id}", - "documentationUrl": "https://docs.github.com/rest/orgs/orgs#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token", + "url": "/orgs/{org}/personal-access-token-requests/{pat_request_id}", + "documentationUrl": "https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -7744,8 +7809,8 @@ }, { "method": "POST", - "url": "/organizations/{org}/personal-access-token-requests", - "documentationUrl": "https://docs.github.com/rest/orgs/orgs#review-requests-to-access-organization-resources-with-a-fine-grained-personal-access-token", + "url": "/orgs/{org}/personal-access-token-requests", + "documentationUrl": "https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -7762,7 +7827,7 @@ { "method": "PUT", "url": "/orgs/{org}/memberships/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#set-organization-membership-for-a-user", + "documentationUrl": "https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, @@ -7773,7 +7838,7 @@ { "method": "PUT", "url": "/orgs/{org}/public_members/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#set-public-organization-membership-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -7783,7 +7848,7 @@ { "method": "DELETE", "url": "/orgs/{org}/blocks/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#unblock-a-user-from-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -7793,7 +7858,7 @@ { "method": "PATCH", "url": "/orgs/{org}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#update-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/orgs#update-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { @@ -7951,7 +8016,7 @@ { "method": "PATCH", "url": "/user/memberships/orgs/{org}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#update-an-organization-membership-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "state" } @@ -7960,8 +8025,8 @@ }, { "method": "POST", - "url": "/organizations/{org}/personal-access-tokens/{pat_id}", - "documentationUrl": "https://docs.github.com/rest/orgs/orgs#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources", + "url": "/orgs/{org}/personal-access-tokens/{pat_id}", + "documentationUrl": "https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "pat_id" }, @@ -7971,8 +8036,8 @@ }, { "method": "POST", - "url": "/organizations/{org}/personal-access-tokens", - "documentationUrl": "https://docs.github.com/rest/orgs/orgs#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens", + "url": "/orgs/{org}/personal-access-tokens", + "documentationUrl": "https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "action" }, @@ -7983,7 +8048,7 @@ { "method": "PATCH", "url": "/orgs/{org}/hooks/{hook_id}", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#update-an-organization-webhook", + "documentationUrl": "https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "hook_id" }, @@ -8016,7 +8081,7 @@ { "method": "PATCH", "url": "/orgs/{org}/hooks/{hook_id}/config", - "documentationUrl": "https://docs.github.com/rest/reference/orgs#update-a-webhook-configuration-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "hook_id" }, @@ -8040,7 +8105,7 @@ { "method": "DELETE", "url": "/user/packages/{package_type}/{package_name}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#delete-a-package-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -8060,7 +8125,7 @@ { "method": "DELETE", "url": "/orgs/{org}/packages/{package_type}/{package_name}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#delete-a-package-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization", "parameters": [ { "alias": null, @@ -8081,7 +8146,7 @@ { "method": "DELETE", "url": "/users/{username}/packages/{package_type}/{package_name}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#delete-a-package-for-a-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user", "parameters": [ { "alias": null, @@ -8102,7 +8167,7 @@ { "method": "DELETE", "url": "/user/packages/{package_type}/{package_name}/versions/{package_version_id}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -8128,7 +8193,7 @@ { "method": "DELETE", "url": "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization", "parameters": [ { "alias": null, @@ -8155,7 +8220,7 @@ { "method": "DELETE", "url": "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-a-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user", "parameters": [ { "alias": null, @@ -8182,7 +8247,7 @@ { "method": "GET", "url": "/orgs/{org}/packages/{package_type}/{package_name}/versions", - "documentationUrl": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization", + "documentationUrl": "https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization", "parameters": [ { "alias": null, @@ -8206,7 +8271,7 @@ { "method": "GET", "url": "/user/packages/{package_type}/{package_name}/versions", - "documentationUrl": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user", "parameters": [ { "alias": null, @@ -8229,7 +8294,7 @@ { "method": "GET", "url": "/user/packages/{package_type}/{package_name}/versions", - "documentationUrl": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user", "parameters": [ { "alias": null, @@ -8252,7 +8317,7 @@ { "method": "GET", "url": "/orgs/{org}/packages/{package_type}/{package_name}/versions", - "documentationUrl": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization", + "documentationUrl": "https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization", "parameters": [ { "alias": null, @@ -8276,7 +8341,7 @@ { "method": "GET", "url": "/users/{username}/packages/{package_type}/{package_name}/versions", - "documentationUrl": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user", "parameters": [ { "alias": null, @@ -8297,7 +8362,7 @@ { "method": "GET", "url": "/user/packages/{package_type}/{package_name}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#get-a-package-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -8317,7 +8382,7 @@ { "method": "GET", "url": "/orgs/{org}/packages/{package_type}/{package_name}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#get-a-package-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization", "parameters": [ { "alias": null, @@ -8338,7 +8403,7 @@ { "method": "GET", "url": "/users/{username}/packages/{package_type}/{package_name}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#get-a-package-for-a-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#get-a-package-for-a-user", "parameters": [ { "alias": null, @@ -8359,7 +8424,7 @@ { "method": "GET", "url": "/user/packages/{package_type}/{package_name}/versions/{package_version_id}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -8385,7 +8450,7 @@ { "method": "GET", "url": "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization", "parameters": [ { "alias": null, @@ -8412,7 +8477,7 @@ { "method": "GET", "url": "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-a-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user", "parameters": [ { "alias": null, @@ -8439,14 +8504,14 @@ { "method": "GET", "url": "/user/docker/conflicts", - "documentationUrl": "https://docs.github.com/rest/packages#list-docker-migration-conflicting-packages-for-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-authenticated-user", "parameters": [], "renamed": null }, { "method": "GET", "url": "/orgs/{org}/docker/conflicts", - "documentationUrl": "https://docs.github.com/rest/reference/packages#list-docker-migration-conflicting-packages-for-organization", + "documentationUrl": "https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" } ], @@ -8455,7 +8520,7 @@ { "method": "GET", "url": "/users/{username}/docker/conflicts", - "documentationUrl": "https://docs.github.com/rest/reference/packages#list-docker-migration-conflicting-packages-for-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -8464,7 +8529,7 @@ { "method": "GET", "url": "/user/packages", - "documentationUrl": "https://docs.github.com/rest/reference/packages#list-packages-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#list-packages-for-the-authenticated-users-namespace", "parameters": [ { "alias": null, @@ -8486,7 +8551,7 @@ { "method": "GET", "url": "/orgs/{org}/packages", - "documentationUrl": "https://docs.github.com/rest/reference/packages#list-packages-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/packages/packages#list-packages-for-an-organization", "parameters": [ { "alias": null, @@ -8509,7 +8574,7 @@ { "method": "GET", "url": "/users/{username}/packages", - "documentationUrl": "https://docs.github.com/rest/reference/packages#list-packages-for-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#list-packages-for-a-user", "parameters": [ { "alias": null, @@ -8532,7 +8597,7 @@ { "method": "POST", "url": "/user/packages/{package_type}/{package_name}/restore{?token}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#restore-a-package-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -8553,7 +8618,7 @@ { "method": "POST", "url": "/orgs/{org}/packages/{package_type}/{package_name}/restore{?token}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#restore-a-package-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization", "parameters": [ { "alias": null, @@ -8575,7 +8640,7 @@ { "method": "POST", "url": "/users/{username}/packages/{package_type}/{package_name}/restore{?token}", - "documentationUrl": "https://docs.github.com/rest/reference/packages#restore-a-package-for-a-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user", "parameters": [ { "alias": null, @@ -8597,7 +8662,7 @@ { "method": "POST", "url": "/user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore", - "documentationUrl": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -8623,7 +8688,7 @@ { "method": "POST", "url": "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore", - "documentationUrl": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization", "parameters": [ { "alias": null, @@ -8650,7 +8715,7 @@ { "method": "POST", "url": "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore", - "documentationUrl": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-a-user", + "documentationUrl": "https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user", "parameters": [ { "alias": null, @@ -8677,7 +8742,7 @@ { "method": "PUT", "url": "/projects/{project_id}/collaborators/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/projects#add-project-collaborator", + "documentationUrl": "https://docs.github.com/rest/projects/collaborators#add-project-collaborator", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, @@ -8688,7 +8753,7 @@ { "method": "POST", "url": "/projects/columns/{column_id}/cards", - "documentationUrl": "https://docs.github.com/rest/reference/projects#create-a-project-card", + "documentationUrl": "https://docs.github.com/rest/projects/cards#create-a-project-card", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "column_id" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "note" }, @@ -8705,7 +8770,7 @@ { "method": "POST", "url": "/projects/{project_id}/columns", - "documentationUrl": "https://docs.github.com/rest/reference/projects#create-a-project-column", + "documentationUrl": "https://docs.github.com/rest/projects/columns#create-a-project-column", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "name" } @@ -8715,7 +8780,7 @@ { "method": "POST", "url": "/user/projects", - "documentationUrl": "https://docs.github.com/rest/reference/projects#create-a-user-project", + "documentationUrl": "https://docs.github.com/rest/projects/projects#create-a-user-project", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "body" } @@ -8725,7 +8790,7 @@ { "method": "POST", "url": "/orgs/{org}/projects", - "documentationUrl": "https://docs.github.com/rest/reference/projects#create-an-organization-project", + "documentationUrl": "https://docs.github.com/rest/projects/projects#create-an-organization-project", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, @@ -8736,7 +8801,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/projects", - "documentationUrl": "https://docs.github.com/rest/reference/projects#create-a-repository-project", + "documentationUrl": "https://docs.github.com/rest/projects/projects#create-a-repository-project", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -8748,7 +8813,7 @@ { "method": "DELETE", "url": "/projects/{project_id}", - "documentationUrl": "https://docs.github.com/rest/reference/projects#delete-a-project", + "documentationUrl": "https://docs.github.com/rest/projects/projects#delete-a-project", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" } ], @@ -8757,7 +8822,7 @@ { "method": "DELETE", "url": "/projects/columns/cards/{card_id}", - "documentationUrl": "https://docs.github.com/rest/reference/projects#delete-a-project-card", + "documentationUrl": "https://docs.github.com/rest/projects/cards#delete-a-project-card", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "card_id" } ], @@ -8766,7 +8831,7 @@ { "method": "DELETE", "url": "/projects/columns/{column_id}", - "documentationUrl": "https://docs.github.com/rest/reference/projects#delete-a-project-column", + "documentationUrl": "https://docs.github.com/rest/projects/columns#delete-a-project-column", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "column_id" } ], @@ -8775,7 +8840,7 @@ { "method": "GET", "url": "/projects/{project_id}", - "documentationUrl": "https://docs.github.com/rest/reference/projects#get-a-project", + "documentationUrl": "https://docs.github.com/rest/projects/projects#get-a-project", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" } ], @@ -8784,7 +8849,7 @@ { "method": "GET", "url": "/projects/columns/cards/{card_id}", - "documentationUrl": "https://docs.github.com/rest/reference/projects#get-a-project-card", + "documentationUrl": "https://docs.github.com/rest/projects/cards#get-a-project-card", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "card_id" } ], @@ -8793,7 +8858,7 @@ { "method": "GET", "url": "/projects/columns/{column_id}", - "documentationUrl": "https://docs.github.com/rest/reference/projects#get-a-project-column", + "documentationUrl": "https://docs.github.com/rest/projects/columns#get-a-project-column", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "column_id" } ], @@ -8802,7 +8867,7 @@ { "method": "GET", "url": "/projects/{project_id}/collaborators/{username}/permission", - "documentationUrl": "https://docs.github.com/rest/reference/projects#get-project-permission-for-a-user", + "documentationUrl": "https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -8812,7 +8877,7 @@ { "method": "GET", "url": "/projects/columns/{column_id}/cards", - "documentationUrl": "https://docs.github.com/rest/reference/projects#list-project-cards", + "documentationUrl": "https://docs.github.com/rest/projects/cards#list-project-cards", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "column_id" }, { @@ -8829,7 +8894,7 @@ { "method": "GET", "url": "/projects/{project_id}/collaborators", - "documentationUrl": "https://docs.github.com/rest/reference/projects#list-project-collaborators", + "documentationUrl": "https://docs.github.com/rest/projects/collaborators#list-project-collaborators", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" }, { @@ -8846,7 +8911,7 @@ { "method": "GET", "url": "/projects/{project_id}/columns", - "documentationUrl": "https://docs.github.com/rest/reference/projects#list-project-columns", + "documentationUrl": "https://docs.github.com/rest/projects/columns#list-project-columns", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -8857,7 +8922,7 @@ { "method": "GET", "url": "/orgs/{org}/projects", - "documentationUrl": "https://docs.github.com/rest/reference/projects#list-organization-projects", + "documentationUrl": "https://docs.github.com/rest/projects/projects#list-organization-projects", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "state" }, @@ -8869,7 +8934,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/projects", - "documentationUrl": "https://docs.github.com/rest/reference/projects#list-repository-projects", + "documentationUrl": "https://docs.github.com/rest/projects/projects#list-repository-projects", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -8882,7 +8947,7 @@ { "method": "GET", "url": "/users/{username}/projects", - "documentationUrl": "https://docs.github.com/rest/reference/projects#list-user-projects", + "documentationUrl": "https://docs.github.com/rest/projects/projects#list-user-projects", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "state" }, @@ -8894,7 +8959,7 @@ { "method": "POST", "url": "/projects/columns/cards/{card_id}/moves", - "documentationUrl": "https://docs.github.com/rest/reference/projects#move-a-project-card", + "documentationUrl": "https://docs.github.com/rest/projects/cards#move-a-project-card", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "card_id" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "position" }, @@ -8905,7 +8970,7 @@ { "method": "POST", "url": "/projects/columns/{column_id}/moves", - "documentationUrl": "https://docs.github.com/rest/reference/projects#move-a-project-column", + "documentationUrl": "https://docs.github.com/rest/projects/columns#move-a-project-column", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "column_id" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "position" } @@ -8915,7 +8980,7 @@ { "method": "DELETE", "url": "/projects/{project_id}/collaborators/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/projects#remove-project-collaborator", + "documentationUrl": "https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -8925,7 +8990,7 @@ { "method": "PATCH", "url": "/projects/{project_id}", - "documentationUrl": "https://docs.github.com/rest/reference/projects#update-a-project", + "documentationUrl": "https://docs.github.com/rest/projects/projects#update-a-project", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, @@ -8944,7 +9009,7 @@ { "method": "PATCH", "url": "/projects/columns/cards/{card_id}", - "documentationUrl": "https://docs.github.com/rest/reference/projects#update-a-project-card", + "documentationUrl": "https://docs.github.com/rest/projects/cards#update-an-existing-project-card", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "card_id" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "note" }, @@ -8955,7 +9020,7 @@ { "method": "PATCH", "url": "/projects/columns/{column_id}", - "documentationUrl": "https://docs.github.com/rest/reference/projects#update-a-project-column", + "documentationUrl": "https://docs.github.com/rest/projects/columns#update-an-existing-project-column", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "column_id" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "name" } @@ -8965,7 +9030,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/merge", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#check-if-a-pull-request-has-been-merged", + "documentationUrl": "https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -8976,7 +9041,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/pulls", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#create-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/pulls#create-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -8999,7 +9064,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#create-a-reply-for-a-review-comment", + "documentationUrl": "https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9017,7 +9082,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#create-a-review-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9079,7 +9144,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/comments", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#create-a-review-comment-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9115,7 +9180,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#delete-a-pending-review-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9132,7 +9197,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/pulls/comments/{comment_id}", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#delete-a-review-comment-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9143,7 +9208,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#dismiss-a-review-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9162,7 +9227,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/{pull_number}", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#get-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/pulls#get-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9173,7 +9238,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#get-a-review-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9190,7 +9255,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/comments/{comment_id}", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#get-a-review-comment-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9201,7 +9266,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#list-pull-requests", + "documentationUrl": "https://docs.github.com/rest/pulls/pulls#list-pull-requests", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9218,7 +9283,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#list-comments-for-a-pull-request-review", + "documentationUrl": "https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9237,7 +9302,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/commits", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#list-commits-on-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9255,7 +9320,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/files", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#list-pull-requests-files", + "documentationUrl": "https://docs.github.com/rest/pulls/pulls#list-pull-requests-files", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9273,7 +9338,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#get-all-requested-reviewers-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9284,7 +9349,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/comments", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#list-review-comments-on-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9305,7 +9370,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/comments", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#list-review-comments-in-a-repository", + "documentationUrl": "https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9320,7 +9385,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#list-reviews-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9338,7 +9403,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/merge", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#merge-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/pulls#merge-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9373,7 +9438,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#remove-requested-reviewers-from-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9419,7 +9484,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#submit-a-review-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9438,7 +9503,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/pulls/{pull_number}", - "documentationUrl": "https://docs.github.com/rest/reference/pulls/#update-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/pulls#update-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9464,7 +9529,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/update-branch", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#update-a-pull-request-branch", + "documentationUrl": "https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9486,7 +9551,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#update-a-review-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9504,7 +9569,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/pulls/comments/{comment_id}", - "documentationUrl": "https://docs.github.com/rest/reference/pulls#update-a-review-comment-for-a-pull-request", + "documentationUrl": "https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9516,14 +9581,14 @@ { "method": "GET", "url": "/rate_limit", - "documentationUrl": "https://docs.github.com/rest/reference/rate-limit#get-rate-limit-status-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/rate-limit/rate-limit#get-rate-limit-status-for-the-authenticated-user", "parameters": [], "renamed": null }, { "method": "POST", "url": "/repos/{owner}/{repo}/comments/{comment_id}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#create-reaction-for-a-commit-comment", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9535,7 +9600,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/issues/{issue_number}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#create-reaction-for-an-issue", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9552,7 +9617,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#create-reaction-for-an-issue-comment", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9564,7 +9629,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#create-reaction-for-a-pull-request-review-comment", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9576,7 +9641,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/releases/{release_id}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions/#create-reaction-for-a-release", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9588,7 +9653,7 @@ { "method": "POST", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#create-reaction-for-a-team-discussion-comment", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -9611,7 +9676,7 @@ { "method": "POST", "url": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions/#create-reaction-for-a-team-discussion-comment-legacy", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -9633,7 +9698,7 @@ { "method": "POST", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#create-reaction-for-a-team-discussion", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -9650,7 +9715,7 @@ { "method": "POST", "url": "/teams/{team_id}/discussions/{discussion_number}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions/#create-reaction-for-a-team-discussion-legacy", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -9666,7 +9731,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-a-commit-comment-reaction", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9678,7 +9743,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-an-issue-reaction", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9695,7 +9760,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-an-issue-comment-reaction", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9707,7 +9772,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-a-pull-request-comment-reaction", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9719,7 +9784,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}", - "documentationUrl": "https://docs.github.com/rest/reference/reactions/#delete-a-release-reaction", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9731,7 +9796,7 @@ { "method": "DELETE", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-team-discussion-reaction", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -9748,7 +9813,7 @@ { "method": "DELETE", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-team-discussion-comment-reaction", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -9771,7 +9836,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/comments/{comment_id}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#list-reactions-for-a-commit-comment", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9785,7 +9850,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/{issue_number}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#list-reactions-for-an-issue", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9804,7 +9869,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#list-reactions-for-an-issue-comment", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9818,7 +9883,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#list-reactions-for-a-pull-request-review-comment", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9832,7 +9897,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/releases/{release_id}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions/#list-reactions-for-a-release", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -9846,7 +9911,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#list-reactions-for-a-team-discussion-comment", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -9871,7 +9936,7 @@ { "method": "GET", "url": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions/#list-reactions-for-a-team-discussion-comment-legacy", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -9895,7 +9960,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions#list-reactions-for-a-team-discussion", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -9914,7 +9979,7 @@ { "method": "GET", "url": "/teams/{team_id}/discussions/{discussion_number}/reactions", - "documentationUrl": "https://docs.github.com/rest/reference/reactions/#list-reactions-for-a-team-discussion-legacy", + "documentationUrl": "https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -10017,6 +10082,16 @@ ], "renamed": null }, + { + "method": "GET", + "url": "/repos/{owner}/{repo}/automated-security-fixes", + "documentationUrl": "https://docs.github.com/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, + { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } + ], + "renamed": null + }, { "method": "GET", "url": "/repos/{owner}/{repo}/collaborators/{username}", @@ -10031,7 +10106,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/vulnerability-alerts", - "documentationUrl": "https://docs.github.com/rest/reference/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -10041,7 +10116,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/codeowners/errors", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-codeowners-errors", + "documentationUrl": "https://docs.github.com/rest/repos/repos#list-codeowners-errors", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -10148,7 +10223,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/keys", - "documentationUrl": "https://docs.github.com/rest/deploy-keys#create-a-deploy-key", + "documentationUrl": "https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -10205,7 +10280,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies", - "documentationUrl": "https://docs.github.com/rest/deployments/branch-policies#create-deployment-branch-policy", + "documentationUrl": "https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -10222,7 +10297,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules", - "documentationUrl": "https://docs.github.com/rest/deployments/deployment-protection-rules#create-a-deployment-protection-rule", + "documentationUrl": "https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment", "parameters": [ { "alias": null, @@ -10287,7 +10362,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/dispatches", - "documentationUrl": "https://docs.github.com/rest/reference/repos#create-a-repository-dispatch-event", + "documentationUrl": "https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -10310,7 +10385,7 @@ { "method": "POST", "url": "/user/repos", - "documentationUrl": "https://docs.github.com/rest/reference/repos#create-a-repository-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/repos/repos#create-a-repository-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, { @@ -10416,7 +10491,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/forks", - "documentationUrl": "https://docs.github.com/rest/reference/repos#create-a-fork", + "documentationUrl": "https://docs.github.com/rest/repos/forks#create-a-fork", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -10439,7 +10514,7 @@ { "method": "POST", "url": "/orgs/{org}/repos", - "documentationUrl": "https://docs.github.com/rest/reference/repos#create-an-organization-repository", + "documentationUrl": "https://docs.github.com/rest/repos/repos#create-an-organization-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, @@ -10600,7 +10675,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/contents/{path}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#create-or-update-file-contents", + "documentationUrl": "https://docs.github.com/rest/repos/contents#create-or-update-file-contents", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -10648,7 +10723,7 @@ { "method": "POST", "url": "/orgs/{org}/rulesets", - "documentationUrl": "https://docs.github.com/rest/repos/rules#create-organization-repository-ruleset", + "documentationUrl": "https://docs.github.com/rest/orgs/rules#create-an-organization-repository-ruleset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, @@ -10677,6 +10752,12 @@ "in": "BODY", "name": "bypass_actors[].actor_type" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "bypass_actors[].bypass_mode" + }, { "alias": null, "deprecated": null, "in": "BODY", "name": "conditions" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "rules" }, { @@ -10787,7 +10868,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/pages/deployment", - "documentationUrl": "https://docs.github.com/rest/pages#create-a-github-pages-deployment", + "documentationUrl": "https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -10816,7 +10897,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/pages", - "documentationUrl": "https://docs.github.com/rest/pages#create-a-github-pages-site", + "documentationUrl": "https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -10869,7 +10950,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/rulesets", - "documentationUrl": "https://docs.github.com/rest/repos/rules#create-repository-ruleset", + "documentationUrl": "https://docs.github.com/rest/repos/rules#create-a-repository-ruleset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -10885,25 +10966,25 @@ "alias": null, "deprecated": null, "in": "BODY", - "name": "bypass_mode" + "name": "bypass_actors" }, { "alias": null, "deprecated": null, "in": "BODY", - "name": "bypass_actors" + "name": "bypass_actors[].actor_id" }, { "alias": null, "deprecated": null, "in": "BODY", - "name": "bypass_actors[].actor_id" + "name": "bypass_actors[].actor_type" }, { "alias": null, "deprecated": null, "in": "BODY", - "name": "bypass_actors[].actor_type" + "name": "bypass_actors[].bypass_mode" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "conditions" }, { @@ -11033,7 +11114,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/tags/protection", - "documentationUrl": "https://docs.github.com/rest/reference/repos#create-tag-protection-state-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/repos/tags#create-a-tag-protection-state-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11044,7 +11125,7 @@ { "method": "POST", "url": "/repos/{template_owner}/{template_repo}/generate", - "documentationUrl": "https://docs.github.com/rest/reference/repos#create-a-repository-using-a-template", + "documentationUrl": "https://docs.github.com/rest/repos/repos#create-a-repository-using-a-template", "parameters": [ { "alias": null, @@ -11152,7 +11233,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#delete-a-repository", + "documentationUrl": "https://docs.github.com/rest/repos/repos#delete-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -11244,7 +11325,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/keys/{key_id}", - "documentationUrl": "https://docs.github.com/rest/deploy-keys#delete-a-deploy-key", + "documentationUrl": "https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11271,7 +11352,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", - "documentationUrl": "https://docs.github.com/rest/deployments/branch-policies#delete-deployment-branch-policy", + "documentationUrl": "https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11293,7 +11374,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/contents/{path}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#delete-a-file", + "documentationUrl": "https://docs.github.com/rest/repos/contents#delete-a-file", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11349,7 +11430,7 @@ { "method": "DELETE", "url": "/orgs/{org}/rulesets/{ruleset_id}", - "documentationUrl": "https://docs.github.com/rest/repos/rules#delete-organization-ruleset", + "documentationUrl": "https://docs.github.com/rest/orgs/rules#delete-an-organization-repository-ruleset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "ruleset_id" } @@ -11359,7 +11440,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/pages", - "documentationUrl": "https://docs.github.com/rest/pages#delete-a-github-pages-site", + "documentationUrl": "https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -11380,7 +11461,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/releases/{release_id}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#delete-a-release", + "documentationUrl": "https://docs.github.com/rest/releases/releases#delete-a-release", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11391,7 +11472,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/releases/assets/{asset_id}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#delete-a-release-asset", + "documentationUrl": "https://docs.github.com/rest/releases/assets#delete-a-release-asset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11402,7 +11483,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/rulesets/{ruleset_id}", - "documentationUrl": "https://docs.github.com/rest/repos/rules#delete-repository-ruleset", + "documentationUrl": "https://docs.github.com/rest/repos/rules#delete-a-repository-ruleset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11413,7 +11494,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#delete-tag-protection-state-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/repos/tags#delete-a-tag-protection-state-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11440,7 +11521,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/automated-security-fixes", - "documentationUrl": "https://docs.github.com/rest/reference/repos#disable-automated-security-fixes", + "documentationUrl": "https://docs.github.com/rest/repos/repos#disable-automated-security-fixes", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -11450,7 +11531,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}", - "documentationUrl": "https://docs.github.com/rest/deployments/protection-rules#disable-deployment-protection-rule", + "documentationUrl": "https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment", "parameters": [ { "alias": null, @@ -11471,8 +11552,8 @@ }, { "method": "DELETE", - "url": "/repos/{owner}/{repo}/lfs", - "documentationUrl": "https://docs.github.com/rest/reference/repos#disable-git-lfs-for-a-repository", + "url": "/repos/{owner}/{repo}/private-vulnerability-reporting", + "documentationUrl": "https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -11482,7 +11563,7 @@ { "method": "DELETE", "url": "/repos/{owner}/{repo}/vulnerability-alerts", - "documentationUrl": "https://docs.github.com/rest/reference/repos#disable-vulnerability-alerts", + "documentationUrl": "https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -11492,7 +11573,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/tarball/{ref}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#download-a-repository-archive", + "documentationUrl": "https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11503,7 +11584,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/zipball/{ref}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#download-a-repository-archive", + "documentationUrl": "https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11514,7 +11595,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/tarball/{ref}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#download-a-repository-archive", + "documentationUrl": "https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11525,7 +11606,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/zipball/{ref}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#download-a-repository-archive", + "documentationUrl": "https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11536,7 +11617,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/automated-security-fixes", - "documentationUrl": "https://docs.github.com/rest/reference/repos#enable-automated-security-fixes", + "documentationUrl": "https://docs.github.com/rest/repos/repos#enable-automated-security-fixes", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -11545,8 +11626,8 @@ }, { "method": "PUT", - "url": "/repos/{owner}/{repo}/lfs", - "documentationUrl": "https://docs.github.com/rest/reference/repos#enable-git-lfs-for-a-repository", + "url": "/repos/{owner}/{repo}/private-vulnerability-reporting", + "documentationUrl": "https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -11556,7 +11637,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/vulnerability-alerts", - "documentationUrl": "https://docs.github.com/rest/reference/repos#enable-vulnerability-alerts", + "documentationUrl": "https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -11566,7 +11647,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/releases/generate-notes", - "documentationUrl": "https://docs.github.com/rest/reference/repos#generate-release-notes", + "documentationUrl": "https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11595,7 +11676,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#get-a-repository", + "documentationUrl": "https://docs.github.com/rest/repos/repos#get-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -11627,7 +11708,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules", - "documentationUrl": "https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules", + "documentationUrl": "https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment", "parameters": [ { "alias": null, @@ -11666,7 +11747,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/topics", - "documentationUrl": "https://docs.github.com/rest/reference/repos#get-all-repository-topics", + "documentationUrl": "https://docs.github.com/rest/repos/repos#get-all-repository-topics", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11678,7 +11759,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", - "documentationUrl": "https://docs.github.com/rest/branches/branch-protection#list-apps-with-access-to-the-protected-branch", + "documentationUrl": "https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11835,7 +11916,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/contents/{path}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#get-repository-content", + "documentationUrl": "https://docs.github.com/rest/repos/contents#get-repository-content", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11857,7 +11938,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}", - "documentationUrl": "https://docs.github.com/rest/deployments/protection-rules#get-a-deployment-protection-rule", + "documentationUrl": "https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11879,7 +11960,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/keys/{key_id}", - "documentationUrl": "https://docs.github.com/rest/deploy-keys#get-a-deploy-key", + "documentationUrl": "https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11906,7 +11987,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", - "documentationUrl": "https://docs.github.com/rest/deployments/branch-policies#get-deployment-branch-policy", + "documentationUrl": "https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -11961,7 +12042,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pages/builds/latest", - "documentationUrl": "https://docs.github.com/rest/pages#get-latest-pages-build", + "documentationUrl": "https://docs.github.com/rest/pages/pages#get-latest-pages-build", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -11971,7 +12052,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/releases/latest", - "documentationUrl": "https://docs.github.com/rest/reference/repos#get-the-latest-release", + "documentationUrl": "https://docs.github.com/rest/releases/releases#get-the-latest-release", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -11981,7 +12062,7 @@ { "method": "GET", "url": "/orgs/{org}/rulesets/{ruleset_id}", - "documentationUrl": "https://docs.github.com/rest/repos/rules#get-organization-ruleset", + "documentationUrl": "https://docs.github.com/rest/orgs/rules#get-an-organization-repository-ruleset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "ruleset_id" } @@ -11991,7 +12072,7 @@ { "method": "GET", "url": "/orgs/{org}/rulesets", - "documentationUrl": "https://docs.github.com/rest/repos/rules#get-organization-rulesets", + "documentationUrl": "https://docs.github.com/rest/orgs/rules#get-all-organization-repository-rulesets", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -12002,7 +12083,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pages", - "documentationUrl": "https://docs.github.com/rest/pages#get-a-github-pages-site", + "documentationUrl": "https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -12012,7 +12093,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pages/builds/{build_id}", - "documentationUrl": "https://docs.github.com/rest/pages#get-github-pages-build", + "documentationUrl": "https://docs.github.com/rest/pages/pages#get-apiname-pages-build", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12023,7 +12104,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pages/health", - "documentationUrl": "https://docs.github.com/rest/pages#get-a-dns-health-check-for-github-pages", + "documentationUrl": "https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -12064,7 +12145,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/readme", - "documentationUrl": "https://docs.github.com/rest/reference/repos#get-a-repository-readme", + "documentationUrl": "https://docs.github.com/rest/repos/contents#get-a-repository-readme", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12075,7 +12156,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/readme/{dir}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#get-a-repository-directory-readme", + "documentationUrl": "https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12087,7 +12168,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/releases/{release_id}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#get-a-release", + "documentationUrl": "https://docs.github.com/rest/releases/releases#get-a-release", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12098,7 +12179,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/releases/assets/{asset_id}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#get-a-release-asset", + "documentationUrl": "https://docs.github.com/rest/releases/assets#get-a-release-asset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12109,7 +12190,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/releases/tags/{tag}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#get-a-release-by-tag-name", + "documentationUrl": "https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12120,7 +12201,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/rulesets/{ruleset_id}", - "documentationUrl": "https://docs.github.com/rest/repos/rules#get-repository-ruleset", + "documentationUrl": "https://docs.github.com/rest/repos/rules#get-a-repository-ruleset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12137,7 +12218,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/rulesets", - "documentationUrl": "https://docs.github.com/rest/repos/rules#get-repository-rulesets", + "documentationUrl": "https://docs.github.com/rest/repos/rules#get-all-repository-rulesets", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12166,7 +12247,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", - "documentationUrl": "https://docs.github.com/rest/branches/branch-protection#list-teams-with-access-to-the-protected-branch", + "documentationUrl": "https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12197,7 +12278,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", - "documentationUrl": "https://docs.github.com/rest/branches/branch-protection#list-users-with-access-to-the-protected-branch", + "documentationUrl": "https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12250,6 +12331,34 @@ ], "renamed": null }, + { + "method": "GET", + "url": "/repos/{owner}/{repo}/activity", + "documentationUrl": "https://docs.github.com/rest/repos/repos#list-repository-activities", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, + { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "direction" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "before" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "after" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "ref" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "actor" }, + { + "alias": null, + "deprecated": null, + "in": "QUERY", + "name": "time_period" + }, + { + "alias": null, + "deprecated": null, + "in": "QUERY", + "name": "activity_type" + } + ], + "renamed": null + }, { "method": "GET", "url": "/repos/{owner}/{repo}/autolinks", @@ -12368,7 +12477,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/contributors", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-repository-contributors", + "documentationUrl": "https://docs.github.com/rest/repos/repos#list-repository-contributors", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12381,7 +12490,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps", - "documentationUrl": "https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations", + "documentationUrl": "https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment", "parameters": [ { "alias": null, @@ -12399,7 +12508,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/keys", - "documentationUrl": "https://docs.github.com/rest/deploy-keys#list-deploy-keys", + "documentationUrl": "https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12468,7 +12577,7 @@ { "method": "GET", "url": "/user/repos", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-repositories-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/repos/repos#list-repositories-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -12495,7 +12604,7 @@ { "method": "GET", "url": "/orgs/{org}/repos", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-organization-repositories", + "documentationUrl": "https://docs.github.com/rest/repos/repos#list-organization-repositories", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "type" }, @@ -12509,7 +12618,7 @@ { "method": "GET", "url": "/users/{username}/repos", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-repositories-for-a-user", + "documentationUrl": "https://docs.github.com/rest/repos/repos#list-repositories-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "type" }, @@ -12523,7 +12632,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/forks", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-forks", + "documentationUrl": "https://docs.github.com/rest/repos/forks#list-forks", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12558,7 +12667,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/languages", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-repository-languages", + "documentationUrl": "https://docs.github.com/rest/repos/repos#list-repository-languages", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -12568,7 +12677,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/pages/builds", - "documentationUrl": "https://docs.github.com/rest/pages#list-github-pages-builds", + "documentationUrl": "https://docs.github.com/rest/pages/pages#list-apiname-pages-builds", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12580,7 +12689,7 @@ { "method": "GET", "url": "/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-public-repositories", + "documentationUrl": "https://docs.github.com/rest/repos/repos#list-public-repositories", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "since" } ], @@ -12602,7 +12711,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/releases/{release_id}/assets", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-release-assets", + "documentationUrl": "https://docs.github.com/rest/releases/assets#list-release-assets", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12615,7 +12724,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/releases", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-releases", + "documentationUrl": "https://docs.github.com/rest/releases/releases#list-releases", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12627,7 +12736,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/tags/protection", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-tag-protection-state-of-a-repository", + "documentationUrl": "https://docs.github.com/rest/repos/tags#list-tag-protection-states-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -12637,7 +12746,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/tags", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-repository-tags", + "documentationUrl": "https://docs.github.com/rest/repos/repos#list-repository-tags", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12649,7 +12758,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/teams", - "documentationUrl": "https://docs.github.com/rest/reference/repos#list-repository-teams", + "documentationUrl": "https://docs.github.com/rest/repos/repos#list-repository-teams", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12821,7 +12930,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/topics", - "documentationUrl": "https://docs.github.com/rest/reference/repos#replace-all-repository-topics", + "documentationUrl": "https://docs.github.com/rest/repos/repos#replace-all-repository-topics", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -12832,7 +12941,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/pages/builds", - "documentationUrl": "https://docs.github.com/rest/pages#request-a-github-pages-build", + "documentationUrl": "https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" } @@ -12912,7 +13021,7 @@ { "method": "POST", "url": "/repos/{owner}/{repo}/transfer", - "documentationUrl": "https://docs.github.com/rest/reference/repos#transfer-a-repository", + "documentationUrl": "https://docs.github.com/rest/repos/repos#transfer-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -13295,7 +13404,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", - "documentationUrl": "https://docs.github.com/rest/deployments/branch-policies#update-deployment-branch-policy", + "documentationUrl": "https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -13318,7 +13427,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/pages", - "documentationUrl": "https://docs.github.com/rest/pages#update-information-about-a-github-pages-site", + "documentationUrl": "https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -13354,7 +13463,7 @@ { "method": "PUT", "url": "/orgs/{org}/rulesets/{ruleset_id}", - "documentationUrl": "https://docs.github.com/rest/repos/rules#update-organization-ruleset", + "documentationUrl": "https://docs.github.com/rest/orgs/rules#update-an-organization-repository-ruleset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "ruleset_id" }, @@ -13384,6 +13493,12 @@ "in": "BODY", "name": "bypass_actors[].actor_type" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "bypass_actors[].bypass_mode" + }, { "alias": null, "deprecated": null, "in": "BODY", "name": "conditions" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "rules" }, { @@ -13577,7 +13692,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/releases/{release_id}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#update-a-release", + "documentationUrl": "https://docs.github.com/rest/releases/releases#update-a-release", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -13611,7 +13726,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/releases/assets/{asset_id}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#update-a-release-asset", + "documentationUrl": "https://docs.github.com/rest/releases/assets#update-a-release-asset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -13625,7 +13740,7 @@ { "method": "PUT", "url": "/repos/{owner}/{repo}/rulesets/{ruleset_id}", - "documentationUrl": "https://docs.github.com/rest/repos/rules#update-repository-ruleset", + "documentationUrl": "https://docs.github.com/rest/repos/rules#update-a-repository-ruleset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -13642,25 +13757,25 @@ "alias": null, "deprecated": null, "in": "BODY", - "name": "bypass_mode" + "name": "bypass_actors" }, { "alias": null, "deprecated": null, "in": "BODY", - "name": "bypass_actors" + "name": "bypass_actors[].actor_id" }, { "alias": null, "deprecated": null, "in": "BODY", - "name": "bypass_actors[].actor_id" + "name": "bypass_actors[].actor_type" }, { "alias": null, "deprecated": null, "in": "BODY", - "name": "bypass_actors[].actor_type" + "name": "bypass_actors[].bypass_mode" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "conditions" }, { @@ -13919,7 +14034,7 @@ { "method": "POST", "url": "{origin}/repos/{owner}/{repo}/releases/{release_id}/assets{?name,label}", - "documentationUrl": "https://docs.github.com/rest/reference/repos#upload-a-release-asset", + "documentationUrl": "https://docs.github.com/rest/releases/assets#upload-a-release-asset", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -13934,7 +14049,7 @@ { "method": "GET", "url": "/search/code", - "documentationUrl": "https://docs.github.com/rest/reference/search#search-code", + "documentationUrl": "https://docs.github.com/rest/search/search#search-code", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "q" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" }, @@ -13947,7 +14062,7 @@ { "method": "GET", "url": "/search/commits", - "documentationUrl": "https://docs.github.com/rest/reference/search#search-commits", + "documentationUrl": "https://docs.github.com/rest/search/search#search-commits", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "q" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" }, @@ -13960,7 +14075,7 @@ { "method": "GET", "url": "/search/issues", - "documentationUrl": "https://docs.github.com/rest/reference/search#search-issues-and-pull-requests", + "documentationUrl": "https://docs.github.com/rest/search/search#search-issues-and-pull-requests", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "q" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" }, @@ -13973,7 +14088,7 @@ { "method": "GET", "url": "/search/labels", - "documentationUrl": "https://docs.github.com/rest/reference/search#search-labels", + "documentationUrl": "https://docs.github.com/rest/search/search#search-labels", "parameters": [ { "alias": null, @@ -13992,7 +14107,7 @@ { "method": "GET", "url": "/search/repositories", - "documentationUrl": "https://docs.github.com/rest/reference/search#search-repositories", + "documentationUrl": "https://docs.github.com/rest/search/search#search-repositories", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "q" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" }, @@ -14005,7 +14120,7 @@ { "method": "GET", "url": "/search/topics", - "documentationUrl": "https://docs.github.com/rest/reference/search#search-topics", + "documentationUrl": "https://docs.github.com/rest/search/search#search-topics", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "q" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -14016,7 +14131,7 @@ { "method": "GET", "url": "/search/users", - "documentationUrl": "https://docs.github.com/rest/reference/search#search-users", + "documentationUrl": "https://docs.github.com/rest/search/search#search-users", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "q" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" }, @@ -14029,7 +14144,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}", - "documentationUrl": "https://docs.github.com/rest/reference/secret-scanning#get-a-secret-scanning-alert", + "documentationUrl": "https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -14045,7 +14160,7 @@ { "method": "GET", "url": "/enterprises/{enterprise}/secret-scanning/alerts", - "documentationUrl": "https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-an-enterprise", + "documentationUrl": "https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "enterprise" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "state" }, @@ -14072,7 +14187,7 @@ { "method": "GET", "url": "/orgs/{org}/secret-scanning/alerts", - "documentationUrl": "https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-an-organization", + "documentationUrl": "https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "state" }, @@ -14100,7 +14215,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/secret-scanning/alerts", - "documentationUrl": "https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -14129,7 +14244,7 @@ { "method": "GET", "url": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations", - "documentationUrl": "https://docs.github.com/rest/reference/secret-scanning#list-locations-for-a-secret-scanning-alert", + "documentationUrl": "https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -14147,7 +14262,7 @@ { "method": "PATCH", "url": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}", - "documentationUrl": "https://docs.github.com/rest/reference/secret-scanning#update-a-secret-scanning-alert", + "documentationUrl": "https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, @@ -14316,6 +14431,26 @@ ], "renamed": null }, + { + "method": "POST", + "url": "/repos/{owner}/{repo}/security-advisories/{ghsa_id}/cve", + "documentationUrl": "https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, + { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, + { "alias": null, "deprecated": null, "in": "PATH", "name": "ghsa_id" } + ], + "renamed": null + }, + { + "method": "GET", + "url": "/advisories/{ghsa_id}", + "documentationUrl": "https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "ghsa_id" } + ], + "renamed": null + }, { "method": "GET", "url": "/repos/{owner}/{repo}/security-advisories/{ghsa_id}", @@ -14327,6 +14462,50 @@ ], "renamed": null }, + { + "method": "GET", + "url": "/advisories", + "documentationUrl": "https://docs.github.com/rest/security-advisories/global-advisories#list-global-security-advisories", + "parameters": [ + { "alias": null, "deprecated": null, "in": "QUERY", "name": "ghsa_id" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "type" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "cve_id" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "ecosystem" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "severity" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "cwes" }, + { + "alias": null, + "deprecated": null, + "in": "QUERY", + "name": "is_withdrawn" + }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "affects" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "published" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "updated" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "modified" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "before" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "after" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "direction" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" } + ], + "renamed": null + }, + { + "method": "GET", + "url": "/orgs/{org}/security-advisories", + "documentationUrl": "https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization", + "parameters": [ + { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "direction" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "sort" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "before" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "after" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, + { "alias": null, "deprecated": null, "in": "QUERY", "name": "state" } + ], + "renamed": null + }, { "method": "GET", "url": "/repos/{owner}/{repo}/security-advisories", @@ -14422,14 +14601,26 @@ "in": "BODY", "name": "cvss_vector_string" }, - { "alias": null, "deprecated": null, "in": "BODY", "name": "state" } + { "alias": null, "deprecated": null, "in": "BODY", "name": "state" }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "collaborating_users" + }, + { + "alias": null, + "deprecated": null, + "in": "BODY", + "name": "collaborating_teams" + } ], "renamed": null }, { "method": "PUT", "url": "/teams/{team_id}/members/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#add-team-member-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/members#add-team-member-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -14439,7 +14630,7 @@ { "method": "PUT", "url": "/orgs/{org}/teams/{team_slug}/memberships/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#add-or-update-team-membership-for-a-user", + "documentationUrl": "https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14451,7 +14642,7 @@ { "method": "PUT", "url": "/teams/{team_id}/memberships/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#add-or-update-team-membership-for-a-user-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, @@ -14462,7 +14653,7 @@ { "method": "PUT", "url": "/orgs/{org}/teams/{team_slug}/projects/{project_id}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#add-or-update-team-project-permissions", + "documentationUrl": "https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14474,7 +14665,7 @@ { "method": "PUT", "url": "/teams/{team_id}/projects/{project_id}", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#add-or-update-team-project-permissions-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" }, @@ -14485,7 +14676,7 @@ { "method": "PUT", "url": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#add-or-update-team-repository-permissions", + "documentationUrl": "https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14498,7 +14689,7 @@ { "method": "PUT", "url": "/teams/{team_id}/repos/{owner}/{repo}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#add-or-update-team-repository-permissions-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, @@ -14510,7 +14701,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/projects/{project_id}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#check-team-permissions-for-a-project", + "documentationUrl": "https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14521,7 +14712,7 @@ { "method": "GET", "url": "/teams/{team_id}/projects/{project_id}", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#check-team-permissions-for-a-project-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" } @@ -14531,7 +14722,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#check-team-permissions-for-a-repository", + "documentationUrl": "https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14543,7 +14734,7 @@ { "method": "GET", "url": "/teams/{team_id}/repos/{owner}/{repo}", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#check-team-permissions-for-a-repository-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, @@ -14554,7 +14745,7 @@ { "method": "POST", "url": "/orgs/{org}/teams", - "documentationUrl": "https://docs.github.com/rest/reference/teams#create-a-team", + "documentationUrl": "https://docs.github.com/rest/teams/teams#create-a-team", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, @@ -14591,7 +14782,7 @@ { "method": "POST", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments", - "documentationUrl": "https://docs.github.com/rest/reference/teams#create-a-discussion-comment", + "documentationUrl": "https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14608,7 +14799,7 @@ { "method": "POST", "url": "/teams/{team_id}/discussions/{discussion_number}/comments", - "documentationUrl": "https://docs.github.com/rest/reference/teams#create-a-discussion-comment-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -14624,7 +14815,7 @@ { "method": "POST", "url": "/orgs/{org}/teams/{team_slug}/discussions", - "documentationUrl": "https://docs.github.com/rest/reference/teams#create-a-discussion", + "documentationUrl": "https://docs.github.com/rest/teams/discussions#create-a-discussion", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14637,7 +14828,7 @@ { "method": "POST", "url": "/teams/{team_id}/discussions", - "documentationUrl": "https://docs.github.com/rest/reference/teams#create-a-discussion-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "title" }, @@ -14649,7 +14840,7 @@ { "method": "DELETE", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#delete-a-discussion-comment", + "documentationUrl": "https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14671,7 +14862,7 @@ { "method": "DELETE", "url": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#delete-a-discussion-comment-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -14692,7 +14883,7 @@ { "method": "DELETE", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#delete-a-discussion", + "documentationUrl": "https://docs.github.com/rest/teams/discussions#delete-a-discussion", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14708,7 +14899,7 @@ { "method": "DELETE", "url": "/teams/{team_id}/discussions/{discussion_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#delete-a-discussion-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -14723,7 +14914,7 @@ { "method": "DELETE", "url": "/orgs/{org}/teams/{team_slug}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#delete-a-team", + "documentationUrl": "https://docs.github.com/rest/teams/teams#delete-a-team", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" } @@ -14733,7 +14924,7 @@ { "method": "DELETE", "url": "/teams/{team_id}", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#delete-a-team-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#delete-a-team-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" } ], @@ -14742,7 +14933,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#get-a-team-by-name", + "documentationUrl": "https://docs.github.com/rest/teams/teams#get-a-team-by-name", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" } @@ -14752,7 +14943,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#get-a-discussion-comment", + "documentationUrl": "https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14774,7 +14965,7 @@ { "method": "GET", "url": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#get-a-discussion-comment-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -14795,7 +14986,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#get-a-discussion", + "documentationUrl": "https://docs.github.com/rest/teams/discussions#get-a-discussion", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14811,7 +15002,7 @@ { "method": "GET", "url": "/teams/{team_id}/discussions/{discussion_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#get-a-discussion-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -14826,7 +15017,7 @@ { "method": "GET", "url": "/teams/{team_id}", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#get-a-team-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#get-a-team-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" } ], @@ -14835,7 +15026,7 @@ { "method": "GET", "url": "/teams/{team_id}/members/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#get-team-member-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/members#get-team-member-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -14845,7 +15036,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/memberships/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#get-team-membership-for-a-user", + "documentationUrl": "https://docs.github.com/rest/teams/members#get-team-membership-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14856,7 +15047,7 @@ { "method": "GET", "url": "/teams/{team_id}/memberships/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#get-team-membership-for-a-user-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -14866,7 +15057,7 @@ { "method": "GET", "url": "/orgs/{org}/teams", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-teams", + "documentationUrl": "https://docs.github.com/rest/teams/teams#list-teams", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -14877,7 +15068,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/teams", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-child-teams", + "documentationUrl": "https://docs.github.com/rest/teams/teams#list-child-teams", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14889,7 +15080,7 @@ { "method": "GET", "url": "/teams/{team_id}/teams", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#list-child-teams-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#list-child-teams-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -14900,7 +15091,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-discussion-comments", + "documentationUrl": "https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14919,7 +15110,7 @@ { "method": "GET", "url": "/teams/{team_id}/discussions/{discussion_number}/comments", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-discussion-comments-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -14937,7 +15128,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/discussions", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-discussions", + "documentationUrl": "https://docs.github.com/rest/teams/discussions#list-discussions", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14951,7 +15142,7 @@ { "method": "GET", "url": "/teams/{team_id}/discussions", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-discussions-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/discussions#list-discussions-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "direction" }, @@ -14963,7 +15154,7 @@ { "method": "GET", "url": "/user/teams", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-teams-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/teams/teams#list-teams-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -14973,7 +15164,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/members", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-team-members", + "documentationUrl": "https://docs.github.com/rest/teams/members#list-team-members", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -14986,7 +15177,7 @@ { "method": "GET", "url": "/teams/{team_id}/members", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-team-members-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/members#list-team-members-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "role" }, @@ -14998,7 +15189,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/invitations", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-pending-team-invitations", + "documentationUrl": "https://docs.github.com/rest/teams/members#list-pending-team-invitations", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -15010,7 +15201,7 @@ { "method": "GET", "url": "/teams/{team_id}/invitations", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-pending-team-invitations-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -15021,7 +15212,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/projects", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-team-projects", + "documentationUrl": "https://docs.github.com/rest/teams/teams#list-team-projects", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -15033,7 +15224,7 @@ { "method": "GET", "url": "/teams/{team_id}/projects", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#list-team-projects-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#list-team-projects-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -15044,7 +15235,7 @@ { "method": "GET", "url": "/orgs/{org}/teams/{team_slug}/repos", - "documentationUrl": "https://docs.github.com/rest/reference/teams#list-team-repositories", + "documentationUrl": "https://docs.github.com/rest/teams/teams#list-team-repositories", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -15056,7 +15247,7 @@ { "method": "GET", "url": "/teams/{team_id}/repos", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#list-team-repositories-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#list-team-repositories-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -15067,7 +15258,7 @@ { "method": "DELETE", "url": "/teams/{team_id}/members/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#remove-team-member-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/members#remove-team-member-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -15077,7 +15268,7 @@ { "method": "DELETE", "url": "/orgs/{org}/teams/{team_slug}/memberships/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#remove-team-membership-for-a-user", + "documentationUrl": "https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -15088,7 +15279,7 @@ { "method": "DELETE", "url": "/teams/{team_id}/memberships/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#remove-team-membership-for-a-user-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } @@ -15098,7 +15289,7 @@ { "method": "DELETE", "url": "/orgs/{org}/teams/{team_slug}/projects/{project_id}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#remove-a-project-from-a-team", + "documentationUrl": "https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -15109,7 +15300,7 @@ { "method": "DELETE", "url": "/teams/{team_id}/projects/{project_id}", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#remove-a-project-from-a-team-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "project_id" } @@ -15119,7 +15310,7 @@ { "method": "DELETE", "url": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#remove-a-repository-from-a-team", + "documentationUrl": "https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -15131,7 +15322,7 @@ { "method": "DELETE", "url": "/teams/{team_id}/repos/{owner}/{repo}", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#remove-a-repository-from-a-team-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, @@ -15142,7 +15333,7 @@ { "method": "PATCH", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#update-a-discussion-comment", + "documentationUrl": "https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -15165,7 +15356,7 @@ { "method": "PATCH", "url": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#update-a-discussion-comment-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -15187,7 +15378,7 @@ { "method": "PATCH", "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#update-a-discussion", + "documentationUrl": "https://docs.github.com/rest/teams/discussions#update-a-discussion", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -15205,7 +15396,7 @@ { "method": "PATCH", "url": "/teams/{team_id}/discussions/{discussion_number}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#update-a-discussion-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { @@ -15222,7 +15413,7 @@ { "method": "PATCH", "url": "/orgs/{org}/teams/{team_slug}", - "documentationUrl": "https://docs.github.com/rest/reference/teams#update-a-team", + "documentationUrl": "https://docs.github.com/rest/teams/teams#update-a-team", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "org" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "team_slug" }, @@ -15253,7 +15444,7 @@ { "method": "PATCH", "url": "/teams/{team_id}", - "documentationUrl": "https://docs.github.com/rest/reference/teams/#update-a-team-legacy", + "documentationUrl": "https://docs.github.com/rest/teams/teams#update-a-team-legacy", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "team_id" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, @@ -15283,7 +15474,7 @@ { "method": "POST", "url": "/user/emails", - "documentationUrl": "https://docs.github.com/rest/reference/users#add-an-email-address-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/emails#add-an-email-address-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "emails" } ], @@ -15292,7 +15483,7 @@ { "method": "POST", "url": "/user/emails", - "documentationUrl": "https://docs.github.com/rest/reference/users#add-an-email-address-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/emails#add-an-email-address-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "emails" } ], @@ -15301,7 +15492,7 @@ { "method": "POST", "url": "/user/social_accounts", - "documentationUrl": "https://docs.github.com/rest/users/social-accounts#add-social-account-for-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/social-accounts#add-social-accounts-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -15315,7 +15506,7 @@ { "method": "PUT", "url": "/user/blocks/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/users#block-a-user", + "documentationUrl": "https://docs.github.com/rest/users/blocking#block-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -15324,7 +15515,7 @@ { "method": "GET", "url": "/user/blocks/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/users#check-if-a-user-is-blocked-by-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -15333,7 +15524,7 @@ { "method": "GET", "url": "/users/{username}/following/{target_user}", - "documentationUrl": "https://docs.github.com/rest/reference/users#check-if-a-user-follows-another-user", + "documentationUrl": "https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "PATH", "name": "target_user" } @@ -15343,7 +15534,7 @@ { "method": "GET", "url": "/user/following/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/users#check-if-a-person-is-followed-by-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -15352,7 +15543,7 @@ { "method": "POST", "url": "/user/gpg_keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#create-a-gpg-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/gpg-keys#create-a-gpg-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, { @@ -15367,7 +15558,7 @@ { "method": "POST", "url": "/user/gpg_keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#create-a-gpg-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/gpg-keys#create-a-gpg-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, { @@ -15382,7 +15573,7 @@ { "method": "POST", "url": "/user/keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#create-a-public-ssh-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/keys#create-a-public-ssh-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "title" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "key" } @@ -15392,7 +15583,7 @@ { "method": "POST", "url": "/user/keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#create-a-public-ssh-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/keys#create-a-public-ssh-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "title" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "key" } @@ -15402,7 +15593,7 @@ { "method": "POST", "url": "/user/ssh_signing_keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#create-an-ssh-signing-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/ssh-signing-keys#create-a-ssh-signing-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "title" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "key" } @@ -15412,7 +15603,7 @@ { "method": "DELETE", "url": "/user/emails", - "documentationUrl": "https://docs.github.com/rest/reference/users#delete-an-email-address-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/emails#delete-an-email-address-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "emails" } ], @@ -15421,7 +15612,7 @@ { "method": "DELETE", "url": "/user/emails", - "documentationUrl": "https://docs.github.com/rest/reference/users#delete-an-email-address-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/emails#delete-an-email-address-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "emails" } ], @@ -15430,7 +15621,7 @@ { "method": "DELETE", "url": "/user/gpg_keys/{gpg_key_id}", - "documentationUrl": "https://docs.github.com/rest/reference/users#delete-a-gpg-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gpg_key_id" } ], @@ -15439,7 +15630,7 @@ { "method": "DELETE", "url": "/user/gpg_keys/{gpg_key_id}", - "documentationUrl": "https://docs.github.com/rest/reference/users#delete-a-gpg-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gpg_key_id" } ], @@ -15448,7 +15639,7 @@ { "method": "DELETE", "url": "/user/keys/{key_id}", - "documentationUrl": "https://docs.github.com/rest/reference/users#delete-a-public-ssh-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "key_id" } ], @@ -15457,7 +15648,7 @@ { "method": "DELETE", "url": "/user/keys/{key_id}", - "documentationUrl": "https://docs.github.com/rest/reference/users#delete-a-public-ssh-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "key_id" } ], @@ -15466,7 +15657,7 @@ { "method": "DELETE", "url": "/user/social_accounts", - "documentationUrl": "https://docs.github.com/rest/users/social-accounts#delete-social-account-for-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/social-accounts#delete-social-accounts-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -15480,7 +15671,7 @@ { "method": "DELETE", "url": "/user/ssh_signing_keys/{ssh_signing_key_id}", - "documentationUrl": "https://docs.github.com/rest/reference/users#delete-a-ssh-signing-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -15494,7 +15685,7 @@ { "method": "PUT", "url": "/user/following/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/users#follow-a-user", + "documentationUrl": "https://docs.github.com/rest/users/followers#follow-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -15503,14 +15694,14 @@ { "method": "GET", "url": "/user", - "documentationUrl": "https://docs.github.com/rest/reference/users#get-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/users#get-the-authenticated-user", "parameters": [], "renamed": null }, { "method": "GET", "url": "/users/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/users#get-a-user", + "documentationUrl": "https://docs.github.com/rest/users/users#get-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -15519,7 +15710,7 @@ { "method": "GET", "url": "/users/{username}/hovercard", - "documentationUrl": "https://docs.github.com/rest/reference/users#get-contextual-information-for-a-user", + "documentationUrl": "https://docs.github.com/rest/users/users#get-contextual-information-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { @@ -15535,7 +15726,7 @@ { "method": "GET", "url": "/user/gpg_keys/{gpg_key_id}", - "documentationUrl": "https://docs.github.com/rest/reference/users#get-a-gpg-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gpg_key_id" } ], @@ -15544,7 +15735,7 @@ { "method": "GET", "url": "/user/gpg_keys/{gpg_key_id}", - "documentationUrl": "https://docs.github.com/rest/reference/users#get-a-gpg-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "gpg_key_id" } ], @@ -15553,7 +15744,7 @@ { "method": "GET", "url": "/user/keys/{key_id}", - "documentationUrl": "https://docs.github.com/rest/reference/users#get-a-public-ssh-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "key_id" } ], @@ -15562,7 +15753,7 @@ { "method": "GET", "url": "/user/keys/{key_id}", - "documentationUrl": "https://docs.github.com/rest/reference/users#get-a-public-ssh-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "key_id" } ], @@ -15571,7 +15762,7 @@ { "method": "GET", "url": "/user/ssh_signing_keys/{ssh_signing_key_id}", - "documentationUrl": "https://docs.github.com/rest/reference/users#get-a-ssh-signing-key-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user", "parameters": [ { "alias": null, @@ -15585,7 +15776,7 @@ { "method": "GET", "url": "/users", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-users", + "documentationUrl": "https://docs.github.com/rest/users/users#list-users", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "since" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" } @@ -15595,7 +15786,7 @@ { "method": "GET", "url": "/user/blocks", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-users-blocked-by-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/blocking#list-users-blocked-by-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15605,7 +15796,7 @@ { "method": "GET", "url": "/user/blocks", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-users-blocked-by-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/blocking#list-users-blocked-by-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15615,7 +15806,7 @@ { "method": "GET", "url": "/user/emails", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-email-addresses-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/emails#list-email-addresses-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15625,7 +15816,7 @@ { "method": "GET", "url": "/user/emails", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-email-addresses-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/emails#list-email-addresses-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15635,7 +15826,7 @@ { "method": "GET", "url": "/user/following", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-the-people-the-authenticated-user-follows", + "documentationUrl": "https://docs.github.com/rest/users/followers#list-the-people-the-authenticated-user-follows", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15645,7 +15836,7 @@ { "method": "GET", "url": "/user/following", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-the-people-the-authenticated-user-follows", + "documentationUrl": "https://docs.github.com/rest/users/followers#list-the-people-the-authenticated-user-follows", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15655,7 +15846,7 @@ { "method": "GET", "url": "/user/followers", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-followers-of-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/followers#list-followers-of-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15665,7 +15856,7 @@ { "method": "GET", "url": "/users/{username}/followers", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-followers-of-a-user", + "documentationUrl": "https://docs.github.com/rest/users/followers#list-followers-of-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -15676,7 +15867,7 @@ { "method": "GET", "url": "/users/{username}/following", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-the-people-a-user-follows", + "documentationUrl": "https://docs.github.com/rest/users/followers#list-the-people-a-user-follows", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -15687,7 +15878,7 @@ { "method": "GET", "url": "/user/gpg_keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-gpg-keys-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15697,7 +15888,7 @@ { "method": "GET", "url": "/user/gpg_keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-gpg-keys-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15707,7 +15898,7 @@ { "method": "GET", "url": "/users/{username}/gpg_keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-gpg-keys-for-a-user", + "documentationUrl": "https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -15718,7 +15909,7 @@ { "method": "GET", "url": "/user/public_emails", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-public-email-addresses-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/emails#list-public-email-addresses-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15728,7 +15919,7 @@ { "method": "GET", "url": "/user/public_emails", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-public-email-addresses-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/emails#list-public-email-addresses-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15738,7 +15929,7 @@ { "method": "GET", "url": "/users/{username}/keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-public-keys-for-a-user", + "documentationUrl": "https://docs.github.com/rest/users/keys#list-public-keys-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -15749,7 +15940,7 @@ { "method": "GET", "url": "/user/keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-public-ssh-keys-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/keys#list-public-ssh-keys-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15759,7 +15950,7 @@ { "method": "GET", "url": "/user/keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-public-ssh-keys-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/keys#list-public-ssh-keys-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15790,7 +15981,7 @@ { "method": "GET", "url": "/user/ssh_signing_keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "page" } @@ -15800,7 +15991,7 @@ { "method": "GET", "url": "/users/{username}/ssh_signing_keys", - "documentationUrl": "https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user", + "documentationUrl": "https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" }, { "alias": null, "deprecated": null, "in": "QUERY", "name": "per_page" }, @@ -15811,7 +16002,7 @@ { "method": "PATCH", "url": "/user/email/visibility", - "documentationUrl": "https://docs.github.com/rest/reference/users#set-primary-email-visibility-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/emails#set-primary-email-visibility-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "visibility" } ], @@ -15820,7 +16011,7 @@ { "method": "PATCH", "url": "/user/email/visibility", - "documentationUrl": "https://docs.github.com/rest/reference/users#set-primary-email-visibility-for-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/emails#set-primary-email-visibility-for-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "visibility" } ], @@ -15829,7 +16020,7 @@ { "method": "DELETE", "url": "/user/blocks/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/users#unblock-a-user", + "documentationUrl": "https://docs.github.com/rest/users/blocking#unblock-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -15838,7 +16029,7 @@ { "method": "DELETE", "url": "/user/following/{username}", - "documentationUrl": "https://docs.github.com/rest/reference/users#unfollow-a-user", + "documentationUrl": "https://docs.github.com/rest/users/followers#unfollow-a-user", "parameters": [ { "alias": null, "deprecated": null, "in": "PATH", "name": "username" } ], @@ -15847,7 +16038,7 @@ { "method": "PATCH", "url": "/user", - "documentationUrl": "https://docs.github.com/rest/reference/users/#update-the-authenticated-user", + "documentationUrl": "https://docs.github.com/rest/users/users#update-the-authenticated-user", "parameters": [ { "alias": null, "deprecated": null, "in": "BODY", "name": "name" }, { "alias": null, "deprecated": null, "in": "BODY", "name": "email" }, diff --git a/src/generated/Endpoints.ts b/src/generated/Endpoints.ts index c0d68f4ca..25dd35af7 100644 --- a/src/generated/Endpoints.ts +++ b/src/generated/Endpoints.ts @@ -6,7 +6,7 @@ import type { RequestRequestOptions } from "../RequestRequestOptions"; // https://stackoverflow.com/a/50375286/206879 type UnionToIntersection = (U extends any ? (k: U) => void : never) extends ( - k: infer I + k: infer I, ) => void ? I : never; @@ -96,114 +96,100 @@ type ExtractOctokitResponse = "responses" extends keyof R export interface Endpoints { /** - * @see https://docs.github.com/rest/reference/apps#delete-an-installation-for-the-authenticated-app + * @see https://docs.github.com/rest/apps/apps#delete-an-installation-for-the-authenticated-app */ "DELETE /app/installations/{installation_id}": Operation< "/app/installations/{installation_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/apps#unsuspend-an-app-installation + * @see https://docs.github.com/rest/apps/apps#unsuspend-an-app-installation */ "DELETE /app/installations/{installation_id}/suspended": Operation< "/app/installations/{installation_id}/suspended", "delete" >; /** - * @see https://docs.github.com/rest/reference/apps#delete-an-app-authorization + * @see https://docs.github.com/rest/apps/oauth-applications#delete-an-app-authorization */ "DELETE /applications/{client_id}/grant": Operation< "/applications/{client_id}/grant", "delete" >; /** - * @see https://docs.github.com/rest/reference/apps#delete-an-app-token + * @see https://docs.github.com/rest/apps/oauth-applications#delete-an-app-token */ "DELETE /applications/{client_id}/token": Operation< "/applications/{client_id}/token", "delete" >; /** - * @see https://docs.github.com/rest/reference/gists#delete-a-gist + * @see https://docs.github.com/rest/gists/gists#delete-a-gist */ "DELETE /gists/{gist_id}": Operation<"/gists/{gist_id}", "delete">; /** - * @see https://docs.github.com/rest/reference/gists#delete-a-gist-comment + * @see https://docs.github.com/rest/gists/comments#delete-a-gist-comment */ "DELETE /gists/{gist_id}/comments/{comment_id}": Operation< "/gists/{gist_id}/comments/{comment_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/gists#unstar-a-gist + * @see https://docs.github.com/rest/gists/gists#unstar-a-gist */ "DELETE /gists/{gist_id}/star": Operation<"/gists/{gist_id}/star", "delete">; /** - * @see https://docs.github.com/rest/reference/apps#revoke-an-installation-access-token + * @see https://docs.github.com/rest/apps/installations#revoke-an-installation-access-token */ "DELETE /installation/token": Operation<"/installation/token", "delete">; /** - * @see https://docs.github.com/rest/reference/activity#delete-a-thread-subscription + * @see https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription */ "DELETE /notifications/threads/{thread_id}/subscription": Operation< "/notifications/threads/{thread_id}/subscription", "delete" >; /** - * @see https://docs.github.com/rest/orgs/orgs/#delete-an-organization + * @see https://docs.github.com/rest/orgs/orgs#delete-an-organization */ "DELETE /orgs/{org}": Operation<"/orgs/{org}", "delete">; /** - * @see https://docs.github.com/rest/reference/actions#disable-a-selected-repository-for-github-actions-in-an-organization + * @see https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization */ "DELETE /orgs/{org}/actions/permissions/repositories/{repository_id}": Operation< "/orgs/{org}/actions/permissions/repositories/{repository_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#delete-a-required-workflow - */ - "DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}": Operation< - "/orgs/{org}/actions/required_workflows/{required_workflow_id}", - "delete" - >; - /** - * @see https://docs.github.com/rest/reference/actions#remove-a-repository-from-selected-repositories-list-for-a-required-workflow - */ - "DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}": Operation< - "/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}", - "delete" - >; - /** - * @see https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-from-an-organization + * @see https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization */ "DELETE /orgs/{org}/actions/runners/{runner_id}": Operation< "/orgs/{org}/actions/runners/{runner_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization + * @see https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization */ "DELETE /orgs/{org}/actions/runners/{runner_id}/labels": Operation< "/orgs/{org}/actions/runners/{runner_id}/labels", "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization + * @see https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization */ "DELETE /orgs/{org}/actions/runners/{runner_id}/labels/{name}": Operation< "/orgs/{org}/actions/runners/{runner_id}/labels/{name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#delete-an-organization-secret + * @see https://docs.github.com/rest/actions/secrets#delete-an-organization-secret */ "DELETE /orgs/{org}/actions/secrets/{secret_name}": Operation< "/orgs/{org}/actions/secrets/{secret_name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#remove-selected-repository-from-an-organization-secret + * @see https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret */ "DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}": Operation< "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}", @@ -224,84 +210,98 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/reference/orgs#unblock-a-user-from-an-organization + * @see https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization */ "DELETE /orgs/{org}/blocks/{username}": Operation< "/orgs/{org}/blocks/{username}", "delete" >; /** - * @see https://docs.github.com/rest/reference/codespaces#delete-codespaces-billing-users + * @see https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization */ - "DELETE /orgs/{org}/codespaces/billing/selected_users": Operation< - "/orgs/{org}/codespaces/billing/selected_users", + "DELETE /orgs/{org}/codespaces/access/selected_users": Operation< + "/orgs/{org}/codespaces/access/selected_users", "delete" >; /** - * @see https://docs.github.com/rest/reference/codespaces#delete-an-organization-secret + * @see https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret */ "DELETE /orgs/{org}/codespaces/secrets/{secret_name}": Operation< "/orgs/{org}/codespaces/secrets/{secret_name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/codespaces#remove-selected-repository-from-an-organization-secret + * @see https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret */ "DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}": Operation< "/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/dependabot#delete-an-organization-secret + * @see https://docs.github.com/rest/copilot/copilot-for-business#remove-teams-from-the-copilot-for-business-subscription-for-an-organization + */ + "DELETE /orgs/{org}/copilot/billing/selected_teams": Operation< + "/orgs/{org}/copilot/billing/selected_teams", + "delete" + >; + /** + * @see https://docs.github.com/rest/copilot/copilot-for-business#remove-users-from-the-copilot-for-business-subscription-for-an-organization + */ + "DELETE /orgs/{org}/copilot/billing/selected_users": Operation< + "/orgs/{org}/copilot/billing/selected_users", + "delete" + >; + /** + * @see https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret */ "DELETE /orgs/{org}/dependabot/secrets/{secret_name}": Operation< "/orgs/{org}/dependabot/secrets/{secret_name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/dependabot#remove-selected-repository-from-an-organization-secret + * @see https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret */ "DELETE /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}": Operation< "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/orgs#delete-an-organization-webhook + * @see https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook */ "DELETE /orgs/{org}/hooks/{hook_id}": Operation< "/orgs/{org}/hooks/{hook_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-for-an-organization + * @see https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization */ "DELETE /orgs/{org}/interaction-limits": Operation< "/orgs/{org}/interaction-limits", "delete" >; /** - * @see https://docs.github.com/rest/reference/orgs#cancel-an-organization-invitation + * @see https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation */ "DELETE /orgs/{org}/invitations/{invitation_id}": Operation< "/orgs/{org}/invitations/{invitation_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/orgs#remove-an-organization-member + * @see https://docs.github.com/rest/orgs/members#remove-an-organization-member */ "DELETE /orgs/{org}/members/{username}": Operation< "/orgs/{org}/members/{username}", "delete" >; /** - * @see https://docs.github.com/rest/reference/codespaces + * @see https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization */ "DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}": Operation< "/orgs/{org}/members/{username}/codespaces/{codespace_name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/orgs#remove-organization-membership-for-a-user + * @see https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user */ "DELETE /orgs/{org}/memberships/{username}": Operation< "/orgs/{org}/memberships/{username}", @@ -322,137 +322,137 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/reference/orgs#remove-outside-collaborator-from-an-organization + * @see https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization */ "DELETE /orgs/{org}/outside_collaborators/{username}": Operation< "/orgs/{org}/outside_collaborators/{username}", "delete" >; /** - * @see https://docs.github.com/rest/reference/packages#delete-a-package-for-an-organization + * @see https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization */ "DELETE /orgs/{org}/packages/{package_type}/{package_name}": Operation< "/orgs/{org}/packages/{package_type}/{package_name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/packages#delete-a-package-version-for-an-organization + * @see https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization */ "DELETE /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}": Operation< "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/orgs#remove-public-organization-membership-for-the-authenticated-user + * @see https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user */ "DELETE /orgs/{org}/public_members/{username}": Operation< "/orgs/{org}/public_members/{username}", "delete" >; /** - * @see https://docs.github.com/rest/repos/rules#delete-organization-ruleset + * @see https://docs.github.com/rest/orgs/rules#delete-an-organization-repository-ruleset */ "DELETE /orgs/{org}/rulesets/{ruleset_id}": Operation< "/orgs/{org}/rulesets/{ruleset_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/orgs#remove-a-security-manager-team + * @see https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team */ "DELETE /orgs/{org}/security-managers/teams/{team_slug}": Operation< "/orgs/{org}/security-managers/teams/{team_slug}", "delete" >; /** - * @see https://docs.github.com/rest/reference/teams#delete-a-team + * @see https://docs.github.com/rest/teams/teams#delete-a-team */ "DELETE /orgs/{org}/teams/{team_slug}": Operation< "/orgs/{org}/teams/{team_slug}", "delete" >; /** - * @see https://docs.github.com/rest/reference/teams#delete-a-discussion + * @see https://docs.github.com/rest/teams/discussions#delete-a-discussion */ "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}", "delete" >; /** - * @see https://docs.github.com/rest/reference/teams#delete-a-discussion-comment + * @see https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment */ "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}", "delete" >; /** - * @see https://docs.github.com/rest/reference/reactions#delete-team-discussion-comment-reaction + * @see https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction */ "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/reactions#delete-team-discussion-reaction + * @see https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction */ "DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/teams#remove-team-membership-for-a-user + * @see https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user */ "DELETE /orgs/{org}/teams/{team_slug}/memberships/{username}": Operation< "/orgs/{org}/teams/{team_slug}/memberships/{username}", "delete" >; /** - * @see https://docs.github.com/rest/reference/teams#remove-a-project-from-a-team + * @see https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team */ "DELETE /orgs/{org}/teams/{team_slug}/projects/{project_id}": Operation< "/orgs/{org}/teams/{team_slug}/projects/{project_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/teams/#remove-a-repository-from-a-team + * @see https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team */ "DELETE /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}": Operation< "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}", "delete" >; /** - * @see https://docs.github.com/rest/reference/projects#delete-a-project-card + * @see https://docs.github.com/rest/projects/cards#delete-a-project-card */ "DELETE /projects/columns/cards/{card_id}": Operation< "/projects/columns/cards/{card_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/projects#delete-a-project-column + * @see https://docs.github.com/rest/projects/columns#delete-a-project-column */ "DELETE /projects/columns/{column_id}": Operation< "/projects/columns/{column_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/projects#delete-a-project + * @see https://docs.github.com/rest/projects/projects#delete-a-project */ "DELETE /projects/{project_id}": Operation< "/projects/{project_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/projects#remove-project-collaborator + * @see https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator */ "DELETE /projects/{project_id}/collaborators/{username}": Operation< "/projects/{project_id}/collaborators/{username}", "delete" >; /** - * @see https://docs.github.com/rest/reference/repos#delete-a-repository + * @see https://docs.github.com/rest/repos/repos#delete-a-repository */ "DELETE /repos/{owner}/{repo}": Operation<"/repos/{owner}/{repo}", "delete">; /** - * @see https://docs.github.com/rest/reference/actions#delete-an-artifact + * @see https://docs.github.com/rest/actions/artifacts#delete-an-artifact */ "DELETE /repos/{owner}/{repo}/actions/artifacts/{artifact_id}": Operation< "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}", @@ -473,42 +473,42 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-from-a-repository + * @see https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository */ "DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}": Operation< "/repos/{owner}/{repo}/actions/runners/{runner_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository + * @see https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository */ "DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels": Operation< "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels", "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository + * @see https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository */ "DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}": Operation< "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#delete-a-workflow-run + * @see https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run */ "DELETE /repos/{owner}/{repo}/actions/runs/{run_id}": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#delete-workflow-run-logs + * @see https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs */ "DELETE /repos/{owner}/{repo}/actions/runs/{run_id}/logs": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/logs", "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#delete-a-repository-secret + * @see https://docs.github.com/rest/actions/secrets#delete-a-repository-secret */ "DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}": Operation< "/repos/{owner}/{repo}/actions/secrets/{secret_name}", @@ -529,7 +529,7 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/reference/repos#disable-automated-security-fixes + * @see https://docs.github.com/rest/repos/repos#disable-automated-security-fixes */ "DELETE /repos/{owner}/{repo}/automated-security-fixes": Operation< "/repos/{owner}/{repo}/automated-security-fixes", @@ -606,14 +606,14 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#delete-a-code-scanning-analysis-from-a-repository + * @see https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository */ "DELETE /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}{?confirm_delete}": Operation< "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/codespaces#delete-a-repository-secret + * @see https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret */ "DELETE /repos/{owner}/{repo}/codespaces/secrets/{secret_name}": Operation< "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}", @@ -634,21 +634,21 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/reference/reactions#delete-a-commit-comment-reaction + * @see https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction */ "DELETE /repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}": Operation< "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/repos#delete-a-file + * @see https://docs.github.com/rest/repos/contents#delete-a-file */ "DELETE /repos/{owner}/{repo}/contents/{path}": Operation< "/repos/{owner}/{repo}/contents/{path}", "delete" >; /** - * @see https://docs.github.com/rest/reference/dependabot#delete-a-repository-secret + * @see https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret */ "DELETE /repos/{owner}/{repo}/dependabot/secrets/{secret_name}": Operation< "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", @@ -669,21 +669,21 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/deployments/branch-policies#delete-deployment-branch-policy + * @see https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy */ "DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": Operation< "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", "delete" >; /** - * @see https://docs.github.com/rest/deployments/protection-rules#disable-deployment-protection-rule + * @see https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment */ "DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": Operation< "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/git#delete-a-reference + * @see https://docs.github.com/rest/git/refs#delete-a-reference */ "DELETE /repos/{owner}/{repo}/git/refs/{ref}": Operation< "/repos/{owner}/{repo}/git/refs/{ref}", @@ -704,7 +704,7 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-for-a-repository + * @see https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository */ "DELETE /repos/{owner}/{repo}/interaction-limits": Operation< "/repos/{owner}/{repo}/interaction-limits", @@ -718,14 +718,14 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/reference/issues#delete-an-issue-comment + * @see https://docs.github.com/rest/issues/comments#delete-an-issue-comment */ "DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}": Operation< "/repos/{owner}/{repo}/issues/comments/{comment_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/reactions#delete-an-issue-comment-reaction + * @see https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction */ "DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}": Operation< "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}", @@ -739,147 +739,147 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/reference/issues#remove-all-labels-from-an-issue + * @see https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue */ "DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/labels", "delete" >; /** - * @see https://docs.github.com/rest/reference/issues#remove-a-label-from-an-issue + * @see https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue */ "DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels/{name}": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/labels/{name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/issues#unlock-an-issue + * @see https://docs.github.com/rest/issues/issues#unlock-an-issue */ "DELETE /repos/{owner}/{repo}/issues/{issue_number}/lock": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/lock", "delete" >; /** - * @see https://docs.github.com/rest/reference/reactions#delete-an-issue-reaction + * @see https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction */ "DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}", "delete" >; /** - * @see https://docs.github.com/rest/deploy-keys#delete-a-deploy-key + * @see https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key */ "DELETE /repos/{owner}/{repo}/keys/{key_id}": Operation< "/repos/{owner}/{repo}/keys/{key_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/issues#delete-a-label + * @see https://docs.github.com/rest/issues/labels#delete-a-label */ "DELETE /repos/{owner}/{repo}/labels/{name}": Operation< "/repos/{owner}/{repo}/labels/{name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/repos#disable-git-lfs-for-a-repository - */ - "DELETE /repos/{owner}/{repo}/lfs": Operation< - "/repos/{owner}/{repo}/lfs", - "delete" - >; - /** - * @see https://docs.github.com/rest/reference/issues#delete-a-milestone + * @see https://docs.github.com/rest/issues/milestones#delete-a-milestone */ "DELETE /repos/{owner}/{repo}/milestones/{milestone_number}": Operation< "/repos/{owner}/{repo}/milestones/{milestone_number}", "delete" >; /** - * @see https://docs.github.com/rest/pages#delete-a-github-pages-site + * @see https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site */ "DELETE /repos/{owner}/{repo}/pages": Operation< "/repos/{owner}/{repo}/pages", "delete" >; /** - * @see https://docs.github.com/rest/reference/pulls#delete-a-review-comment-for-a-pull-request + * @see https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository + */ + "DELETE /repos/{owner}/{repo}/private-vulnerability-reporting": Operation< + "/repos/{owner}/{repo}/private-vulnerability-reporting", + "delete" + >; + /** + * @see https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request */ "DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}": Operation< "/repos/{owner}/{repo}/pulls/comments/{comment_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/reactions#delete-a-pull-request-comment-reaction + * @see https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction */ "DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}": Operation< "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/pulls#remove-requested-reviewers-from-a-pull-request + * @see https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request */ "DELETE /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers", "delete" >; /** - * @see https://docs.github.com/rest/reference/pulls#delete-a-pending-review-for-a-pull-request + * @see https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request */ "DELETE /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/repos#delete-a-release-asset + * @see https://docs.github.com/rest/releases/assets#delete-a-release-asset */ "DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}": Operation< "/repos/{owner}/{repo}/releases/assets/{asset_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/repos#delete-a-release + * @see https://docs.github.com/rest/releases/releases#delete-a-release */ "DELETE /repos/{owner}/{repo}/releases/{release_id}": Operation< "/repos/{owner}/{repo}/releases/{release_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/reactions/#delete-a-release-reaction + * @see https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction */ "DELETE /repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}": Operation< "/repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}", "delete" >; /** - * @see https://docs.github.com/rest/repos/rules#delete-repository-ruleset + * @see https://docs.github.com/rest/repos/rules#delete-a-repository-ruleset */ "DELETE /repos/{owner}/{repo}/rulesets/{ruleset_id}": Operation< "/repos/{owner}/{repo}/rulesets/{ruleset_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/activity#delete-a-repository-subscription + * @see https://docs.github.com/rest/activity/watching#delete-a-repository-subscription */ "DELETE /repos/{owner}/{repo}/subscription": Operation< "/repos/{owner}/{repo}/subscription", "delete" >; /** - * @see https://docs.github.com/rest/reference/repos#delete-tag-protection-state-for-a-repository + * @see https://docs.github.com/rest/repos/tags#delete-a-tag-protection-state-for-a-repository */ "DELETE /repos/{owner}/{repo}/tags/protection/{tag_protection_id}": Operation< "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/repos#disable-vulnerability-alerts + * @see https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts */ "DELETE /repos/{owner}/{repo}/vulnerability-alerts": Operation< "/repos/{owner}/{repo}/vulnerability-alerts", "delete" >; /** - * @see https://docs.github.com/rest/reference/actions#delete-an-environment-secret + * @see https://docs.github.com/rest/actions/secrets#delete-an-environment-secret */ "DELETE /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": Operation< "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", @@ -893,113 +893,113 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/reference/teams/#delete-a-team-legacy + * @see https://docs.github.com/rest/teams/teams#delete-a-team-legacy */ "DELETE /teams/{team_id}": Operation<"/teams/{team_id}", "delete">; /** - * @see https://docs.github.com/rest/reference/teams#delete-a-discussion-legacy + * @see https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy */ "DELETE /teams/{team_id}/discussions/{discussion_number}": Operation< "/teams/{team_id}/discussions/{discussion_number}", "delete" >; /** - * @see https://docs.github.com/rest/reference/teams#delete-a-discussion-comment-legacy + * @see https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy */ "DELETE /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}": Operation< "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}", "delete" >; /** - * @see https://docs.github.com/rest/reference/teams#remove-team-member-legacy + * @see https://docs.github.com/rest/teams/members#remove-team-member-legacy */ "DELETE /teams/{team_id}/members/{username}": Operation< "/teams/{team_id}/members/{username}", "delete" >; /** - * @see https://docs.github.com/rest/reference/teams#remove-team-membership-for-a-user-legacy + * @see https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy */ "DELETE /teams/{team_id}/memberships/{username}": Operation< "/teams/{team_id}/memberships/{username}", "delete" >; /** - * @see https://docs.github.com/rest/reference/teams/#remove-a-project-from-a-team-legacy + * @see https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy */ "DELETE /teams/{team_id}/projects/{project_id}": Operation< "/teams/{team_id}/projects/{project_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/teams/#remove-a-repository-from-a-team-legacy + * @see https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy */ "DELETE /teams/{team_id}/repos/{owner}/{repo}": Operation< "/teams/{team_id}/repos/{owner}/{repo}", "delete" >; /** - * @see https://docs.github.com/rest/reference/users#unblock-a-user + * @see https://docs.github.com/rest/users/blocking#unblock-a-user */ "DELETE /user/blocks/{username}": Operation< "/user/blocks/{username}", "delete" >; /** - * @see https://docs.github.com/rest/reference/codespaces#delete-a-secret-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user */ "DELETE /user/codespaces/secrets/{secret_name}": Operation< "/user/codespaces/secrets/{secret_name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/codespaces#remove-a-selected-repository-from-a-user-secret + * @see https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret */ "DELETE /user/codespaces/secrets/{secret_name}/repositories/{repository_id}": Operation< "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/codespaces#delete-a-codespace-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user */ "DELETE /user/codespaces/{codespace_name}": Operation< "/user/codespaces/{codespace_name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/users#delete-an-email-address-for-the-authenticated-user + * @see https://docs.github.com/rest/users/emails#delete-an-email-address-for-the-authenticated-user */ "DELETE /user/emails": Operation<"/user/emails", "delete">; /** - * @see https://docs.github.com/rest/reference/users#unfollow-a-user + * @see https://docs.github.com/rest/users/followers#unfollow-a-user */ "DELETE /user/following/{username}": Operation< "/user/following/{username}", "delete" >; /** - * @see https://docs.github.com/rest/reference/users#delete-a-gpg-key-for-the-authenticated-user + * @see https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user */ "DELETE /user/gpg_keys/{gpg_key_id}": Operation< "/user/gpg_keys/{gpg_key_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/apps#remove-a-repository-from-an-app-installation + * @see https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation */ "DELETE /user/installations/{installation_id}/repositories/{repository_id}": Operation< "/user/installations/{installation_id}/repositories/{repository_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-from-your-public-repositories + * @see https://docs.github.com/rest/interactions/user#remove-interaction-restrictions-from-your-public-repositories */ "DELETE /user/interaction-limits": Operation< "/user/interaction-limits", "delete" >; /** - * @see https://docs.github.com/rest/reference/users#delete-a-public-ssh-key-for-the-authenticated-user + * @see https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user */ "DELETE /user/keys/{key_id}": Operation<"/user/keys/{key_id}", "delete">; /** @@ -1017,14 +1017,14 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/reference/packages#delete-a-package-for-the-authenticated-user + * @see https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user */ "DELETE /user/packages/{package_type}/{package_name}": Operation< "/user/packages/{package_type}/{package_name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/packages#delete-a-package-version-for-the-authenticated-user + * @see https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user */ "DELETE /user/packages/{package_type}/{package_name}/versions/{package_version_id}": Operation< "/user/packages/{package_type}/{package_name}/versions/{package_version_id}", @@ -1038,92 +1038,139 @@ export interface Endpoints { "delete" >; /** - * @see https://docs.github.com/rest/users/social-accounts#delete-social-account-for-authenticated-user + * @see https://docs.github.com/rest/users/social-accounts#delete-social-accounts-for-the-authenticated-user */ "DELETE /user/social_accounts": Operation<"/user/social_accounts", "delete">; /** - * @see https://docs.github.com/rest/reference/users#delete-a-ssh-signing-key-for-the-authenticated-user + * @see https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user */ "DELETE /user/ssh_signing_keys/{ssh_signing_key_id}": Operation< "/user/ssh_signing_keys/{ssh_signing_key_id}", "delete" >; /** - * @see https://docs.github.com/rest/reference/activity#unstar-a-repository-for-the-authenticated-user + * @see https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user */ "DELETE /user/starred/{owner}/{repo}": Operation< "/user/starred/{owner}/{repo}", "delete" >; /** - * @see https://docs.github.com/rest/reference/packages#delete-a-package-for-a-user + * @see https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user */ "DELETE /users/{username}/packages/{package_type}/{package_name}": Operation< "/users/{username}/packages/{package_type}/{package_name}", "delete" >; /** - * @see https://docs.github.com/rest/reference/packages#delete-a-package-version-for-a-user + * @see https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user */ "DELETE /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}": Operation< "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}", "delete" >; /** - * @see https://docs.github.com/rest/overview/resources-in-the-rest-api#root-endpoint + * @see https://docs.github.com/rest/meta/meta#github-api-root */ "GET /": Operation<"/", "get">; /** - * @see https://docs.github.com/rest/reference/apps#get-the-authenticated-app + * @see https://docs.github.com/rest/security-advisories/global-advisories#list-global-security-advisories + */ + "GET /advisories": Operation<"/advisories", "get">; + /** + * @see https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory + */ + "GET /advisories/{ghsa_id}": Operation<"/advisories/{ghsa_id}", "get">; + /** + * @see https://docs.github.com/rest/apps/apps#get-the-authenticated-app */ "GET /app": Operation<"/app", "get">; /** - * @see https://docs.github.com/rest/reference/apps#get-a-webhook-configuration-for-an-app + * @see https://docs.github.com/rest/apps/webhooks#get-a-webhook-configuration-for-an-app */ "GET /app/hook/config": Operation<"/app/hook/config", "get">; /** - * @see https://docs.github.com/rest/reference/apps#list-deliveries-for-an-app-webhook + * @see https://docs.github.com/rest/apps/webhooks#list-deliveries-for-an-app-webhook */ "GET /app/hook/deliveries": Operation<"/app/hook/deliveries", "get">; /** - * @see https://docs.github.com/rest/reference/apps#get-a-delivery-for-an-app-webhook + * @see https://docs.github.com/rest/apps/webhooks#get-a-delivery-for-an-app-webhook */ "GET /app/hook/deliveries/{delivery_id}": Operation< "/app/hook/deliveries/{delivery_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#list-installation-requests-for-the-authenticated-app + * @see https://docs.github.com/rest/apps/apps#list-installation-requests-for-the-authenticated-app */ "GET /app/installation-requests": Operation< "/app/installation-requests", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#list-installations-for-the-authenticated-app + * @see https://docs.github.com/enterprise-server@3.9/rest/apps/apps#list-installations-for-the-authenticated-app */ "GET /app/installations": Operation<"/app/installations", "get">; /** - * @see https://docs.github.com/rest/reference/apps#get-an-installation-for-the-authenticated-app + * @see https://docs.github.com/rest/apps/apps#get-an-installation-for-the-authenticated-app */ "GET /app/installations/{installation_id}": Operation< "/app/installations/{installation_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/apps/#get-an-app + * @see https://docs.github.com/rest/apps/apps#get-an-app */ "GET /apps/{app_slug}": Operation<"/apps/{app_slug}", "get">; /** - * @see https://docs.github.com/rest/reference/codes-of-conduct#get-all-codes-of-conduct + * @see https://docs.github.com/rest/classroom/classroom#get-an-assignment + */ + "GET /assignments/{assignment_id}": Operation< + "/assignments/{assignment_id}", + "get" + >; + /** + * @see https://docs.github.com/rest/classroom/classroom#list-accepted-assignments-for-an-assignment + */ + "GET /assignments/{assignment_id}/accepted_assignments": Operation< + "/assignments/{assignment_id}/accepted_assignments", + "get" + >; + /** + * @see https://docs.github.com/rest/classroom/classroom#get-assignment-grades + */ + "GET /assignments/{assignment_id}/grades": Operation< + "/assignments/{assignment_id}/grades", + "get" + >; + /** + * @see https://docs.github.com/rest/classroom/classroom#list-classrooms + */ + "GET /classrooms": Operation<"/classrooms", "get">; + /** + * @see https://docs.github.com/rest/classroom/classroom#get-a-classroom + */ + "GET /classrooms/{classroom_id}": Operation< + "/classrooms/{classroom_id}", + "get" + >; + /** + * @see https://docs.github.com/rest/classroom/classroom#list-assignments-for-a-classroom + */ + "GET /classrooms/{classroom_id}/assignments": Operation< + "/classrooms/{classroom_id}/assignments", + "get" + >; + /** + * @see https://docs.github.com/rest/codes-of-conduct/codes-of-conduct#get-all-codes-of-conduct */ "GET /codes_of_conduct": Operation<"/codes_of_conduct", "get">; /** - * @see https://docs.github.com/rest/reference/codes-of-conduct#get-a-code-of-conduct + * @see https://docs.github.com/rest/codes-of-conduct/codes-of-conduct#get-a-code-of-conduct */ "GET /codes_of_conduct/{key}": Operation<"/codes_of_conduct/{key}", "get">; /** - * @see https://docs.github.com/rest/reference/emojis#get-emojis + * @see https://docs.github.com/rest/emojis/emojis#get-emojis */ "GET /emojis": Operation<"/emojis", "get">; /** @@ -1134,221 +1181,193 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-an-enterprise + * @see https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise */ "GET /enterprises/{enterprise}/secret-scanning/alerts": Operation< "/enterprises/{enterprise}/secret-scanning/alerts", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-public-events + * @see https://docs.github.com/rest/activity/events#list-public-events */ "GET /events": Operation<"/events", "get">; /** - * @see https://docs.github.com/rest/reference/activity#get-feeds + * @see https://docs.github.com/rest/activity/feeds#get-feeds */ "GET /feeds": Operation<"/feeds", "get">; /** - * @see https://docs.github.com/rest/reference/gists#list-gists-for-the-authenticated-user + * @see https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user */ "GET /gists": Operation<"/gists", "get">; /** - * @see https://docs.github.com/rest/reference/gists#list-public-gists + * @see https://docs.github.com/rest/gists/gists#list-public-gists */ "GET /gists/public": Operation<"/gists/public", "get">; /** - * @see https://docs.github.com/rest/reference/gists#list-starred-gists + * @see https://docs.github.com/rest/gists/gists#list-starred-gists */ "GET /gists/starred": Operation<"/gists/starred", "get">; /** - * @see https://docs.github.com/rest/reference/gists#get-a-gist + * @see https://docs.github.com/rest/gists/gists#get-a-gist */ "GET /gists/{gist_id}": Operation<"/gists/{gist_id}", "get">; /** - * @see https://docs.github.com/rest/reference/gists#list-gist-comments + * @see https://docs.github.com/rest/gists/comments#list-gist-comments */ "GET /gists/{gist_id}/comments": Operation< "/gists/{gist_id}/comments", "get" >; /** - * @see https://docs.github.com/rest/reference/gists#get-a-gist-comment + * @see https://docs.github.com/rest/gists/comments#get-a-gist-comment */ "GET /gists/{gist_id}/comments/{comment_id}": Operation< "/gists/{gist_id}/comments/{comment_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/gists#list-gist-commits + * @see https://docs.github.com/rest/gists/gists#list-gist-commits */ "GET /gists/{gist_id}/commits": Operation<"/gists/{gist_id}/commits", "get">; /** - * @see https://docs.github.com/rest/reference/gists#list-gist-forks + * @see https://docs.github.com/rest/gists/gists#list-gist-forks */ "GET /gists/{gist_id}/forks": Operation<"/gists/{gist_id}/forks", "get">; /** - * @see https://docs.github.com/rest/reference/gists#check-if-a-gist-is-starred + * @see https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred */ "GET /gists/{gist_id}/star": Operation<"/gists/{gist_id}/star", "get">; /** - * @see https://docs.github.com/rest/reference/gists#get-a-gist-revision + * @see https://docs.github.com/rest/gists/gists#get-a-gist-revision */ "GET /gists/{gist_id}/{sha}": Operation<"/gists/{gist_id}/{sha}", "get">; /** - * @see https://docs.github.com/rest/reference/gitignore#get-all-gitignore-templates + * @see https://docs.github.com/rest/gitignore/gitignore#get-all-gitignore-templates */ "GET /gitignore/templates": Operation<"/gitignore/templates", "get">; /** - * @see https://docs.github.com/rest/reference/gitignore#get-a-gitignore-template + * @see https://docs.github.com/rest/gitignore/gitignore#get-a-gitignore-template */ "GET /gitignore/templates/{name}": Operation< "/gitignore/templates/{name}", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#list-repositories-accessible-to-the-app-installation + * @see https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-app-installation */ "GET /installation/repositories": Operation< "/installation/repositories", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-issues-assigned-to-the-authenticated-user + * @see https://docs.github.com/rest/issues/issues#list-issues-assigned-to-the-authenticated-user */ "GET /issues": Operation<"/issues", "get">; /** - * @see https://docs.github.com/rest/reference/licenses#get-all-commonly-used-licenses + * @see https://docs.github.com/rest/licenses/licenses#get-all-commonly-used-licenses */ "GET /licenses": Operation<"/licenses", "get">; /** - * @see https://docs.github.com/rest/reference/licenses#get-a-license + * @see https://docs.github.com/rest/licenses/licenses#get-a-license */ "GET /licenses/{license}": Operation<"/licenses/{license}", "get">; /** - * @see https://docs.github.com/rest/reference/apps#get-a-subscription-plan-for-an-account + * @see https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account */ "GET /marketplace_listing/accounts/{account_id}": Operation< "/marketplace_listing/accounts/{account_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#list-plans + * @see https://docs.github.com/rest/apps/marketplace#list-plans */ "GET /marketplace_listing/plans": Operation< "/marketplace_listing/plans", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#list-accounts-for-a-plan + * @see https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan */ "GET /marketplace_listing/plans/{plan_id}/accounts": Operation< "/marketplace_listing/plans/{plan_id}/accounts", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#get-a-subscription-plan-for-an-account-stubbed + * @see https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed */ "GET /marketplace_listing/stubbed/accounts/{account_id}": Operation< "/marketplace_listing/stubbed/accounts/{account_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#list-plans-stubbed + * @see https://docs.github.com/rest/apps/marketplace#list-plans-stubbed */ "GET /marketplace_listing/stubbed/plans": Operation< "/marketplace_listing/stubbed/plans", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#list-accounts-for-a-plan-stubbed + * @see https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed */ "GET /marketplace_listing/stubbed/plans/{plan_id}/accounts": Operation< "/marketplace_listing/stubbed/plans/{plan_id}/accounts", "get" >; /** - * @see https://docs.github.com/rest/reference/meta#get-github-meta-information + * @see https://docs.github.com/rest/meta/meta#get-apiname-meta-information */ "GET /meta": Operation<"/meta", "get">; /** - * @see https://docs.github.com/rest/reference/activity#list-public-events-for-a-network-of-repositories + * @see https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories */ "GET /networks/{owner}/{repo}/events": Operation< "/networks/{owner}/{repo}/events", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user + * @see https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user */ "GET /notifications": Operation<"/notifications", "get">; /** - * @see https://docs.github.com/rest/reference/activity#get-a-thread + * @see https://docs.github.com/rest/activity/notifications#get-a-thread */ "GET /notifications/threads/{thread_id}": Operation< "/notifications/threads/{thread_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#get-a-thread-subscription-for-the-authenticated-user + * @see https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user */ "GET /notifications/threads/{thread_id}/subscription": Operation< "/notifications/threads/{thread_id}/subscription", "get" >; /** - * @see https://docs.github.com/rest/reference/meta#get-octocat + * @see https://docs.github.com/rest/meta/meta#get-octocat */ "GET /octocat": Operation<"/octocat", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#list-organizations + * @see https://docs.github.com/rest/orgs/orgs#list-organizations */ "GET /organizations": Operation<"/organizations", "get">; /** - * @see https://docs.github.com/rest/orgs/orgs#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens - */ - "GET /organizations/{org}/personal-access-token-requests": Operation< - "/organizations/{org}/personal-access-token-requests", - "get" - >; - /** - * @see https://docs.github.com/rest/orgs/orgs#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token - */ - "GET /organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories": Operation< - "/organizations/{org}/personal-access-token-requests/{pat_request_id}/repositories", - "get" - >; - /** - * @see https://docs.github.com/rest/orgs/orgs#list-fine-grained-personal-access-tokens-with-access-to-organization-resources - */ - "GET /organizations/{org}/personal-access-tokens": Operation< - "/organizations/{org}/personal-access-tokens", - "get" - >; - /** - * @see https://docs.github.com/rest/orgs/orgs#list-repositories-a-fine-grained-personal-access-token-has-access-to - */ - "GET /organizations/{org}/personal-access-tokens/{pat_id}/repositories": Operation< - "/organizations/{org}/personal-access-tokens/{pat_id}/repositories", - "get" - >; - /** - * @see https://docs.github.com/rest/reference/codespaces#list-in-organization + * @see https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-the-organization * @deprecated "org_id" is now "org" */ "GET /orgs/{org_id}/codespaces": Operation<"/orgs/{org}/codespaces", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#get-an-organization + * @see https://docs.github.com/rest/orgs/orgs#get-an-organization */ "GET /orgs/{org}": Operation<"/orgs/{org}", "get">; /** - * @see https://docs.github.com/rest/reference/actions#get-github-actions-cache-usage-for-an-organization + * @see https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization */ "GET /orgs/{org}/actions/cache/usage": Operation< "/orgs/{org}/actions/cache/usage", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-repositories-with-github-actions-cache-usage-for-an-organization + * @see https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization */ "GET /orgs/{org}/actions/cache/usage-by-repository": Operation< "/orgs/{org}/actions/cache/usage-by-repository", @@ -1362,105 +1381,84 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-github-actions-permissions-for-an-organization + * @see https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization */ "GET /orgs/{org}/actions/permissions": Operation< "/orgs/{org}/actions/permissions", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-selected-repositories-enabled-for-github-actions-in-an-organization + * @see https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization */ "GET /orgs/{org}/actions/permissions/repositories": Operation< "/orgs/{org}/actions/permissions/repositories", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-allowed-actions-for-an-organization + * @see https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization */ "GET /orgs/{org}/actions/permissions/selected-actions": Operation< "/orgs/{org}/actions/permissions/selected-actions", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-default-workflow-permissions + * @see https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization */ "GET /orgs/{org}/actions/permissions/workflow": Operation< "/orgs/{org}/actions/permissions/workflow", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-required-workflows - */ - "GET /orgs/{org}/actions/required_workflows": Operation< - "/orgs/{org}/actions/required_workflows", - "get" - >; - /** - * @see https://docs.github.com/rest/reference/actions#get-a-required-workflow - */ - "GET /orgs/{org}/actions/required_workflows/{required_workflow_id}": Operation< - "/orgs/{org}/actions/required_workflows/{required_workflow_id}", - "get" - >; - /** - * @see https://docs.github.com/rest/reference/actions#list-selected-repositories-required-workflows - */ - "GET /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories": Operation< - "/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories", - "get" - >; - /** - * @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-for-an-organization + * @see https://docs.github.com/rest/actions/self-hosted-runners#list-self-hosted-runners-for-an-organization */ "GET /orgs/{org}/actions/runners": Operation< "/orgs/{org}/actions/runners", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-runner-applications-for-an-organization + * @see https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization */ "GET /orgs/{org}/actions/runners/downloads": Operation< "/orgs/{org}/actions/runners/downloads", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-a-self-hosted-runner-for-an-organization + * @see https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization */ "GET /orgs/{org}/actions/runners/{runner_id}": Operation< "/orgs/{org}/actions/runners/{runner_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-labels-for-a-self-hosted-runner-for-an-organization + * @see https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization */ "GET /orgs/{org}/actions/runners/{runner_id}/labels": Operation< "/orgs/{org}/actions/runners/{runner_id}/labels", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-organization-secrets + * @see https://docs.github.com/rest/actions/secrets#list-organization-secrets */ "GET /orgs/{org}/actions/secrets": Operation< "/orgs/{org}/actions/secrets", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-an-organization-public-key + * @see https://docs.github.com/rest/actions/secrets#get-an-organization-public-key */ "GET /orgs/{org}/actions/secrets/public-key": Operation< "/orgs/{org}/actions/secrets/public-key", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-an-organization-secret + * @see https://docs.github.com/rest/actions/secrets#get-an-organization-secret */ "GET /orgs/{org}/actions/secrets/{secret_name}": Operation< "/orgs/{org}/actions/secrets/{secret_name}", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-selected-repositories-for-an-organization-secret + * @see https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret */ "GET /orgs/{org}/actions/secrets/{secret_name}/repositories": Operation< "/orgs/{org}/actions/secrets/{secret_name}/repositories", @@ -1488,55 +1486,69 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#list-users-blocked-by-an-organization + * @see https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization */ "GET /orgs/{org}/blocks": Operation<"/orgs/{org}/blocks", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#check-if-a-user-is-blocked-by-an-organization + * @see https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization */ "GET /orgs/{org}/blocks/{username}": Operation< "/orgs/{org}/blocks/{username}", "get" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-for-an-organization + * @see https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization */ "GET /orgs/{org}/code-scanning/alerts": Operation< "/orgs/{org}/code-scanning/alerts", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#list-in-organization + * @see https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-the-organization */ "GET /orgs/{org}/codespaces": Operation<"/orgs/{org}/codespaces", "get">; /** - * @see https://docs.github.com/rest/reference/codespaces#list-organization-secrets + * @see https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets */ "GET /orgs/{org}/codespaces/secrets": Operation< "/orgs/{org}/codespaces/secrets", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#get-an-organization-public-key + * @see https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key */ "GET /orgs/{org}/codespaces/secrets/public-key": Operation< "/orgs/{org}/codespaces/secrets/public-key", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#get-an-organization-secret + * @see https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret */ "GET /orgs/{org}/codespaces/secrets/{secret_name}": Operation< "/orgs/{org}/codespaces/secrets/{secret_name}", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#list-selected-repositories-for-an-organization-secret + * @see https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret */ "GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories": Operation< "/orgs/{org}/codespaces/secrets/{secret_name}/repositories", "get" >; + /** + * @see https://docs.github.com/rest/copilot/copilot-for-business#get-copilot-for-business-seat-information-and-settings-for-an-organization + */ + "GET /orgs/{org}/copilot/billing": Operation< + "/orgs/{org}/copilot/billing", + "get" + >; + /** + * @see https://docs.github.com/rest/copilot/copilot-for-business#list-all-copilot-for-business-seat-assignments-for-an-organization + */ + "GET /orgs/{org}/copilot/billing/seats": Operation< + "/orgs/{org}/copilot/billing/seats", + "get" + >; /** * @see https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization */ @@ -1545,136 +1557,143 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/dependabot#list-organization-secrets + * @see https://docs.github.com/rest/dependabot/secrets#list-organization-secrets */ "GET /orgs/{org}/dependabot/secrets": Operation< "/orgs/{org}/dependabot/secrets", "get" >; /** - * @see https://docs.github.com/rest/reference/dependabot#get-an-organization-public-key + * @see https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key */ "GET /orgs/{org}/dependabot/secrets/public-key": Operation< "/orgs/{org}/dependabot/secrets/public-key", "get" >; /** - * @see https://docs.github.com/rest/reference/dependabot#get-an-organization-secret + * @see https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret */ "GET /orgs/{org}/dependabot/secrets/{secret_name}": Operation< "/orgs/{org}/dependabot/secrets/{secret_name}", "get" >; /** - * @see https://docs.github.com/rest/reference/dependabot#list-selected-repositories-for-an-organization-secret + * @see https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret */ "GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories": Operation< "/orgs/{org}/dependabot/secrets/{secret_name}/repositories", "get" >; /** - * @see https://docs.github.com/rest/reference/packages#list-docker-migration-conflicting-packages-for-organization + * @see https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization */ "GET /orgs/{org}/docker/conflicts": Operation< "/orgs/{org}/docker/conflicts", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-public-organization-events + * @see https://docs.github.com/rest/activity/events#list-public-organization-events */ "GET /orgs/{org}/events": Operation<"/orgs/{org}/events", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#list-failed-organization-invitations + * @see https://docs.github.com/rest/orgs/members#list-failed-organization-invitations */ "GET /orgs/{org}/failed_invitations": Operation< "/orgs/{org}/failed_invitations", "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#list-organization-webhooks + * @see https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks */ "GET /orgs/{org}/hooks": Operation<"/orgs/{org}/hooks", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#get-an-organization-webhook + * @see https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook */ "GET /orgs/{org}/hooks/{hook_id}": Operation< "/orgs/{org}/hooks/{hook_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#get-a-webhook-configuration-for-an-organization + * @see https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization */ "GET /orgs/{org}/hooks/{hook_id}/config": Operation< "/orgs/{org}/hooks/{hook_id}/config", "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#list-deliveries-for-an-organization-webhook + * @see https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook */ "GET /orgs/{org}/hooks/{hook_id}/deliveries": Operation< "/orgs/{org}/hooks/{hook_id}/deliveries", "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#get-a-webhook-delivery-for-an-organization-webhook + * @see https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook */ "GET /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}": Operation< "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#get-an-organization-installation-for-the-authenticated-app + * @see https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app */ "GET /orgs/{org}/installation": Operation<"/orgs/{org}/installation", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#list-app-installations-for-an-organization + * @see https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization */ "GET /orgs/{org}/installations": Operation< "/orgs/{org}/installations", "get" >; /** - * @see https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-an-organization + * @see https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization */ "GET /orgs/{org}/interaction-limits": Operation< "/orgs/{org}/interaction-limits", "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#list-pending-organization-invitations + * @see https://docs.github.com/rest/orgs/members#list-pending-organization-invitations */ "GET /orgs/{org}/invitations": Operation<"/orgs/{org}/invitations", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#list-organization-invitation-teams + * @see https://docs.github.com/rest/orgs/members#list-organization-invitation-teams */ "GET /orgs/{org}/invitations/{invitation_id}/teams": Operation< "/orgs/{org}/invitations/{invitation_id}/teams", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-organization-issues-assigned-to-the-authenticated-user + * @see https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user */ "GET /orgs/{org}/issues": Operation<"/orgs/{org}/issues", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#list-organization-members + * @see https://docs.github.com/rest/orgs/members#list-organization-members */ "GET /orgs/{org}/members": Operation<"/orgs/{org}/members", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#check-organization-membership-for-a-user + * @see https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user */ "GET /orgs/{org}/members/{username}": Operation< "/orgs/{org}/members/{username}", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#get-codespaces-for-user-in-org + * @see https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-a-user-in-organization */ "GET /orgs/{org}/members/{username}/codespaces": Operation< "/orgs/{org}/members/{username}/codespaces", "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#get-organization-membership-for-a-user + * @see https://docs.github.com/rest/copilot/copilot-for-business#get-copilot-for-business-seat-assignment-details-for-a-user + */ + "GET /orgs/{org}/members/{username}/copilot": Operation< + "/orgs/{org}/members/{username}/copilot", + "get" + >; + /** + * @see https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user */ "GET /orgs/{org}/memberships/{username}": Operation< "/orgs/{org}/memberships/{username}", @@ -1706,312 +1725,326 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#list-outside-collaborators-for-an-organization + * @see https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization */ "GET /orgs/{org}/outside_collaborators": Operation< "/orgs/{org}/outside_collaborators", "get" >; /** - * @see https://docs.github.com/rest/reference/packages#list-packages-for-an-organization + * @see https://docs.github.com/rest/packages/packages#list-packages-for-an-organization */ "GET /orgs/{org}/packages": Operation<"/orgs/{org}/packages", "get">; /** - * @see https://docs.github.com/rest/reference/packages#get-a-package-for-an-organization + * @see https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization */ "GET /orgs/{org}/packages/{package_type}/{package_name}": Operation< "/orgs/{org}/packages/{package_type}/{package_name}", "get" >; /** - * @see https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization + * @see https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization */ "GET /orgs/{org}/packages/{package_type}/{package_name}/versions": Operation< "/orgs/{org}/packages/{package_type}/{package_name}/versions", "get" >; /** - * @see https://docs.github.com/rest/reference/packages#get-a-package-version-for-an-organization + * @see https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization */ "GET /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}": Operation< "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/projects#list-organization-projects + * @see https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens + */ + "GET /orgs/{org}/personal-access-token-requests": Operation< + "/orgs/{org}/personal-access-token-requests", + "get" + >; + /** + * @see https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token + */ + "GET /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories": Operation< + "/orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories", + "get" + >; + /** + * @see https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources + */ + "GET /orgs/{org}/personal-access-tokens": Operation< + "/orgs/{org}/personal-access-tokens", + "get" + >; + /** + * @see https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to + */ + "GET /orgs/{org}/personal-access-tokens/{pat_id}/repositories": Operation< + "/orgs/{org}/personal-access-tokens/{pat_id}/repositories", + "get" + >; + /** + * @see https://docs.github.com/rest/projects/projects#list-organization-projects */ "GET /orgs/{org}/projects": Operation<"/orgs/{org}/projects", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#list-public-organization-members + * @see https://docs.github.com/rest/orgs/members#list-public-organization-members */ "GET /orgs/{org}/public_members": Operation< "/orgs/{org}/public_members", "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#check-public-organization-membership-for-a-user + * @see https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user */ "GET /orgs/{org}/public_members/{username}": Operation< "/orgs/{org}/public_members/{username}", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-organization-repositories + * @see https://docs.github.com/rest/repos/repos#list-organization-repositories */ "GET /orgs/{org}/repos": Operation<"/orgs/{org}/repos", "get">; /** - * @see https://docs.github.com/rest/repos/rules#get-organization-rulesets + * @see https://docs.github.com/rest/orgs/rules#get-all-organization-repository-rulesets */ "GET /orgs/{org}/rulesets": Operation<"/orgs/{org}/rulesets", "get">; /** - * @see https://docs.github.com/rest/repos/rules#get-organization-ruleset + * @see https://docs.github.com/rest/orgs/rules#get-an-organization-repository-ruleset */ "GET /orgs/{org}/rulesets/{ruleset_id}": Operation< "/orgs/{org}/rulesets/{ruleset_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-an-organization + * @see https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization */ "GET /orgs/{org}/secret-scanning/alerts": Operation< "/orgs/{org}/secret-scanning/alerts", "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#list-security-manager-teams + * @see https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization + */ + "GET /orgs/{org}/security-advisories": Operation< + "/orgs/{org}/security-advisories", + "get" + >; + /** + * @see https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams */ "GET /orgs/{org}/security-managers": Operation< "/orgs/{org}/security-managers", "get" >; /** - * @see https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-organization + * @see https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-an-organization */ "GET /orgs/{org}/settings/billing/actions": Operation< "/orgs/{org}/settings/billing/actions", "get" >; /** - * @see https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-an-organization + * @see https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-an-organization */ "GET /orgs/{org}/settings/billing/packages": Operation< "/orgs/{org}/settings/billing/packages", "get" >; /** - * @see https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-an-organization + * @see https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization */ "GET /orgs/{org}/settings/billing/shared-storage": Operation< "/orgs/{org}/settings/billing/shared-storage", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#list-teams + * @see https://docs.github.com/rest/teams/teams#list-teams */ "GET /orgs/{org}/teams": Operation<"/orgs/{org}/teams", "get">; /** - * @see https://docs.github.com/rest/reference/teams#get-a-team-by-name + * @see https://docs.github.com/rest/teams/teams#get-a-team-by-name */ "GET /orgs/{org}/teams/{team_slug}": Operation< "/orgs/{org}/teams/{team_slug}", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#list-discussions + * @see https://docs.github.com/rest/teams/discussions#list-discussions */ "GET /orgs/{org}/teams/{team_slug}/discussions": Operation< "/orgs/{org}/teams/{team_slug}/discussions", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#get-a-discussion + * @see https://docs.github.com/rest/teams/discussions#get-a-discussion */ "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#list-discussion-comments + * @see https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments */ "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#get-a-discussion-comment + * @see https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment */ "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}", "get" >; /** - * @see https://docs.github.com/rest/reference/reactions#list-reactions-for-a-team-discussion-comment + * @see https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment */ "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions", "get" >; /** - * @see https://docs.github.com/rest/reference/reactions#list-reactions-for-a-team-discussion + * @see https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion */ "GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#list-pending-team-invitations + * @see https://docs.github.com/rest/teams/members#list-pending-team-invitations */ "GET /orgs/{org}/teams/{team_slug}/invitations": Operation< "/orgs/{org}/teams/{team_slug}/invitations", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#list-team-members + * @see https://docs.github.com/rest/teams/members#list-team-members */ "GET /orgs/{org}/teams/{team_slug}/members": Operation< "/orgs/{org}/teams/{team_slug}/members", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#get-team-membership-for-a-user + * @see https://docs.github.com/rest/teams/members#get-team-membership-for-a-user */ "GET /orgs/{org}/teams/{team_slug}/memberships/{username}": Operation< "/orgs/{org}/teams/{team_slug}/memberships/{username}", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#list-team-projects + * @see https://docs.github.com/rest/teams/teams#list-team-projects */ "GET /orgs/{org}/teams/{team_slug}/projects": Operation< "/orgs/{org}/teams/{team_slug}/projects", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#check-team-permissions-for-a-project + * @see https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project */ "GET /orgs/{org}/teams/{team_slug}/projects/{project_id}": Operation< "/orgs/{org}/teams/{team_slug}/projects/{project_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#list-team-repositories + * @see https://docs.github.com/rest/teams/teams#list-team-repositories */ "GET /orgs/{org}/teams/{team_slug}/repos": Operation< "/orgs/{org}/teams/{team_slug}/repos", "get" >; /** - * @see https://docs.github.com/rest/reference/teams/#check-team-permissions-for-a-repository + * @see https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository */ "GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}": Operation< "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#list-child-teams + * @see https://docs.github.com/rest/teams/teams#list-child-teams */ "GET /orgs/{org}/teams/{team_slug}/teams": Operation< "/orgs/{org}/teams/{team_slug}/teams", "get" >; /** - * @see https://docs.github.com/rest/reference/projects#get-a-project-card + * @see https://docs.github.com/rest/projects/cards#get-a-project-card */ "GET /projects/columns/cards/{card_id}": Operation< "/projects/columns/cards/{card_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/projects#get-a-project-column + * @see https://docs.github.com/rest/projects/columns#get-a-project-column */ "GET /projects/columns/{column_id}": Operation< "/projects/columns/{column_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/projects#list-project-cards + * @see https://docs.github.com/rest/projects/cards#list-project-cards */ "GET /projects/columns/{column_id}/cards": Operation< "/projects/columns/{column_id}/cards", "get" >; /** - * @see https://docs.github.com/rest/reference/projects#get-a-project + * @see https://docs.github.com/rest/projects/projects#get-a-project */ "GET /projects/{project_id}": Operation<"/projects/{project_id}", "get">; /** - * @see https://docs.github.com/rest/reference/projects#list-project-collaborators + * @see https://docs.github.com/rest/projects/collaborators#list-project-collaborators */ "GET /projects/{project_id}/collaborators": Operation< "/projects/{project_id}/collaborators", "get" >; /** - * @see https://docs.github.com/rest/reference/projects#get-project-permission-for-a-user + * @see https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user */ "GET /projects/{project_id}/collaborators/{username}/permission": Operation< "/projects/{project_id}/collaborators/{username}/permission", "get" >; /** - * @see https://docs.github.com/rest/reference/projects#list-project-columns + * @see https://docs.github.com/rest/projects/columns#list-project-columns */ "GET /projects/{project_id}/columns": Operation< "/projects/{project_id}/columns", "get" >; /** - * @see https://docs.github.com/rest/reference/rate-limit#get-rate-limit-status-for-the-authenticated-user + * @see https://docs.github.com/rest/rate-limit/rate-limit#get-rate-limit-status-for-the-authenticated-user */ "GET /rate_limit": Operation<"/rate_limit", "get">; /** - * @see https://docs.github.com/rest/reference/actions#list-repository-required-workflows - */ - "GET /repos/{org}/{repo}/actions/required_workflows": Operation< - "/repos/{org}/{repo}/actions/required_workflows", - "get" - >; - /** - * @see https://docs.github.com/rest/reference/actions#get-repository-required-workflow - */ - "GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}": Operation< - "/repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}", - "get" - >; - /** - * @see https://docs.github.com/rest/reference/actions#get-repository-required-workflow-usage - */ - "GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/timing": Operation< - "/repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/timing", - "get" - >; - /** - * @see https://docs.github.com/rest/reference/repos#get-a-repository + * @see https://docs.github.com/rest/repos/repos#get-a-repository */ "GET /repos/{owner}/{repo}": Operation<"/repos/{owner}/{repo}", "get">; /** - * @see https://docs.github.com/rest/reference/actions#list-artifacts-for-a-repository + * @see https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository */ "GET /repos/{owner}/{repo}/actions/artifacts": Operation< "/repos/{owner}/{repo}/actions/artifacts", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-an-artifact + * @see https://docs.github.com/rest/actions/artifacts#get-an-artifact */ "GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}": Operation< "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#download-an-artifact + * @see https://docs.github.com/rest/actions/artifacts#download-an-artifact */ "GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}": Operation< "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-github-actions-cache-usage-for-a-repository + * @see https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository */ "GET /repos/{owner}/{repo}/actions/cache/usage": Operation< "/repos/{owner}/{repo}/actions/cache/usage", @@ -2025,14 +2058,14 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-a-job-for-a-workflow-run + * @see https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run */ "GET /repos/{owner}/{repo}/actions/jobs/{job_id}": Operation< "/repos/{owner}/{repo}/actions/jobs/{job_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#download-job-logs-for-a-workflow-run + * @see https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run */ "GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs": Operation< "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs", @@ -2060,161 +2093,154 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-github-actions-permissions-for-a-repository + * @see https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository */ "GET /repos/{owner}/{repo}/actions/permissions": Operation< "/repos/{owner}/{repo}/actions/permissions", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-workflow-access-level-to-a-repository + * @see https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository */ "GET /repos/{owner}/{repo}/actions/permissions/access": Operation< "/repos/{owner}/{repo}/actions/permissions/access", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-allowed-actions-for-a-repository + * @see https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository */ "GET /repos/{owner}/{repo}/actions/permissions/selected-actions": Operation< "/repos/{owner}/{repo}/actions/permissions/selected-actions", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-a-repository + * @see https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository */ "GET /repos/{owner}/{repo}/actions/permissions/workflow": Operation< "/repos/{owner}/{repo}/actions/permissions/workflow", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-required-workflow-runs - */ - "GET /repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs": Operation< - "/repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs", - "get" - >; - /** - * @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-for-a-repository + * @see https://docs.github.com/rest/actions/self-hosted-runners#list-self-hosted-runners-for-a-repository */ "GET /repos/{owner}/{repo}/actions/runners": Operation< "/repos/{owner}/{repo}/actions/runners", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-runner-applications-for-a-repository + * @see https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository */ "GET /repos/{owner}/{repo}/actions/runners/downloads": Operation< "/repos/{owner}/{repo}/actions/runners/downloads", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-a-self-hosted-runner-for-a-repository + * @see https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository */ "GET /repos/{owner}/{repo}/actions/runners/{runner_id}": Operation< "/repos/{owner}/{repo}/actions/runners/{runner_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-labels-for-a-self-hosted-runner-for-a-repository + * @see https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository */ "GET /repos/{owner}/{repo}/actions/runners/{runner_id}/labels": Operation< "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-workflow-runs-for-a-repository + * @see https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository */ "GET /repos/{owner}/{repo}/actions/runs": Operation< "/repos/{owner}/{repo}/actions/runs", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-a-workflow-run + * @see https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run */ "GET /repos/{owner}/{repo}/actions/runs/{run_id}": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-the-review-history-for-a-workflow-run + * @see https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run */ "GET /repos/{owner}/{repo}/actions/runs/{run_id}/approvals": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/approvals", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-workflow-run-artifacts + * @see https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts */ "GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-a-workflow-run-attempt + * @see https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt */ "GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-jobs-for-a-workflow-run-attempt + * @see https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt */ "GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#download-workflow-run-attempt-logs + * @see https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs */ "GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-jobs-for-a-workflow-run + * @see https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run */ "GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/jobs", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#download-workflow-run-logs + * @see https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs */ "GET /repos/{owner}/{repo}/actions/runs/{run_id}/logs": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/logs", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-pending-deployments-for-a-workflow-run + * @see https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run */ "GET /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-workflow-run-usage + * @see https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage */ "GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/timing", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-repository-secrets + * @see https://docs.github.com/rest/actions/secrets#list-repository-secrets */ "GET /repos/{owner}/{repo}/actions/secrets": Operation< "/repos/{owner}/{repo}/actions/secrets", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-a-repository-public-key + * @see https://docs.github.com/rest/actions/secrets#get-a-repository-public-key */ "GET /repos/{owner}/{repo}/actions/secrets/public-key": Operation< "/repos/{owner}/{repo}/actions/secrets/public-key", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-a-repository-secret + * @see https://docs.github.com/rest/actions/secrets#get-a-repository-secret */ "GET /repos/{owner}/{repo}/actions/secrets/{secret_name}": Operation< "/repos/{owner}/{repo}/actions/secrets/{secret_name}", @@ -2235,42 +2261,49 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-repository-workflows + * @see https://docs.github.com/rest/actions/workflows#list-repository-workflows */ "GET /repos/{owner}/{repo}/actions/workflows": Operation< "/repos/{owner}/{repo}/actions/workflows", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-a-workflow + * @see https://docs.github.com/rest/actions/workflows#get-a-workflow */ "GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}": Operation< "/repos/{owner}/{repo}/actions/workflows/{workflow_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#list-workflow-runs + * @see https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow */ "GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": Operation< "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-workflow-usage + * @see https://docs.github.com/rest/actions/workflows#get-workflow-usage */ "GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing": Operation< "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-assignees + * @see https://docs.github.com/rest/repos/repos#list-repository-activities + */ + "GET /repos/{owner}/{repo}/activity": Operation< + "/repos/{owner}/{repo}/activity", + "get" + >; + /** + * @see https://docs.github.com/rest/issues/assignees#list-assignees */ "GET /repos/{owner}/{repo}/assignees": Operation< "/repos/{owner}/{repo}/assignees", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#check-if-a-user-can-be-assigned + * @see https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned */ "GET /repos/{owner}/{repo}/assignees/{assignee}": Operation< "/repos/{owner}/{repo}/assignees/{assignee}", @@ -2290,6 +2323,13 @@ export interface Endpoints { "/repos/{owner}/{repo}/autolinks/{autolink_id}", "get" >; + /** + * @see https://docs.github.com/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository + */ + "GET /repos/{owner}/{repo}/automated-security-fixes": Operation< + "/repos/{owner}/{repo}/automated-security-fixes", + "get" + >; /** * @see https://docs.github.com/rest/branches/branches#list-branches */ @@ -2354,49 +2394,49 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/branches/branch-protection#list-apps-with-access-to-the-protected-branch + * @see https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch */ "GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps": Operation< "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", "get" >; /** - * @see https://docs.github.com/rest/branches/branch-protection#list-teams-with-access-to-the-protected-branch + * @see https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch */ "GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams": Operation< "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", "get" >; /** - * @see https://docs.github.com/rest/branches/branch-protection#list-users-with-access-to-the-protected-branch + * @see https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch */ "GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users": Operation< "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", "get" >; /** - * @see https://docs.github.com/rest/reference/checks#get-a-check-run + * @see https://docs.github.com/rest/checks/runs#get-a-check-run */ "GET /repos/{owner}/{repo}/check-runs/{check_run_id}": Operation< "/repos/{owner}/{repo}/check-runs/{check_run_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/checks#list-check-run-annotations + * @see https://docs.github.com/rest/checks/runs#list-check-run-annotations */ "GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations": Operation< "/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations", "get" >; /** - * @see https://docs.github.com/rest/reference/checks#get-a-check-suite + * @see https://docs.github.com/rest/checks/suites#get-a-check-suite */ "GET /repos/{owner}/{repo}/check-suites/{check_suite_id}": Operation< "/repos/{owner}/{repo}/check-suites/{check_suite_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/checks#list-check-runs-in-a-check-suite + * @see https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite */ "GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs": Operation< "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs", @@ -2410,7 +2450,7 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#get-a-code-scanning-alert + * @see https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert * @deprecated "alert_id" is now "alert_number" */ "GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_id}": Operation< @@ -2418,112 +2458,112 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#get-a-code-scanning-alert + * @see https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert */ "GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}": Operation< "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}", "get" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#list-instances-of-a-code-scanning-alert + * @see https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert */ "GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": Operation< "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances", "get" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#list-code-scanning-analyses-for-a-repository + * @see https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository */ "GET /repos/{owner}/{repo}/code-scanning/analyses": Operation< "/repos/{owner}/{repo}/code-scanning/analyses", "get" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#get-a-code-scanning-analysis-for-a-repository + * @see https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository */ "GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}": Operation< "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#list-codeql-databases-for-a-repository + * @see https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository */ "GET /repos/{owner}/{repo}/code-scanning/codeql/databases": Operation< "/repos/{owner}/{repo}/code-scanning/codeql/databases", "get" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#get-a-codeql-database-for-a-repository + * @see https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository */ "GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}": Operation< "/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}", "get" >; /** - * @see https://docs.github.com/rest/code-scanning#get-a-code-scanning-default-setup-configuration + * @see https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration */ "GET /repos/{owner}/{repo}/code-scanning/default-setup": Operation< "/repos/{owner}/{repo}/code-scanning/default-setup", "get" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#get-information-about-a-sarif-upload + * @see https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload */ "GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}": Operation< "/repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-codeowners-errors + * @see https://docs.github.com/rest/repos/repos#list-codeowners-errors */ "GET /repos/{owner}/{repo}/codeowners/errors": Operation< "/repos/{owner}/{repo}/codeowners/errors", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user */ "GET /repos/{owner}/{repo}/codespaces": Operation< "/repos/{owner}/{repo}/codespaces", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#list-devcontainers-in-a-repository-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/codespaces#list-devcontainer-configurations-in-a-repository-for-the-authenticated-user */ "GET /repos/{owner}/{repo}/codespaces/devcontainers": Operation< "/repos/{owner}/{repo}/codespaces/devcontainers", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#list-available-machine-types-for-a-repository + * @see https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository */ "GET /repos/{owner}/{repo}/codespaces/machines": Operation< "/repos/{owner}/{repo}/codespaces/machines", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#preview-attributes-for-a-new-codespace + * @see https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace */ "GET /repos/{owner}/{repo}/codespaces/new": Operation< "/repos/{owner}/{repo}/codespaces/new", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#list-repository-secrets + * @see https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets */ "GET /repos/{owner}/{repo}/codespaces/secrets": Operation< "/repos/{owner}/{repo}/codespaces/secrets", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#get-a-repository-public-key + * @see https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key */ "GET /repos/{owner}/{repo}/codespaces/secrets/public-key": Operation< "/repos/{owner}/{repo}/codespaces/secrets/public-key", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#get-a-repository-secret + * @see https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret */ "GET /repos/{owner}/{repo}/codespaces/secrets/{secret_name}": Operation< "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}", @@ -2565,7 +2605,7 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/reactions#list-reactions-for-a-commit-comment + * @see https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment */ "GET /repos/{owner}/{repo}/comments/{comment_id}/reactions": Operation< "/repos/{owner}/{repo}/comments/{comment_id}/reactions", @@ -2607,14 +2647,14 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/checks#list-check-runs-for-a-git-reference + * @see https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference */ "GET /repos/{owner}/{repo}/commits/{ref}/check-runs": Operation< "/repos/{owner}/{repo}/commits/{ref}/check-runs", "get" >; /** - * @see https://docs.github.com/rest/reference/checks#list-check-suites-for-a-git-reference + * @see https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference */ "GET /repos/{owner}/{repo}/commits/{ref}/check-suites": Operation< "/repos/{owner}/{repo}/commits/{ref}/check-suites", @@ -2656,56 +2696,56 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/repos#get-repository-content + * @see https://docs.github.com/rest/repos/contents#get-repository-content */ "GET /repos/{owner}/{repo}/contents/{path}": Operation< "/repos/{owner}/{repo}/contents/{path}", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-repository-contributors + * @see https://docs.github.com/rest/repos/repos#list-repository-contributors */ "GET /repos/{owner}/{repo}/contributors": Operation< "/repos/{owner}/{repo}/contributors", "get" >; /** - * @see https://docs.github.com/rest/reference/dependabot#list-dependabot-alerts-for-a-repository + * @see https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository */ "GET /repos/{owner}/{repo}/dependabot/alerts": Operation< "/repos/{owner}/{repo}/dependabot/alerts", "get" >; /** - * @see https://docs.github.com/rest/reference/dependabot#get-a-dependabot-alert + * @see https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert */ "GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}": Operation< "/repos/{owner}/{repo}/dependabot/alerts/{alert_number}", "get" >; /** - * @see https://docs.github.com/rest/reference/dependabot#list-repository-secrets + * @see https://docs.github.com/rest/dependabot/secrets#list-repository-secrets */ "GET /repos/{owner}/{repo}/dependabot/secrets": Operation< "/repos/{owner}/{repo}/dependabot/secrets", "get" >; /** - * @see https://docs.github.com/rest/reference/dependabot#get-a-repository-public-key + * @see https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key */ "GET /repos/{owner}/{repo}/dependabot/secrets/public-key": Operation< "/repos/{owner}/{repo}/dependabot/secrets/public-key", "get" >; /** - * @see https://docs.github.com/rest/reference/dependabot#get-a-repository-secret + * @see https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret */ "GET /repos/{owner}/{repo}/dependabot/secrets/{secret_name}": Operation< "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", "get" >; /** - * @see https://docs.github.com/rest/reference/dependency-graph#get-a-diff-of-the-dependencies-between-commits + * @see https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits */ "GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}": Operation< "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", @@ -2768,84 +2808,84 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/deployments/branch-policies#get-deployment-branch-policy + * @see https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy */ "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": Operation< "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", "get" >; /** - * @see https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules + * @see https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment */ "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": Operation< "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules", "get" >; /** - * @see https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations + * @see https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment */ "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps": Operation< "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps", "get" >; /** - * @see https://docs.github.com/rest/deployments/protection-rules#get-a-deployment-protection-rule + * @see https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule */ "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": Operation< "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-repository-events + * @see https://docs.github.com/rest/activity/events#list-repository-events */ "GET /repos/{owner}/{repo}/events": Operation< "/repos/{owner}/{repo}/events", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-forks + * @see https://docs.github.com/rest/repos/forks#list-forks */ "GET /repos/{owner}/{repo}/forks": Operation< "/repos/{owner}/{repo}/forks", "get" >; /** - * @see https://docs.github.com/rest/reference/git#get-a-blob + * @see https://docs.github.com/rest/git/blobs#get-a-blob */ "GET /repos/{owner}/{repo}/git/blobs/{file_sha}": Operation< "/repos/{owner}/{repo}/git/blobs/{file_sha}", "get" >; /** - * @see https://docs.github.com/rest/reference/git#get-a-commit + * @see https://docs.github.com/rest/git/commits#get-a-commit-object */ "GET /repos/{owner}/{repo}/git/commits/{commit_sha}": Operation< "/repos/{owner}/{repo}/git/commits/{commit_sha}", "get" >; /** - * @see https://docs.github.com/rest/reference/git#list-matching-references + * @see https://docs.github.com/rest/git/refs#list-matching-references */ "GET /repos/{owner}/{repo}/git/matching-refs/{ref}": Operation< "/repos/{owner}/{repo}/git/matching-refs/{ref}", "get" >; /** - * @see https://docs.github.com/rest/reference/git#get-a-reference + * @see https://docs.github.com/rest/git/refs#get-a-reference */ "GET /repos/{owner}/{repo}/git/ref/{ref}": Operation< "/repos/{owner}/{repo}/git/ref/{ref}", "get" >; /** - * @see https://docs.github.com/rest/reference/git#get-a-tag + * @see https://docs.github.com/rest/git/tags#get-a-tag */ "GET /repos/{owner}/{repo}/git/tags/{tag_sha}": Operation< "/repos/{owner}/{repo}/git/tags/{tag_sha}", "get" >; /** - * @see https://docs.github.com/rest/reference/git#get-a-tree + * @see https://docs.github.com/rest/git/trees#get-a-tree */ "GET /repos/{owner}/{repo}/git/trees/{tree_sha}": Operation< "/repos/{owner}/{repo}/git/trees/{tree_sha}", @@ -2908,14 +2948,14 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/apps#get-a-repository-installation-for-the-authenticated-app + * @see https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app */ "GET /repos/{owner}/{repo}/installation": Operation< "/repos/{owner}/{repo}/installation", "get" >; /** - * @see https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-a-repository + * @see https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository */ "GET /repos/{owner}/{repo}/interaction-limits": Operation< "/repos/{owner}/{repo}/interaction-limits", @@ -2929,357 +2969,357 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-repository-issues + * @see https://docs.github.com/rest/issues/issues#list-repository-issues */ "GET /repos/{owner}/{repo}/issues": Operation< "/repos/{owner}/{repo}/issues", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-issue-comments-for-a-repository + * @see https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository */ "GET /repos/{owner}/{repo}/issues/comments": Operation< "/repos/{owner}/{repo}/issues/comments", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#get-an-issue-comment + * @see https://docs.github.com/rest/issues/comments#get-an-issue-comment */ "GET /repos/{owner}/{repo}/issues/comments/{comment_id}": Operation< "/repos/{owner}/{repo}/issues/comments/{comment_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/reactions#list-reactions-for-an-issue-comment + * @see https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment */ "GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions": Operation< "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-issue-events-for-a-repository + * @see https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository */ "GET /repos/{owner}/{repo}/issues/events": Operation< "/repos/{owner}/{repo}/issues/events", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#get-an-issue-event + * @see https://docs.github.com/rest/issues/events#get-an-issue-event */ "GET /repos/{owner}/{repo}/issues/events/{event_id}": Operation< "/repos/{owner}/{repo}/issues/events/{event_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#get-an-issue + * @see https://docs.github.com/rest/issues/issues#get-an-issue */ "GET /repos/{owner}/{repo}/issues/{issue_number}": Operation< "/repos/{owner}/{repo}/issues/{issue_number}", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#check-if-a-user-can-be-assigned-to-a-issue + * @see https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue */ "GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-issue-comments + * @see https://docs.github.com/rest/issues/comments#list-issue-comments */ "GET /repos/{owner}/{repo}/issues/{issue_number}/comments": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/comments", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-issue-events + * @see https://docs.github.com/rest/issues/events#list-issue-events */ "GET /repos/{owner}/{repo}/issues/{issue_number}/events": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/events", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-labels-for-an-issue + * @see https://docs.github.com/rest/issues/labels#list-labels-for-an-issue */ "GET /repos/{owner}/{repo}/issues/{issue_number}/labels": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/labels", "get" >; /** - * @see https://docs.github.com/rest/reference/reactions#list-reactions-for-an-issue + * @see https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue */ "GET /repos/{owner}/{repo}/issues/{issue_number}/reactions": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/reactions", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-timeline-events-for-an-issue + * @see https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue */ "GET /repos/{owner}/{repo}/issues/{issue_number}/timeline": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/timeline", "get" >; /** - * @see https://docs.github.com/rest/deploy-keys#list-deploy-keys + * @see https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys */ "GET /repos/{owner}/{repo}/keys": Operation< "/repos/{owner}/{repo}/keys", "get" >; /** - * @see https://docs.github.com/rest/deploy-keys#get-a-deploy-key + * @see https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key */ "GET /repos/{owner}/{repo}/keys/{key_id}": Operation< "/repos/{owner}/{repo}/keys/{key_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-labels-for-a-repository + * @see https://docs.github.com/rest/issues/labels#list-labels-for-a-repository */ "GET /repos/{owner}/{repo}/labels": Operation< "/repos/{owner}/{repo}/labels", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#get-a-label + * @see https://docs.github.com/rest/issues/labels#get-a-label */ "GET /repos/{owner}/{repo}/labels/{name}": Operation< "/repos/{owner}/{repo}/labels/{name}", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-repository-languages + * @see https://docs.github.com/rest/repos/repos#list-repository-languages */ "GET /repos/{owner}/{repo}/languages": Operation< "/repos/{owner}/{repo}/languages", "get" >; /** - * @see https://docs.github.com/rest/reference/licenses/#get-the-license-for-a-repository + * @see https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository */ "GET /repos/{owner}/{repo}/license": Operation< "/repos/{owner}/{repo}/license", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-milestones + * @see https://docs.github.com/rest/issues/milestones#list-milestones */ "GET /repos/{owner}/{repo}/milestones": Operation< "/repos/{owner}/{repo}/milestones", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#get-a-milestone + * @see https://docs.github.com/rest/issues/milestones#get-a-milestone */ "GET /repos/{owner}/{repo}/milestones/{milestone_number}": Operation< "/repos/{owner}/{repo}/milestones/{milestone_number}", "get" >; /** - * @see https://docs.github.com/rest/reference/issues#list-labels-for-issues-in-a-milestone + * @see https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone */ "GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels": Operation< "/repos/{owner}/{repo}/milestones/{milestone_number}/labels", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-repository-notifications-for-the-authenticated-user + * @see https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user */ "GET /repos/{owner}/{repo}/notifications": Operation< "/repos/{owner}/{repo}/notifications", "get" >; /** - * @see https://docs.github.com/rest/pages#get-a-github-pages-site + * @see https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site */ "GET /repos/{owner}/{repo}/pages": Operation< "/repos/{owner}/{repo}/pages", "get" >; /** - * @see https://docs.github.com/rest/pages#list-github-pages-builds + * @see https://docs.github.com/rest/pages/pages#list-apiname-pages-builds */ "GET /repos/{owner}/{repo}/pages/builds": Operation< "/repos/{owner}/{repo}/pages/builds", "get" >; /** - * @see https://docs.github.com/rest/pages#get-latest-pages-build + * @see https://docs.github.com/rest/pages/pages#get-latest-pages-build */ "GET /repos/{owner}/{repo}/pages/builds/latest": Operation< "/repos/{owner}/{repo}/pages/builds/latest", "get" >; /** - * @see https://docs.github.com/rest/pages#get-github-pages-build + * @see https://docs.github.com/rest/pages/pages#get-apiname-pages-build */ "GET /repos/{owner}/{repo}/pages/builds/{build_id}": Operation< "/repos/{owner}/{repo}/pages/builds/{build_id}", "get" >; /** - * @see https://docs.github.com/rest/pages#get-a-dns-health-check-for-github-pages + * @see https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages */ "GET /repos/{owner}/{repo}/pages/health": Operation< "/repos/{owner}/{repo}/pages/health", "get" >; /** - * @see https://docs.github.com/rest/reference/projects#list-repository-projects + * @see https://docs.github.com/rest/projects/projects#list-repository-projects */ "GET /repos/{owner}/{repo}/projects": Operation< "/repos/{owner}/{repo}/projects", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#list-pull-requests + * @see https://docs.github.com/rest/pulls/pulls#list-pull-requests */ "GET /repos/{owner}/{repo}/pulls": Operation< "/repos/{owner}/{repo}/pulls", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#list-review-comments-in-a-repository + * @see https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository */ "GET /repos/{owner}/{repo}/pulls/comments": Operation< "/repos/{owner}/{repo}/pulls/comments", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#get-a-review-comment-for-a-pull-request + * @see https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request */ "GET /repos/{owner}/{repo}/pulls/comments/{comment_id}": Operation< "/repos/{owner}/{repo}/pulls/comments/{comment_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/reactions#list-reactions-for-a-pull-request-review-comment + * @see https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment */ "GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions": Operation< "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#get-a-pull-request + * @see https://docs.github.com/rest/pulls/pulls#get-a-pull-request */ "GET /repos/{owner}/{repo}/pulls/{pull_number}": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#list-review-comments-on-a-pull-request + * @see https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request */ "GET /repos/{owner}/{repo}/pulls/{pull_number}/comments": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/comments", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#list-commits-on-a-pull-request + * @see https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request */ "GET /repos/{owner}/{repo}/pulls/{pull_number}/commits": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/commits", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#list-pull-requests-files + * @see https://docs.github.com/rest/pulls/pulls#list-pull-requests-files */ "GET /repos/{owner}/{repo}/pulls/{pull_number}/files": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/files", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#check-if-a-pull-request-has-been-merged + * @see https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged */ "GET /repos/{owner}/{repo}/pulls/{pull_number}/merge": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/merge", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#get-all-requested-reviewers-for-a-pull-request + * @see https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request */ "GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#list-reviews-for-a-pull-request + * @see https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request */ "GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/reviews", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#get-a-review-for-a-pull-request + * @see https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request */ "GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/pulls#list-comments-for-a-pull-request-review + * @see https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review */ "GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#get-a-repository-readme + * @see https://docs.github.com/rest/repos/contents#get-a-repository-readme */ "GET /repos/{owner}/{repo}/readme": Operation< "/repos/{owner}/{repo}/readme", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#get-a-repository-directory-readme + * @see https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory */ "GET /repos/{owner}/{repo}/readme/{dir}": Operation< "/repos/{owner}/{repo}/readme/{dir}", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-releases + * @see https://docs.github.com/rest/releases/releases#list-releases */ "GET /repos/{owner}/{repo}/releases": Operation< "/repos/{owner}/{repo}/releases", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#get-a-release-asset + * @see https://docs.github.com/rest/releases/assets#get-a-release-asset */ "GET /repos/{owner}/{repo}/releases/assets/{asset_id}": Operation< "/repos/{owner}/{repo}/releases/assets/{asset_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#get-the-latest-release + * @see https://docs.github.com/rest/releases/releases#get-the-latest-release */ "GET /repos/{owner}/{repo}/releases/latest": Operation< "/repos/{owner}/{repo}/releases/latest", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#get-a-release-by-tag-name + * @see https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name */ "GET /repos/{owner}/{repo}/releases/tags/{tag}": Operation< "/repos/{owner}/{repo}/releases/tags/{tag}", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#get-a-release + * @see https://docs.github.com/rest/releases/releases#get-a-release */ "GET /repos/{owner}/{repo}/releases/{release_id}": Operation< "/repos/{owner}/{repo}/releases/{release_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-release-assets + * @see https://docs.github.com/rest/releases/assets#list-release-assets */ "GET /repos/{owner}/{repo}/releases/{release_id}/assets": Operation< "/repos/{owner}/{repo}/releases/{release_id}/assets", "get" >; /** - * @see https://docs.github.com/rest/reference/reactions/#list-reactions-for-a-release + * @see https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release */ "GET /repos/{owner}/{repo}/releases/{release_id}/reactions": Operation< "/repos/{owner}/{repo}/releases/{release_id}/reactions", @@ -3293,35 +3333,35 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/repos/rules#get-repository-rulesets + * @see https://docs.github.com/rest/repos/rules#get-all-repository-rulesets */ "GET /repos/{owner}/{repo}/rulesets": Operation< "/repos/{owner}/{repo}/rulesets", "get" >; /** - * @see https://docs.github.com/rest/repos/rules#get-repository-ruleset + * @see https://docs.github.com/rest/repos/rules#get-a-repository-ruleset */ "GET /repos/{owner}/{repo}/rulesets/{ruleset_id}": Operation< "/repos/{owner}/{repo}/rulesets/{ruleset_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-a-repository + * @see https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository */ "GET /repos/{owner}/{repo}/secret-scanning/alerts": Operation< "/repos/{owner}/{repo}/secret-scanning/alerts", "get" >; /** - * @see https://docs.github.com/rest/reference/secret-scanning#get-a-secret-scanning-alert + * @see https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert */ "GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}": Operation< "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}", "get" >; /** - * @see https://docs.github.com/rest/reference/secret-scanning#list-locations-for-a-secret-scanning-alert + * @see https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert */ "GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations": Operation< "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations", @@ -3342,7 +3382,7 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-stargazers + * @see https://docs.github.com/rest/activity/starring#list-stargazers */ "GET /repos/{owner}/{repo}/stargazers": Operation< "/repos/{owner}/{repo}/stargazers", @@ -3384,49 +3424,49 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-watchers + * @see https://docs.github.com/rest/activity/watching#list-watchers */ "GET /repos/{owner}/{repo}/subscribers": Operation< "/repos/{owner}/{repo}/subscribers", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#get-a-repository-subscription + * @see https://docs.github.com/rest/activity/watching#get-a-repository-subscription */ "GET /repos/{owner}/{repo}/subscription": Operation< "/repos/{owner}/{repo}/subscription", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-repository-tags + * @see https://docs.github.com/rest/repos/repos#list-repository-tags */ "GET /repos/{owner}/{repo}/tags": Operation< "/repos/{owner}/{repo}/tags", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-tag-protection-state-of-a-repository + * @see https://docs.github.com/rest/repos/tags#list-tag-protection-states-for-a-repository */ "GET /repos/{owner}/{repo}/tags/protection": Operation< "/repos/{owner}/{repo}/tags/protection", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#download-a-repository-archive + * @see https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar */ "GET /repos/{owner}/{repo}/tarball/{ref}": Operation< "/repos/{owner}/{repo}/tarball/{ref}", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-repository-teams + * @see https://docs.github.com/rest/repos/repos#list-repository-teams */ "GET /repos/{owner}/{repo}/teams": Operation< "/repos/{owner}/{repo}/teams", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#get-all-repository-topics + * @see https://docs.github.com/rest/repos/repos#get-all-repository-topics */ "GET /repos/{owner}/{repo}/topics": Operation< "/repos/{owner}/{repo}/topics", @@ -3461,39 +3501,39 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository + * @see https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository */ "GET /repos/{owner}/{repo}/vulnerability-alerts": Operation< "/repos/{owner}/{repo}/vulnerability-alerts", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#download-a-repository-archive + * @see https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip */ "GET /repos/{owner}/{repo}/zipball/{ref}": Operation< "/repos/{owner}/{repo}/zipball/{ref}", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-public-repositories + * @see https://docs.github.com/rest/repos/repos#list-public-repositories */ "GET /repositories": Operation<"/repositories", "get">; /** - * @see https://docs.github.com/rest/reference/actions#list-environment-secrets + * @see https://docs.github.com/rest/actions/secrets#list-environment-secrets */ "GET /repositories/{repository_id}/environments/{environment_name}/secrets": Operation< "/repositories/{repository_id}/environments/{environment_name}/secrets", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-an-environment-public-key + * @see https://docs.github.com/rest/actions/secrets#get-an-environment-public-key */ "GET /repositories/{repository_id}/environments/{environment_name}/secrets/public-key": Operation< "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key", "get" >; /** - * @see https://docs.github.com/rest/reference/actions#get-an-environment-secret + * @see https://docs.github.com/rest/actions/secrets#get-an-environment-secret */ "GET /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": Operation< "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", @@ -3514,176 +3554,176 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/search#search-code + * @see https://docs.github.com/rest/search/search#search-code */ "GET /search/code": Operation<"/search/code", "get">; /** - * @see https://docs.github.com/rest/reference/search#search-commits + * @see https://docs.github.com/rest/search/search#search-commits */ "GET /search/commits": Operation<"/search/commits", "get">; /** - * @see https://docs.github.com/rest/reference/search#search-issues-and-pull-requests + * @see https://docs.github.com/rest/search/search#search-issues-and-pull-requests */ "GET /search/issues": Operation<"/search/issues", "get">; /** - * @see https://docs.github.com/rest/reference/search#search-labels + * @see https://docs.github.com/rest/search/search#search-labels */ "GET /search/labels": Operation<"/search/labels", "get">; /** - * @see https://docs.github.com/rest/reference/search#search-repositories + * @see https://docs.github.com/rest/search/search#search-repositories */ "GET /search/repositories": Operation<"/search/repositories", "get">; /** - * @see https://docs.github.com/rest/reference/search#search-topics + * @see https://docs.github.com/rest/search/search#search-topics */ "GET /search/topics": Operation<"/search/topics", "get">; /** - * @see https://docs.github.com/rest/reference/search#search-users + * @see https://docs.github.com/rest/search/search#search-users */ "GET /search/users": Operation<"/search/users", "get">; /** - * @see https://docs.github.com/rest/reference/teams/#get-a-team-legacy + * @see https://docs.github.com/rest/teams/teams#get-a-team-legacy */ "GET /teams/{team_id}": Operation<"/teams/{team_id}", "get">; /** - * @see https://docs.github.com/rest/reference/teams#list-discussions-legacy + * @see https://docs.github.com/rest/teams/discussions#list-discussions-legacy */ "GET /teams/{team_id}/discussions": Operation< "/teams/{team_id}/discussions", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#get-a-discussion-legacy + * @see https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy */ "GET /teams/{team_id}/discussions/{discussion_number}": Operation< "/teams/{team_id}/discussions/{discussion_number}", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#list-discussion-comments-legacy + * @see https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy */ "GET /teams/{team_id}/discussions/{discussion_number}/comments": Operation< "/teams/{team_id}/discussions/{discussion_number}/comments", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#get-a-discussion-comment-legacy + * @see https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy */ "GET /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}": Operation< "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}", "get" >; /** - * @see https://docs.github.com/rest/reference/reactions/#list-reactions-for-a-team-discussion-comment-legacy + * @see https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy */ "GET /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions": Operation< "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions", "get" >; /** - * @see https://docs.github.com/rest/reference/reactions/#list-reactions-for-a-team-discussion-legacy + * @see https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy */ "GET /teams/{team_id}/discussions/{discussion_number}/reactions": Operation< "/teams/{team_id}/discussions/{discussion_number}/reactions", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#list-pending-team-invitations-legacy + * @see https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy */ "GET /teams/{team_id}/invitations": Operation< "/teams/{team_id}/invitations", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#list-team-members-legacy + * @see https://docs.github.com/rest/teams/members#list-team-members-legacy */ "GET /teams/{team_id}/members": Operation<"/teams/{team_id}/members", "get">; /** - * @see https://docs.github.com/rest/reference/teams#get-team-member-legacy + * @see https://docs.github.com/rest/teams/members#get-team-member-legacy */ "GET /teams/{team_id}/members/{username}": Operation< "/teams/{team_id}/members/{username}", "get" >; /** - * @see https://docs.github.com/rest/reference/teams#get-team-membership-for-a-user-legacy + * @see https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy */ "GET /teams/{team_id}/memberships/{username}": Operation< "/teams/{team_id}/memberships/{username}", "get" >; /** - * @see https://docs.github.com/rest/reference/teams/#list-team-projects-legacy + * @see https://docs.github.com/rest/teams/teams#list-team-projects-legacy */ "GET /teams/{team_id}/projects": Operation< "/teams/{team_id}/projects", "get" >; /** - * @see https://docs.github.com/rest/reference/teams/#check-team-permissions-for-a-project-legacy + * @see https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy */ "GET /teams/{team_id}/projects/{project_id}": Operation< "/teams/{team_id}/projects/{project_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/teams/#list-team-repositories-legacy + * @see https://docs.github.com/rest/teams/teams#list-team-repositories-legacy */ "GET /teams/{team_id}/repos": Operation<"/teams/{team_id}/repos", "get">; /** - * @see https://docs.github.com/rest/reference/teams/#check-team-permissions-for-a-repository-legacy + * @see https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy */ "GET /teams/{team_id}/repos/{owner}/{repo}": Operation< "/teams/{team_id}/repos/{owner}/{repo}", "get" >; /** - * @see https://docs.github.com/rest/reference/teams/#list-child-teams-legacy + * @see https://docs.github.com/rest/teams/teams#list-child-teams-legacy */ "GET /teams/{team_id}/teams": Operation<"/teams/{team_id}/teams", "get">; /** - * @see https://docs.github.com/rest/reference/users#get-the-authenticated-user + * @see https://docs.github.com/rest/users/users#get-the-authenticated-user */ "GET /user": Operation<"/user", "get">; /** - * @see https://docs.github.com/rest/reference/users#list-users-blocked-by-the-authenticated-user + * @see https://docs.github.com/rest/users/blocking#list-users-blocked-by-the-authenticated-user */ "GET /user/blocks": Operation<"/user/blocks", "get">; /** - * @see https://docs.github.com/rest/reference/users#check-if-a-user-is-blocked-by-the-authenticated-user + * @see https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user */ "GET /user/blocks/{username}": Operation<"/user/blocks/{username}", "get">; /** - * @see https://docs.github.com/rest/reference/codespaces#list-codespaces-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user */ "GET /user/codespaces": Operation<"/user/codespaces", "get">; /** - * @see https://docs.github.com/rest/reference/codespaces#list-secrets-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/secrets#list-secrets-for-the-authenticated-user */ "GET /user/codespaces/secrets": Operation<"/user/codespaces/secrets", "get">; /** - * @see https://docs.github.com/rest/reference/codespaces#get-public-key-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/secrets#get-public-key-for-the-authenticated-user */ "GET /user/codespaces/secrets/public-key": Operation< "/user/codespaces/secrets/public-key", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#get-a-secret-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user */ "GET /user/codespaces/secrets/{secret_name}": Operation< "/user/codespaces/secrets/{secret_name}", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#list-selected-repositories-for-a-user-secret + * @see https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret */ "GET /user/codespaces/secrets/{secret_name}/repositories": Operation< "/user/codespaces/secrets/{secret_name}/repositories", "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#get-a-codespace-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user */ "GET /user/codespaces/{codespace_name}": Operation< "/user/codespaces/{codespace_name}", @@ -3697,93 +3737,93 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/codespaces#list-machine-types-for-a-codespace + * @see https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace */ "GET /user/codespaces/{codespace_name}/machines": Operation< "/user/codespaces/{codespace_name}/machines", "get" >; /** - * @see https://docs.github.com/rest/packages#list-docker-migration-conflicting-packages-for-authenticated-user + * @see https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-authenticated-user */ "GET /user/docker/conflicts": Operation<"/user/docker/conflicts", "get">; /** - * @see https://docs.github.com/rest/reference/users#list-email-addresses-for-the-authenticated-user + * @see https://docs.github.com/rest/users/emails#list-email-addresses-for-the-authenticated-user */ "GET /user/emails": Operation<"/user/emails", "get">; /** - * @see https://docs.github.com/rest/reference/users#list-followers-of-the-authenticated-user + * @see https://docs.github.com/rest/users/followers#list-followers-of-the-authenticated-user */ "GET /user/followers": Operation<"/user/followers", "get">; /** - * @see https://docs.github.com/rest/reference/users#list-the-people-the-authenticated-user-follows + * @see https://docs.github.com/rest/users/followers#list-the-people-the-authenticated-user-follows */ "GET /user/following": Operation<"/user/following", "get">; /** - * @see https://docs.github.com/rest/reference/users#check-if-a-person-is-followed-by-the-authenticated-user + * @see https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user */ "GET /user/following/{username}": Operation< "/user/following/{username}", "get" >; /** - * @see https://docs.github.com/rest/reference/users#list-gpg-keys-for-the-authenticated-user + * @see https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-the-authenticated-user */ "GET /user/gpg_keys": Operation<"/user/gpg_keys", "get">; /** - * @see https://docs.github.com/rest/reference/users#get-a-gpg-key-for-the-authenticated-user + * @see https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user */ "GET /user/gpg_keys/{gpg_key_id}": Operation< "/user/gpg_keys/{gpg_key_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#list-app-installations-accessible-to-the-user-access-token + * @see https://docs.github.com/rest/apps/installations#list-app-installations-accessible-to-the-user-access-token */ "GET /user/installations": Operation<"/user/installations", "get">; /** - * @see https://docs.github.com/rest/reference/apps#list-repositories-accessible-to-the-user-access-token + * @see https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-user-access-token */ "GET /user/installations/{installation_id}/repositories": Operation< "/user/installations/{installation_id}/repositories", "get" >; /** - * @see https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-your-public-repositories + * @see https://docs.github.com/rest/interactions/user#get-interaction-restrictions-for-your-public-repositories */ "GET /user/interaction-limits": Operation<"/user/interaction-limits", "get">; /** - * @see https://docs.github.com/rest/reference/issues#list-user-account-issues-assigned-to-the-authenticated-user + * @see https://docs.github.com/rest/issues/issues#list-user-account-issues-assigned-to-the-authenticated-user */ "GET /user/issues": Operation<"/user/issues", "get">; /** - * @see https://docs.github.com/rest/reference/users#list-public-ssh-keys-for-the-authenticated-user + * @see https://docs.github.com/rest/users/keys#list-public-ssh-keys-for-the-authenticated-user */ "GET /user/keys": Operation<"/user/keys", "get">; /** - * @see https://docs.github.com/rest/reference/users#get-a-public-ssh-key-for-the-authenticated-user + * @see https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user */ "GET /user/keys/{key_id}": Operation<"/user/keys/{key_id}", "get">; /** - * @see https://docs.github.com/rest/reference/apps#list-subscriptions-for-the-authenticated-user + * @see https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user */ "GET /user/marketplace_purchases": Operation< "/user/marketplace_purchases", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#list-subscriptions-for-the-authenticated-user-stubbed + * @see https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user-stubbed */ "GET /user/marketplace_purchases/stubbed": Operation< "/user/marketplace_purchases/stubbed", "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#list-organization-memberships-for-the-authenticated-user + * @see https://docs.github.com/rest/orgs/members#list-organization-memberships-for-the-authenticated-user */ "GET /user/memberships/orgs": Operation<"/user/memberships/orgs", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#get-an-organization-membership-for-the-authenticated-user + * @see https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user */ "GET /user/memberships/orgs/{org}": Operation< "/user/memberships/orgs/{org}", @@ -3815,40 +3855,40 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/orgs#list-organizations-for-the-authenticated-user + * @see https://docs.github.com/rest/orgs/orgs#list-organizations-for-the-authenticated-user */ "GET /user/orgs": Operation<"/user/orgs", "get">; /** - * @see https://docs.github.com/rest/reference/packages#list-packages-for-the-authenticated-user + * @see https://docs.github.com/rest/packages/packages#list-packages-for-the-authenticated-users-namespace */ "GET /user/packages": Operation<"/user/packages", "get">; /** - * @see https://docs.github.com/rest/reference/packages#get-a-package-for-the-authenticated-user + * @see https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user */ "GET /user/packages/{package_type}/{package_name}": Operation< "/user/packages/{package_type}/{package_name}", "get" >; /** - * @see https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user + * @see https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user */ "GET /user/packages/{package_type}/{package_name}/versions": Operation< "/user/packages/{package_type}/{package_name}/versions", "get" >; /** - * @see https://docs.github.com/rest/reference/packages#get-a-package-version-for-the-authenticated-user + * @see https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user */ "GET /user/packages/{package_type}/{package_name}/versions/{package_version_id}": Operation< "/user/packages/{package_type}/{package_name}/versions/{package_version_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/users#list-public-email-addresses-for-the-authenticated-user + * @see https://docs.github.com/rest/users/emails#list-public-email-addresses-for-the-authenticated-user */ "GET /user/public_emails": Operation<"/user/public_emails", "get">; /** - * @see https://docs.github.com/rest/reference/repos#list-repositories-for-the-authenticated-user + * @see https://docs.github.com/rest/repos/repos#list-repositories-for-the-authenticated-user */ "GET /user/repos": Operation<"/user/repos", "get">; /** @@ -3863,191 +3903,191 @@ export interface Endpoints { */ "GET /user/social_accounts": Operation<"/user/social_accounts", "get">; /** - * @see https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user + * @see https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-the-authenticated-user */ "GET /user/ssh_signing_keys": Operation<"/user/ssh_signing_keys", "get">; /** - * @see https://docs.github.com/rest/reference/users#get-a-ssh-signing-key-for-the-authenticated-user + * @see https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user */ "GET /user/ssh_signing_keys/{ssh_signing_key_id}": Operation< "/user/ssh_signing_keys/{ssh_signing_key_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-repositories-starred-by-the-authenticated-user + * @see https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user */ "GET /user/starred": Operation<"/user/starred", "get">; /** - * @see https://docs.github.com/rest/reference/activity#check-if-a-repository-is-starred-by-the-authenticated-user + * @see https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user */ "GET /user/starred/{owner}/{repo}": Operation< "/user/starred/{owner}/{repo}", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-repositories-watched-by-the-authenticated-user + * @see https://docs.github.com/rest/activity/watching#list-repositories-watched-by-the-authenticated-user */ "GET /user/subscriptions": Operation<"/user/subscriptions", "get">; /** - * @see https://docs.github.com/rest/reference/teams#list-teams-for-the-authenticated-user + * @see https://docs.github.com/rest/teams/teams#list-teams-for-the-authenticated-user */ "GET /user/teams": Operation<"/user/teams", "get">; /** - * @see https://docs.github.com/rest/reference/users#list-users + * @see https://docs.github.com/rest/users/users#list-users */ "GET /users": Operation<"/users", "get">; /** - * @see https://docs.github.com/rest/reference/users#get-a-user + * @see https://docs.github.com/rest/users/users#get-a-user */ "GET /users/{username}": Operation<"/users/{username}", "get">; /** - * @see https://docs.github.com/rest/reference/packages#list-docker-migration-conflicting-packages-for-user + * @see https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user */ "GET /users/{username}/docker/conflicts": Operation< "/users/{username}/docker/conflicts", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-events-for-the-authenticated-user + * @see https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user */ "GET /users/{username}/events": Operation<"/users/{username}/events", "get">; /** - * @see https://docs.github.com/rest/reference/activity#list-organization-events-for-the-authenticated-user + * @see https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user */ "GET /users/{username}/events/orgs/{org}": Operation< "/users/{username}/events/orgs/{org}", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-public-events-for-a-user + * @see https://docs.github.com/rest/activity/events#list-public-events-for-a-user */ "GET /users/{username}/events/public": Operation< "/users/{username}/events/public", "get" >; /** - * @see https://docs.github.com/rest/reference/users#list-followers-of-a-user + * @see https://docs.github.com/rest/users/followers#list-followers-of-a-user */ "GET /users/{username}/followers": Operation< "/users/{username}/followers", "get" >; /** - * @see https://docs.github.com/rest/reference/users#list-the-people-a-user-follows + * @see https://docs.github.com/rest/users/followers#list-the-people-a-user-follows */ "GET /users/{username}/following": Operation< "/users/{username}/following", "get" >; /** - * @see https://docs.github.com/rest/reference/users#check-if-a-user-follows-another-user + * @see https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user */ "GET /users/{username}/following/{target_user}": Operation< "/users/{username}/following/{target_user}", "get" >; /** - * @see https://docs.github.com/rest/reference/gists#list-gists-for-a-user + * @see https://docs.github.com/rest/gists/gists#list-gists-for-a-user */ "GET /users/{username}/gists": Operation<"/users/{username}/gists", "get">; /** - * @see https://docs.github.com/rest/reference/users#list-gpg-keys-for-a-user + * @see https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user */ "GET /users/{username}/gpg_keys": Operation< "/users/{username}/gpg_keys", "get" >; /** - * @see https://docs.github.com/rest/reference/users#get-contextual-information-for-a-user + * @see https://docs.github.com/rest/users/users#get-contextual-information-for-a-user */ "GET /users/{username}/hovercard": Operation< "/users/{username}/hovercard", "get" >; /** - * @see https://docs.github.com/rest/reference/apps#get-a-user-installation-for-the-authenticated-app + * @see https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app */ "GET /users/{username}/installation": Operation< "/users/{username}/installation", "get" >; /** - * @see https://docs.github.com/rest/reference/users#list-public-keys-for-a-user + * @see https://docs.github.com/rest/users/keys#list-public-keys-for-a-user */ "GET /users/{username}/keys": Operation<"/users/{username}/keys", "get">; /** - * @see https://docs.github.com/rest/reference/orgs#list-organizations-for-a-user + * @see https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user */ "GET /users/{username}/orgs": Operation<"/users/{username}/orgs", "get">; /** - * @see https://docs.github.com/rest/reference/packages#list-packages-for-user + * @see https://docs.github.com/rest/packages/packages#list-packages-for-a-user */ "GET /users/{username}/packages": Operation< "/users/{username}/packages", "get" >; /** - * @see https://docs.github.com/rest/reference/packages#get-a-package-for-a-user + * @see https://docs.github.com/rest/packages/packages#get-a-package-for-a-user */ "GET /users/{username}/packages/{package_type}/{package_name}": Operation< "/users/{username}/packages/{package_type}/{package_name}", "get" >; /** - * @see https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user + * @see https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user */ "GET /users/{username}/packages/{package_type}/{package_name}/versions": Operation< "/users/{username}/packages/{package_type}/{package_name}/versions", "get" >; /** - * @see https://docs.github.com/rest/reference/packages#get-a-package-version-for-a-user + * @see https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user */ "GET /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}": Operation< "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}", "get" >; /** - * @see https://docs.github.com/rest/reference/projects#list-user-projects + * @see https://docs.github.com/rest/projects/projects#list-user-projects */ "GET /users/{username}/projects": Operation< "/users/{username}/projects", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-events-received-by-the-authenticated-user + * @see https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user */ "GET /users/{username}/received_events": Operation< "/users/{username}/received_events", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-public-events-received-by-a-user + * @see https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user */ "GET /users/{username}/received_events/public": Operation< "/users/{username}/received_events/public", "get" >; /** - * @see https://docs.github.com/rest/reference/repos#list-repositories-for-a-user + * @see https://docs.github.com/rest/repos/repos#list-repositories-for-a-user */ "GET /users/{username}/repos": Operation<"/users/{username}/repos", "get">; /** - * @see https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-a-user + * @see https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user */ "GET /users/{username}/settings/billing/actions": Operation< "/users/{username}/settings/billing/actions", "get" >; /** - * @see https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-a-user + * @see https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user */ "GET /users/{username}/settings/billing/packages": Operation< "/users/{username}/settings/billing/packages", "get" >; /** - * @see https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-a-user + * @see https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user */ "GET /users/{username}/settings/billing/shared-storage": Operation< "/users/{username}/settings/billing/shared-storage", @@ -4061,40 +4101,40 @@ export interface Endpoints { "get" >; /** - * @see https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user + * @see https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user */ "GET /users/{username}/ssh_signing_keys": Operation< "/users/{username}/ssh_signing_keys", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-repositories-starred-by-a-user + * @see https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user */ "GET /users/{username}/starred": Operation< "/users/{username}/starred", "get" >; /** - * @see https://docs.github.com/rest/reference/activity#list-repositories-watched-by-a-user + * @see https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user */ "GET /users/{username}/subscriptions": Operation< "/users/{username}/subscriptions", "get" >; /** - * @see https://docs.github.com/rest/reference/meta#get-all-api-versions + * @see https://docs.github.com/rest/meta/meta#get-all-api-versions */ "GET /versions": Operation<"/versions", "get">; /** - * @see https://docs.github.com/rest/meta#get-the-zen-of-github + * @see https://docs.github.com/rest/meta/meta#get-the-zen-of-github */ "GET /zen": Operation<"/zen", "get">; /** - * @see https://docs.github.com/rest/reference/apps#update-a-webhook-configuration-for-an-app + * @see https://docs.github.com/rest/apps/webhooks#update-a-webhook-configuration-for-an-app */ "PATCH /app/hook/config": Operation<"/app/hook/config", "patch">; /** - * @see https://docs.github.com/rest/reference/apps#reset-a-token + * @see https://docs.github.com/rest/apps/oauth-applications#reset-a-token */ "PATCH /applications/{client_id}/token": Operation< "/applications/{client_id}/token", @@ -4105,30 +4145,23 @@ export interface Endpoints { */ "PATCH /gists/{gist_id}": Operation<"/gists/{gist_id}", "patch">; /** - * @see https://docs.github.com/rest/reference/gists#update-a-gist-comment + * @see https://docs.github.com/rest/gists/comments#update-a-gist-comment */ "PATCH /gists/{gist_id}/comments/{comment_id}": Operation< "/gists/{gist_id}/comments/{comment_id}", "patch" >; /** - * @see https://docs.github.com/rest/reference/activity#mark-a-thread-as-read + * @see https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read */ "PATCH /notifications/threads/{thread_id}": Operation< "/notifications/threads/{thread_id}", "patch" >; /** - * @see https://docs.github.com/rest/reference/orgs#update-an-organization + * @see https://docs.github.com/rest/orgs/orgs#update-an-organization */ "PATCH /orgs/{org}": Operation<"/orgs/{org}", "patch">; - /** - * @see https://docs.github.com/rest/reference/actions#update-a-required-workflow - */ - "PATCH /orgs/{org}/actions/required_workflows/{required_workflow_id}": Operation< - "/orgs/{org}/actions/required_workflows/{required_workflow_id}", - "patch" - >; /** * @see https://docs.github.com/rest/actions/variables#update-an-organization-variable */ @@ -4137,56 +4170,56 @@ export interface Endpoints { "patch" >; /** - * @see https://docs.github.com/rest/reference/orgs#update-an-organization-webhook + * @see https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook */ "PATCH /orgs/{org}/hooks/{hook_id}": Operation< "/orgs/{org}/hooks/{hook_id}", "patch" >; /** - * @see https://docs.github.com/rest/reference/orgs#update-a-webhook-configuration-for-an-organization + * @see https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization */ "PATCH /orgs/{org}/hooks/{hook_id}/config": Operation< "/orgs/{org}/hooks/{hook_id}/config", "patch" >; /** - * @see https://docs.github.com/rest/reference/teams#update-a-team + * @see https://docs.github.com/rest/teams/teams#update-a-team */ "PATCH /orgs/{org}/teams/{team_slug}": Operation< "/orgs/{org}/teams/{team_slug}", "patch" >; /** - * @see https://docs.github.com/rest/reference/teams#update-a-discussion + * @see https://docs.github.com/rest/teams/discussions#update-a-discussion */ "PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}", "patch" >; /** - * @see https://docs.github.com/rest/reference/teams#update-a-discussion-comment + * @see https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment */ "PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}", "patch" >; /** - * @see https://docs.github.com/rest/reference/projects#update-a-project-card + * @see https://docs.github.com/rest/projects/cards#update-an-existing-project-card */ "PATCH /projects/columns/cards/{card_id}": Operation< "/projects/columns/cards/{card_id}", "patch" >; /** - * @see https://docs.github.com/rest/reference/projects#update-a-project-column + * @see https://docs.github.com/rest/projects/columns#update-an-existing-project-column */ "PATCH /projects/columns/{column_id}": Operation< "/projects/columns/{column_id}", "patch" >; /** - * @see https://docs.github.com/rest/reference/projects#update-a-project + * @see https://docs.github.com/rest/projects/projects#update-a-project */ "PATCH /projects/{project_id}": Operation<"/projects/{project_id}", "patch">; /** @@ -4215,28 +4248,28 @@ export interface Endpoints { "patch" >; /** - * @see https://docs.github.com/rest/reference/checks#update-a-check-run + * @see https://docs.github.com/rest/checks/runs#update-a-check-run */ "PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}": Operation< "/repos/{owner}/{repo}/check-runs/{check_run_id}", "patch" >; /** - * @see https://docs.github.com/rest/reference/checks#update-repository-preferences-for-check-suites + * @see https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites */ "PATCH /repos/{owner}/{repo}/check-suites/preferences": Operation< "/repos/{owner}/{repo}/check-suites/preferences", "patch" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#update-a-code-scanning-alert + * @see https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert */ "PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}": Operation< "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}", "patch" >; /** - * @see https://docs.github.com/rest/code-scanning#update-a-code-scanning-default-setup-configuration + * @see https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration */ "PATCH /repos/{owner}/{repo}/code-scanning/default-setup": Operation< "/repos/{owner}/{repo}/code-scanning/default-setup", @@ -4250,14 +4283,14 @@ export interface Endpoints { "patch" >; /** - * @see https://docs.github.com/rest/reference/dependabot#update-a-dependabot-alert + * @see https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert */ "PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}": Operation< "/repos/{owner}/{repo}/dependabot/alerts/{alert_number}", "patch" >; /** - * @see https://docs.github.com/rest/reference/git#update-a-reference + * @see https://docs.github.com/rest/git/refs#update-a-reference */ "PATCH /repos/{owner}/{repo}/git/refs/{ref}": Operation< "/repos/{owner}/{repo}/git/refs/{ref}", @@ -4306,63 +4339,63 @@ export interface Endpoints { "patch" >; /** - * @see https://docs.github.com/rest/reference/issues#update-an-issue-comment + * @see https://docs.github.com/rest/issues/comments#update-an-issue-comment */ "PATCH /repos/{owner}/{repo}/issues/comments/{comment_id}": Operation< "/repos/{owner}/{repo}/issues/comments/{comment_id}", "patch" >; /** - * @see https://docs.github.com/rest/reference/issues#update-an-issue + * @see https://docs.github.com/rest/issues/issues#update-an-issue */ "PATCH /repos/{owner}/{repo}/issues/{issue_number}": Operation< "/repos/{owner}/{repo}/issues/{issue_number}", "patch" >; /** - * @see https://docs.github.com/rest/reference/issues#update-a-label + * @see https://docs.github.com/rest/issues/labels#update-a-label */ "PATCH /repos/{owner}/{repo}/labels/{name}": Operation< "/repos/{owner}/{repo}/labels/{name}", "patch" >; /** - * @see https://docs.github.com/rest/reference/issues#update-a-milestone + * @see https://docs.github.com/rest/issues/milestones#update-a-milestone */ "PATCH /repos/{owner}/{repo}/milestones/{milestone_number}": Operation< "/repos/{owner}/{repo}/milestones/{milestone_number}", "patch" >; /** - * @see https://docs.github.com/rest/reference/pulls#update-a-review-comment-for-a-pull-request + * @see https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request */ "PATCH /repos/{owner}/{repo}/pulls/comments/{comment_id}": Operation< "/repos/{owner}/{repo}/pulls/comments/{comment_id}", "patch" >; /** - * @see https://docs.github.com/rest/reference/pulls/#update-a-pull-request + * @see https://docs.github.com/rest/pulls/pulls#update-a-pull-request */ "PATCH /repos/{owner}/{repo}/pulls/{pull_number}": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}", "patch" >; /** - * @see https://docs.github.com/rest/reference/repos#update-a-release-asset + * @see https://docs.github.com/rest/releases/assets#update-a-release-asset */ "PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}": Operation< "/repos/{owner}/{repo}/releases/assets/{asset_id}", "patch" >; /** - * @see https://docs.github.com/rest/reference/repos#update-a-release + * @see https://docs.github.com/rest/releases/releases#update-a-release */ "PATCH /repos/{owner}/{repo}/releases/{release_id}": Operation< "/repos/{owner}/{repo}/releases/{release_id}", "patch" >; /** - * @see https://docs.github.com/rest/reference/secret-scanning#update-a-secret-scanning-alert + * @see https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert */ "PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}": Operation< "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}", @@ -4383,40 +4416,40 @@ export interface Endpoints { "patch" >; /** - * @see https://docs.github.com/rest/reference/teams/#update-a-team-legacy + * @see https://docs.github.com/rest/teams/teams#update-a-team-legacy */ "PATCH /teams/{team_id}": Operation<"/teams/{team_id}", "patch">; /** - * @see https://docs.github.com/rest/reference/teams#update-a-discussion-legacy + * @see https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy */ "PATCH /teams/{team_id}/discussions/{discussion_number}": Operation< "/teams/{team_id}/discussions/{discussion_number}", "patch" >; /** - * @see https://docs.github.com/rest/reference/teams#update-a-discussion-comment-legacy + * @see https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy */ "PATCH /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}": Operation< "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}", "patch" >; /** - * @see https://docs.github.com/rest/reference/users/#update-the-authenticated-user + * @see https://docs.github.com/rest/users/users#update-the-authenticated-user */ "PATCH /user": Operation<"/user", "patch">; /** - * @see https://docs.github.com/rest/reference/codespaces#update-a-codespace-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user */ "PATCH /user/codespaces/{codespace_name}": Operation< "/user/codespaces/{codespace_name}", "patch" >; /** - * @see https://docs.github.com/rest/reference/users#set-primary-email-visibility-for-the-authenticated-user + * @see https://docs.github.com/rest/users/emails#set-primary-email-visibility-for-the-authenticated-user */ "PATCH /user/email/visibility": Operation<"/user/email/visibility", "patch">; /** - * @see https://docs.github.com/rest/reference/orgs#update-an-organization-membership-for-the-authenticated-user + * @see https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user */ "PATCH /user/memberships/orgs/{org}": Operation< "/user/memberships/orgs/{org}", @@ -4430,28 +4463,28 @@ export interface Endpoints { "patch" >; /** - * @see https://docs.github.com/rest/reference/apps#create-a-github-app-from-a-manifest + * @see https://docs.github.com/rest/apps/apps#create-a-github-app-from-a-manifest */ "POST /app-manifests/{code}/conversions": Operation< "/app-manifests/{code}/conversions", "post" >; /** - * @see https://docs.github.com/rest/reference/apps#redeliver-a-delivery-for-an-app-webhook + * @see https://docs.github.com/rest/apps/webhooks#redeliver-a-delivery-for-an-app-webhook */ "POST /app/hook/deliveries/{delivery_id}/attempts": Operation< "/app/hook/deliveries/{delivery_id}/attempts", "post" >; /** - * @see https://docs.github.com/rest/reference/apps/#create-an-installation-access-token-for-an-app + * @see https://docs.github.com/rest/apps/apps#create-an-installation-access-token-for-an-app */ "POST /app/installations/{installation_id}/access_tokens": Operation< "/app/installations/{installation_id}/access_tokens", "post" >; /** - * @see https://docs.github.com/rest/reference/apps#check-a-token + * @see https://docs.github.com/rest/apps/oauth-applications#check-a-token */ "POST /applications/{client_id}/token": Operation< "/applications/{client_id}/token", @@ -4465,63 +4498,28 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/gists#create-a-gist + * @see https://docs.github.com/rest/gists/gists#create-a-gist */ "POST /gists": Operation<"/gists", "post">; /** - * @see https://docs.github.com/rest/reference/gists#create-a-gist-comment + * @see https://docs.github.com/rest/gists/comments#create-a-gist-comment */ "POST /gists/{gist_id}/comments": Operation< "/gists/{gist_id}/comments", "post" >; /** - * @see https://docs.github.com/rest/reference/gists#fork-a-gist + * @see https://docs.github.com/rest/gists/gists#fork-a-gist */ "POST /gists/{gist_id}/forks": Operation<"/gists/{gist_id}/forks", "post">; /** - * @see https://docs.github.com/rest/reference/markdown#render-a-markdown-document + * @see https://docs.github.com/rest/markdown/markdown#render-a-markdown-document */ "POST /markdown": Operation<"/markdown", "post">; /** - * @see https://docs.github.com/rest/reference/markdown#render-a-markdown-document-in-raw-mode + * @see https://docs.github.com/rest/markdown/markdown#render-a-markdown-document-in-raw-mode */ "POST /markdown/raw": Operation<"/markdown/raw", "post">; - /** - * @see https://docs.github.com/rest/orgs/orgs#review-requests-to-access-organization-resources-with-a-fine-grained-personal-access-token - */ - "POST /organizations/{org}/personal-access-token-requests": Operation< - "/organizations/{org}/personal-access-token-requests", - "post" - >; - /** - * @see https://docs.github.com/rest/orgs/orgs#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token - */ - "POST /organizations/{org}/personal-access-token-requests/{pat_request_id}": Operation< - "/organizations/{org}/personal-access-token-requests/{pat_request_id}", - "post" - >; - /** - * @see https://docs.github.com/rest/orgs/orgs#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens - */ - "POST /organizations/{org}/personal-access-tokens": Operation< - "/organizations/{org}/personal-access-tokens", - "post" - >; - /** - * @see https://docs.github.com/rest/orgs/orgs#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources - */ - "POST /organizations/{org}/personal-access-tokens/{pat_id}": Operation< - "/organizations/{org}/personal-access-tokens/{pat_id}", - "post" - >; - /** - * @see https://docs.github.com/rest/reference/actions#create-a-required-workflow - */ - "POST /orgs/{org}/actions/required_workflows": Operation< - "/orgs/{org}/actions/required_workflows", - "post" - >; /** * @see https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization */ @@ -4530,21 +4528,21 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/actions#create-a-registration-token-for-an-organization + * @see https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization */ "POST /orgs/{org}/actions/runners/registration-token": Operation< "/orgs/{org}/actions/runners/registration-token", "post" >; /** - * @see https://docs.github.com/rest/reference/actions#create-a-remove-token-for-an-organization + * @see https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization */ "POST /orgs/{org}/actions/runners/remove-token": Operation< "/orgs/{org}/actions/runners/remove-token", "post" >; /** - * @see https://docs.github.com/rest/reference/actions#add-custom-labels-to-a-self-hosted-runner-for-an-organization + * @see https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization */ "POST /orgs/{org}/actions/runners/{runner_id}/labels": Operation< "/orgs/{org}/actions/runners/{runner_id}/labels", @@ -4558,36 +4556,50 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/codespaces#set-codespaces-billing-users + * @see https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization */ - "POST /orgs/{org}/codespaces/billing/selected_users": Operation< - "/orgs/{org}/codespaces/billing/selected_users", + "POST /orgs/{org}/codespaces/access/selected_users": Operation< + "/orgs/{org}/codespaces/access/selected_users", "post" >; /** - * @see https://docs.github.com/rest/reference/orgs#create-an-organization-webhook + * @see https://docs.github.com/rest/copilot/copilot-for-business#add-teams-to-the-copilot-for-business-subscription-for-an-organization + */ + "POST /orgs/{org}/copilot/billing/selected_teams": Operation< + "/orgs/{org}/copilot/billing/selected_teams", + "post" + >; + /** + * @see https://docs.github.com/rest/copilot/copilot-for-business#add-users-to-the-copilot-for-business-subscription-for-an-organization + */ + "POST /orgs/{org}/copilot/billing/selected_users": Operation< + "/orgs/{org}/copilot/billing/selected_users", + "post" + >; + /** + * @see https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook */ "POST /orgs/{org}/hooks": Operation<"/orgs/{org}/hooks", "post">; /** - * @see https://docs.github.com/rest/reference/orgs#redeliver-a-delivery-for-an-organization-webhook + * @see https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook */ "POST /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts": Operation< "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts", "post" >; /** - * @see https://docs.github.com/rest/reference/orgs#ping-an-organization-webhook + * @see https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook */ "POST /orgs/{org}/hooks/{hook_id}/pings": Operation< "/orgs/{org}/hooks/{hook_id}/pings", "post" >; /** - * @see https://docs.github.com/rest/reference/orgs#create-an-organization-invitation + * @see https://docs.github.com/rest/orgs/members#create-an-organization-invitation */ "POST /orgs/{org}/invitations": Operation<"/orgs/{org}/invitations", "post">; /** - * @see https://docs.github.com/rest/reference/codespaces + * @see https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user */ "POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": Operation< "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop", @@ -4598,100 +4610,128 @@ export interface Endpoints { */ "POST /orgs/{org}/migrations": Operation<"/orgs/{org}/migrations", "post">; /** - * @see https://docs.github.com/rest/reference/packages#restore-a-package-for-an-organization + * @see https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization */ "POST /orgs/{org}/packages/{package_type}/{package_name}/restore{?token}": Operation< "/orgs/{org}/packages/{package_type}/{package_name}/restore", "post" >; /** - * @see https://docs.github.com/rest/reference/packages#restore-a-package-version-for-an-organization + * @see https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization */ "POST /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": Operation< "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore", "post" >; /** - * @see https://docs.github.com/rest/reference/projects#create-an-organization-project + * @see https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens + */ + "POST /orgs/{org}/personal-access-token-requests": Operation< + "/orgs/{org}/personal-access-token-requests", + "post" + >; + /** + * @see https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token + */ + "POST /orgs/{org}/personal-access-token-requests/{pat_request_id}": Operation< + "/orgs/{org}/personal-access-token-requests/{pat_request_id}", + "post" + >; + /** + * @see https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens + */ + "POST /orgs/{org}/personal-access-tokens": Operation< + "/orgs/{org}/personal-access-tokens", + "post" + >; + /** + * @see https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources + */ + "POST /orgs/{org}/personal-access-tokens/{pat_id}": Operation< + "/orgs/{org}/personal-access-tokens/{pat_id}", + "post" + >; + /** + * @see https://docs.github.com/rest/projects/projects#create-an-organization-project */ "POST /orgs/{org}/projects": Operation<"/orgs/{org}/projects", "post">; /** - * @see https://docs.github.com/rest/reference/repos#create-an-organization-repository + * @see https://docs.github.com/rest/repos/repos#create-an-organization-repository */ "POST /orgs/{org}/repos": Operation<"/orgs/{org}/repos", "post">; /** - * @see https://docs.github.com/rest/repos/rules#create-organization-repository-ruleset + * @see https://docs.github.com/rest/orgs/rules#create-an-organization-repository-ruleset */ "POST /orgs/{org}/rulesets": Operation<"/orgs/{org}/rulesets", "post">; /** - * @see https://docs.github.com/rest/reference/teams#create-a-team + * @see https://docs.github.com/rest/teams/teams#create-a-team */ "POST /orgs/{org}/teams": Operation<"/orgs/{org}/teams", "post">; /** - * @see https://docs.github.com/rest/reference/teams#create-a-discussion + * @see https://docs.github.com/rest/teams/discussions#create-a-discussion */ "POST /orgs/{org}/teams/{team_slug}/discussions": Operation< "/orgs/{org}/teams/{team_slug}/discussions", "post" >; /** - * @see https://docs.github.com/rest/reference/teams#create-a-discussion-comment + * @see https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment */ "POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments", "post" >; /** - * @see https://docs.github.com/rest/reference/reactions#create-reaction-for-a-team-discussion-comment + * @see https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment */ "POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions", "post" >; /** - * @see https://docs.github.com/rest/reference/reactions#create-reaction-for-a-team-discussion + * @see https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion */ "POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions": Operation< "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions", "post" >; /** - * @see https://docs.github.com/rest/reference/orgs#enable-or-disable-security-product-on-all-org-repos + * @see https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization */ "POST /orgs/{org}/{security_product}/{enablement}": Operation< "/orgs/{org}/{security_product}/{enablement}", "post" >; /** - * @see https://docs.github.com/rest/reference/projects#move-a-project-card + * @see https://docs.github.com/rest/projects/cards#move-a-project-card */ "POST /projects/columns/cards/{card_id}/moves": Operation< "/projects/columns/cards/{card_id}/moves", "post" >; /** - * @see https://docs.github.com/rest/reference/projects#create-a-project-card + * @see https://docs.github.com/rest/projects/cards#create-a-project-card */ "POST /projects/columns/{column_id}/cards": Operation< "/projects/columns/{column_id}/cards", "post" >; /** - * @see https://docs.github.com/rest/reference/projects#move-a-project-column + * @see https://docs.github.com/rest/projects/columns#move-a-project-column */ "POST /projects/columns/{column_id}/moves": Operation< "/projects/columns/{column_id}/moves", "post" >; /** - * @see https://docs.github.com/rest/reference/projects#create-a-project-column + * @see https://docs.github.com/rest/projects/columns#create-a-project-column */ "POST /projects/{project_id}/columns": Operation< "/projects/{project_id}/columns", "post" >; /** - * @see https://docs.github.com/rest/reference/actions#re-run-job-for-workflow-run + * @see https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run */ "POST /repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": Operation< "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun", @@ -4705,35 +4745,35 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/actions#create-a-registration-token-for-a-repository + * @see https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository */ "POST /repos/{owner}/{repo}/actions/runners/registration-token": Operation< "/repos/{owner}/{repo}/actions/runners/registration-token", "post" >; /** - * @see https://docs.github.com/rest/reference/actions#create-a-remove-token-for-a-repository + * @see https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository */ "POST /repos/{owner}/{repo}/actions/runners/remove-token": Operation< "/repos/{owner}/{repo}/actions/runners/remove-token", "post" >; /** - * @see https://docs.github.com/rest/reference/actions#add-custom-labels-to-a-self-hosted-runner-for-a-repository + * @see https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository */ "POST /repos/{owner}/{repo}/actions/runners/{runner_id}/labels": Operation< "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels", "post" >; /** - * @see https://docs.github.com/rest/reference/actions#approve-a-workflow-run-for-a-fork-pull-request + * @see https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request */ "POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/approve", "post" >; /** - * @see https://docs.github.com/rest/reference/actions#cancel-a-workflow-run + * @see https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run */ "POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel", @@ -4747,21 +4787,21 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/actions#review-pending-deployments-for-a-workflow-run + * @see https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run */ "POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments", "post" >; /** - * @see https://docs.github.com/rest/reference/actions#re-run-a-workflow + * @see https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow */ "POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun", "post" >; /** - * @see https://docs.github.com/rest/reference/actions#re-run-workflow-failed-jobs + * @see https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run */ "POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": Operation< "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs", @@ -4775,7 +4815,7 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/actions#create-a-workflow-dispatch-event + * @see https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event */ "POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches": Operation< "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches", @@ -4845,42 +4885,42 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/checks#rerequest-a-check-run + * @see https://docs.github.com/rest/checks/runs#rerequest-a-check-run */ "POST /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": Operation< "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest", "post" >; /** - * @see https://docs.github.com/rest/reference/checks#create-a-check-suite + * @see https://docs.github.com/rest/checks/suites#create-a-check-suite */ "POST /repos/{owner}/{repo}/check-suites": Operation< "/repos/{owner}/{repo}/check-suites", "post" >; /** - * @see https://docs.github.com/rest/reference/checks#rerequest-a-check-suite + * @see https://docs.github.com/rest/checks/suites#rerequest-a-check-suite */ "POST /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest": Operation< "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest", "post" >; /** - * @see https://docs.github.com/rest/reference/code-scanning#upload-an-analysis-as-sarif-data + * @see https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data */ "POST /repos/{owner}/{repo}/code-scanning/sarifs": Operation< "/repos/{owner}/{repo}/code-scanning/sarifs", "post" >; /** - * @see https://docs.github.com/rest/reference/codespaces#create-a-codespace-in-a-repository + * @see https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository */ "POST /repos/{owner}/{repo}/codespaces": Operation< "/repos/{owner}/{repo}/codespaces", "post" >; /** - * @see https://docs.github.com/rest/reference/reactions#create-reaction-for-a-commit-comment + * @see https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment */ "POST /repos/{owner}/{repo}/comments/{comment_id}/reactions": Operation< "/repos/{owner}/{repo}/comments/{comment_id}/reactions", @@ -4894,7 +4934,7 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/dependency-graph#create-a-snapshot-of-dependencies-for-a-repository + * @see https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository */ "POST /repos/{owner}/{repo}/dependency-graph/snapshots": Operation< "/repos/{owner}/{repo}/dependency-graph/snapshots", @@ -4915,63 +4955,63 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/repos#create-a-repository-dispatch-event + * @see https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event */ "POST /repos/{owner}/{repo}/dispatches": Operation< "/repos/{owner}/{repo}/dispatches", "post" >; /** - * @see https://docs.github.com/rest/deployments/branch-policies#create-deployment-branch-policy + * @see https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy */ "POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies": Operation< "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies", "post" >; /** - * @see https://docs.github.com/rest/deployments/deployment-protection-rules#create-a-deployment-protection-rule + * @see https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment */ "POST /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": Operation< "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules", "post" >; /** - * @see https://docs.github.com/rest/reference/repos#create-a-fork + * @see https://docs.github.com/rest/repos/forks#create-a-fork */ "POST /repos/{owner}/{repo}/forks": Operation< "/repos/{owner}/{repo}/forks", "post" >; /** - * @see https://docs.github.com/rest/reference/git#create-a-blob + * @see https://docs.github.com/rest/git/blobs#create-a-blob */ "POST /repos/{owner}/{repo}/git/blobs": Operation< "/repos/{owner}/{repo}/git/blobs", "post" >; /** - * @see https://docs.github.com/rest/reference/git#create-a-commit + * @see https://docs.github.com/rest/git/commits#create-a-commit */ "POST /repos/{owner}/{repo}/git/commits": Operation< "/repos/{owner}/{repo}/git/commits", "post" >; /** - * @see https://docs.github.com/rest/reference/git#create-a-reference + * @see https://docs.github.com/rest/git/refs#create-a-reference */ "POST /repos/{owner}/{repo}/git/refs": Operation< "/repos/{owner}/{repo}/git/refs", "post" >; /** - * @see https://docs.github.com/rest/reference/git#create-a-tag-object + * @see https://docs.github.com/rest/git/tags#create-a-tag-object */ "POST /repos/{owner}/{repo}/git/tags": Operation< "/repos/{owner}/{repo}/git/tags", "post" >; /** - * @see https://docs.github.com/rest/reference/git#create-a-tree + * @see https://docs.github.com/rest/git/trees#create-a-tree */ "POST /repos/{owner}/{repo}/git/trees": Operation< "/repos/{owner}/{repo}/git/trees", @@ -5006,56 +5046,56 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/issues#create-an-issue + * @see https://docs.github.com/rest/issues/issues#create-an-issue */ "POST /repos/{owner}/{repo}/issues": Operation< "/repos/{owner}/{repo}/issues", "post" >; /** - * @see https://docs.github.com/rest/reference/reactions#create-reaction-for-an-issue-comment + * @see https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment */ "POST /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions": Operation< "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions", "post" >; /** - * @see https://docs.github.com/rest/reference/issues#add-assignees-to-an-issue + * @see https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue */ "POST /repos/{owner}/{repo}/issues/{issue_number}/assignees": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/assignees", "post" >; /** - * @see https://docs.github.com/rest/reference/issues#create-an-issue-comment + * @see https://docs.github.com/rest/issues/comments#create-an-issue-comment */ "POST /repos/{owner}/{repo}/issues/{issue_number}/comments": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/comments", "post" >; /** - * @see https://docs.github.com/rest/reference/issues#add-labels-to-an-issue + * @see https://docs.github.com/rest/issues/labels#add-labels-to-an-issue */ "POST /repos/{owner}/{repo}/issues/{issue_number}/labels": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/labels", "post" >; /** - * @see https://docs.github.com/rest/reference/reactions#create-reaction-for-an-issue + * @see https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue */ "POST /repos/{owner}/{repo}/issues/{issue_number}/reactions": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/reactions", "post" >; /** - * @see https://docs.github.com/rest/deploy-keys#create-a-deploy-key + * @see https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key */ "POST /repos/{owner}/{repo}/keys": Operation< "/repos/{owner}/{repo}/keys", "post" >; /** - * @see https://docs.github.com/rest/reference/issues#create-a-label + * @see https://docs.github.com/rest/issues/labels#create-a-label */ "POST /repos/{owner}/{repo}/labels": Operation< "/repos/{owner}/{repo}/labels", @@ -5076,70 +5116,70 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/issues#create-a-milestone + * @see https://docs.github.com/rest/issues/milestones#create-a-milestone */ "POST /repos/{owner}/{repo}/milestones": Operation< "/repos/{owner}/{repo}/milestones", "post" >; /** - * @see https://docs.github.com/rest/pages#create-a-github-pages-site + * @see https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site */ "POST /repos/{owner}/{repo}/pages": Operation< "/repos/{owner}/{repo}/pages", "post" >; /** - * @see https://docs.github.com/rest/pages#request-a-github-pages-build + * @see https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build */ "POST /repos/{owner}/{repo}/pages/builds": Operation< "/repos/{owner}/{repo}/pages/builds", "post" >; /** - * @see https://docs.github.com/rest/pages#create-a-github-pages-deployment + * @see https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment */ "POST /repos/{owner}/{repo}/pages/deployment": Operation< "/repos/{owner}/{repo}/pages/deployment", "post" >; /** - * @see https://docs.github.com/rest/reference/projects#create-a-repository-project + * @see https://docs.github.com/rest/projects/projects#create-a-repository-project */ "POST /repos/{owner}/{repo}/projects": Operation< "/repos/{owner}/{repo}/projects", "post" >; /** - * @see https://docs.github.com/rest/reference/pulls#create-a-pull-request + * @see https://docs.github.com/rest/pulls/pulls#create-a-pull-request */ "POST /repos/{owner}/{repo}/pulls": Operation< "/repos/{owner}/{repo}/pulls", "post" >; /** - * @see https://docs.github.com/rest/reference/reactions#create-reaction-for-a-pull-request-review-comment + * @see https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment */ "POST /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions": Operation< "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions", "post" >; /** - * @see https://docs.github.com/rest/reference/codespaces#create-a-codespace-from-a-pull-request + * @see https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request */ "POST /repos/{owner}/{repo}/pulls/{pull_number}/codespaces": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/codespaces", "post" >; /** - * @see https://docs.github.com/rest/reference/pulls#create-a-review-comment-for-a-pull-request + * @see https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request */ "POST /repos/{owner}/{repo}/pulls/{pull_number}/comments": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/comments", "post" >; /** - * @see https://docs.github.com/rest/reference/pulls#create-a-reply-for-a-review-comment + * @see https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment */ "POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies", @@ -5153,14 +5193,14 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/pulls#create-a-review-for-a-pull-request + * @see https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request */ "POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/reviews", "post" >; /** - * @see https://docs.github.com/rest/reference/pulls#submit-a-review-for-a-pull-request + * @see https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request */ "POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events", @@ -5174,21 +5214,21 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/repos#generate-release-notes + * @see https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release */ "POST /repos/{owner}/{repo}/releases/generate-notes": Operation< "/repos/{owner}/{repo}/releases/generate-notes", "post" >; /** - * @see https://docs.github.com/rest/reference/reactions/#create-reaction-for-a-release + * @see https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release */ "POST /repos/{owner}/{repo}/releases/{release_id}/reactions": Operation< "/repos/{owner}/{repo}/releases/{release_id}/reactions", "post" >; /** - * @see https://docs.github.com/rest/repos/rules#create-repository-ruleset + * @see https://docs.github.com/rest/repos/rules#create-a-repository-ruleset */ "POST /repos/{owner}/{repo}/rulesets": Operation< "/repos/{owner}/{repo}/rulesets", @@ -5208,6 +5248,13 @@ export interface Endpoints { "/repos/{owner}/{repo}/security-advisories/reports", "post" >; + /** + * @see https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory + */ + "POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/cve": Operation< + "/repos/{owner}/{repo}/security-advisories/{ghsa_id}/cve", + "post" + >; /** * @see https://docs.github.com/rest/commits/statuses#create-a-commit-status */ @@ -5216,21 +5263,21 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/repos#create-tag-protection-state-for-a-repository + * @see https://docs.github.com/rest/repos/tags#create-a-tag-protection-state-for-a-repository */ "POST /repos/{owner}/{repo}/tags/protection": Operation< "/repos/{owner}/{repo}/tags/protection", "post" >; /** - * @see https://docs.github.com/rest/reference/repos#transfer-a-repository + * @see https://docs.github.com/rest/repos/repos#transfer-a-repository */ "POST /repos/{owner}/{repo}/transfer": Operation< "/repos/{owner}/{repo}/transfer", "post" >; /** - * @see https://docs.github.com/rest/reference/repos#create-a-repository-using-a-template + * @see https://docs.github.com/rest/repos/repos#create-a-repository-using-a-template */ "POST /repos/{template_owner}/{template_repo}/generate": Operation< "/repos/{template_owner}/{template_repo}/generate", @@ -5244,35 +5291,35 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/teams#create-a-discussion-legacy + * @see https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy */ "POST /teams/{team_id}/discussions": Operation< "/teams/{team_id}/discussions", "post" >; /** - * @see https://docs.github.com/rest/reference/teams#create-a-discussion-comment-legacy + * @see https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy */ "POST /teams/{team_id}/discussions/{discussion_number}/comments": Operation< "/teams/{team_id}/discussions/{discussion_number}/comments", "post" >; /** - * @see https://docs.github.com/rest/reference/reactions/#create-reaction-for-a-team-discussion-comment-legacy + * @see https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy */ "POST /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions": Operation< "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions", "post" >; /** - * @see https://docs.github.com/rest/reference/reactions/#create-reaction-for-a-team-discussion-legacy + * @see https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy */ "POST /teams/{team_id}/discussions/{discussion_number}/reactions": Operation< "/teams/{team_id}/discussions/{discussion_number}/reactions", "post" >; /** - * @see https://docs.github.com/rest/reference/codespaces#create-a-codespace-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-for-the-authenticated-user */ "POST /user/codespaces": Operation<"/user/codespaces", "post">; /** @@ -5283,36 +5330,36 @@ export interface Endpoints { "post" >; /** - * @see https://docs.github.com/rest/reference/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace + * @see https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace */ "POST /user/codespaces/{codespace_name}/publish": Operation< "/user/codespaces/{codespace_name}/publish", "post" >; /** - * @see https://docs.github.com/rest/reference/codespaces#start-a-codespace-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user */ "POST /user/codespaces/{codespace_name}/start": Operation< "/user/codespaces/{codespace_name}/start", "post" >; /** - * @see https://docs.github.com/rest/reference/codespaces#stop-a-codespace-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user */ "POST /user/codespaces/{codespace_name}/stop": Operation< "/user/codespaces/{codespace_name}/stop", "post" >; /** - * @see https://docs.github.com/rest/reference/users#add-an-email-address-for-the-authenticated-user + * @see https://docs.github.com/rest/users/emails#add-an-email-address-for-the-authenticated-user */ "POST /user/emails": Operation<"/user/emails", "post">; /** - * @see https://docs.github.com/rest/reference/users#create-a-gpg-key-for-the-authenticated-user + * @see https://docs.github.com/rest/users/gpg-keys#create-a-gpg-key-for-the-authenticated-user */ "POST /user/gpg_keys": Operation<"/user/gpg_keys", "post">; /** - * @see https://docs.github.com/rest/reference/users#create-a-public-ssh-key-for-the-authenticated-user + * @see https://docs.github.com/rest/users/keys#create-a-public-ssh-key-for-the-authenticated-user */ "POST /user/keys": Operation<"/user/keys", "post">; /** @@ -5320,73 +5367,73 @@ export interface Endpoints { */ "POST /user/migrations": Operation<"/user/migrations", "post">; /** - * @see https://docs.github.com/rest/reference/packages#restore-a-package-for-the-authenticated-user + * @see https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user */ "POST /user/packages/{package_type}/{package_name}/restore{?token}": Operation< "/user/packages/{package_type}/{package_name}/restore", "post" >; /** - * @see https://docs.github.com/rest/reference/packages#restore-a-package-version-for-the-authenticated-user + * @see https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user */ "POST /user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": Operation< "/user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore", "post" >; /** - * @see https://docs.github.com/rest/reference/projects#create-a-user-project + * @see https://docs.github.com/rest/projects/projects#create-a-user-project */ "POST /user/projects": Operation<"/user/projects", "post">; /** - * @see https://docs.github.com/rest/reference/repos#create-a-repository-for-the-authenticated-user + * @see https://docs.github.com/rest/repos/repos#create-a-repository-for-the-authenticated-user */ "POST /user/repos": Operation<"/user/repos", "post">; /** - * @see https://docs.github.com/rest/users/social-accounts#add-social-account-for-authenticated-user + * @see https://docs.github.com/rest/users/social-accounts#add-social-accounts-for-the-authenticated-user */ "POST /user/social_accounts": Operation<"/user/social_accounts", "post">; /** - * @see https://docs.github.com/rest/reference/users#create-an-ssh-signing-key-for-the-authenticated-user + * @see https://docs.github.com/rest/users/ssh-signing-keys#create-a-ssh-signing-key-for-the-authenticated-user */ "POST /user/ssh_signing_keys": Operation<"/user/ssh_signing_keys", "post">; /** - * @see https://docs.github.com/rest/reference/packages#restore-a-package-for-a-user + * @see https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user */ "POST /users/{username}/packages/{package_type}/{package_name}/restore{?token}": Operation< "/users/{username}/packages/{package_type}/{package_name}/restore", "post" >; /** - * @see https://docs.github.com/rest/reference/packages#restore-a-package-version-for-a-user + * @see https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user */ "POST /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": Operation< "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore", "post" >; /** - * @see https://docs.github.com/rest/reference/repos#upload-a-release-asset + * @see https://docs.github.com/rest/releases/assets#upload-a-release-asset */ "POST {origin}/repos/{owner}/{repo}/releases/{release_id}/assets{?name,label}": Operation< "/repos/{owner}/{repo}/releases/{release_id}/assets", "post" >; /** - * @see https://docs.github.com/rest/reference/apps#suspend-an-app-installation + * @see https://docs.github.com/rest/apps/apps#suspend-an-app-installation */ "PUT /app/installations/{installation_id}/suspended": Operation< "/app/installations/{installation_id}/suspended", "put" >; /** - * @see https://docs.github.com/rest/reference/gists#star-a-gist + * @see https://docs.github.com/rest/gists/gists#star-a-gist */ "PUT /gists/{gist_id}/star": Operation<"/gists/{gist_id}/star", "put">; /** - * @see https://docs.github.com/rest/reference/activity#mark-notifications-as-read + * @see https://docs.github.com/rest/activity/notifications#mark-notifications-as-read */ "PUT /notifications": Operation<"/notifications", "put">; /** - * @see https://docs.github.com/rest/reference/activity#set-a-thread-subscription + * @see https://docs.github.com/rest/activity/notifications#set-a-thread-subscription */ "PUT /notifications/threads/{thread_id}/subscription": Operation< "/notifications/threads/{thread_id}/subscription", @@ -5400,56 +5447,42 @@ export interface Endpoints { "put" >; /** - * @see https://docs.github.com/rest/reference/actions#set-github-actions-permissions-for-an-organization + * @see https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization */ "PUT /orgs/{org}/actions/permissions": Operation< "/orgs/{org}/actions/permissions", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#set-selected-repositories-enabled-for-github-actions-in-an-organization + * @see https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization */ "PUT /orgs/{org}/actions/permissions/repositories": Operation< "/orgs/{org}/actions/permissions/repositories", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#enable-a-selected-repository-for-github-actions-in-an-organization + * @see https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization */ "PUT /orgs/{org}/actions/permissions/repositories/{repository_id}": Operation< "/orgs/{org}/actions/permissions/repositories/{repository_id}", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#set-allowed-actions-for-an-organization + * @see https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization */ "PUT /orgs/{org}/actions/permissions/selected-actions": Operation< "/orgs/{org}/actions/permissions/selected-actions", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#set-default-workflow-permissions + * @see https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization */ "PUT /orgs/{org}/actions/permissions/workflow": Operation< "/orgs/{org}/actions/permissions/workflow", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#set-selected-repositories-for-a-required-workflow - */ - "PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories": Operation< - "/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories", - "put" - >; - /** - * @see https://docs.github.com/rest/reference/actions#add-a-repository-to-selected-repositories-list-for-a-required-workflow - */ - "PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}": Operation< - "/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}", - "put" - >; - /** - * @see https://docs.github.com/rest/reference/actions#set-custom-labels-for-a-self-hosted-runner-for-an-organization + * @see https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization */ "PUT /orgs/{org}/actions/runners/{runner_id}/labels": Operation< "/orgs/{org}/actions/runners/{runner_id}/labels", @@ -5463,14 +5496,14 @@ export interface Endpoints { "put" >; /** - * @see https://docs.github.com/rest/reference/actions#set-selected-repositories-for-an-organization-secret + * @see https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret */ "PUT /orgs/{org}/actions/secrets/{secret_name}/repositories": Operation< "/orgs/{org}/actions/secrets/{secret_name}/repositories", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#add-selected-repository-to-an-organization-secret + * @see https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret */ "PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}": Operation< "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}", @@ -5491,35 +5524,35 @@ export interface Endpoints { "put" >; /** - * @see https://docs.github.com/rest/reference/orgs#block-a-user-from-an-organization + * @see https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization */ "PUT /orgs/{org}/blocks/{username}": Operation< "/orgs/{org}/blocks/{username}", "put" >; /** - * @see https://docs.github.com/rest/reference/codespaces#set-codespaces-billing + * @see https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces */ - "PUT /orgs/{org}/codespaces/billing": Operation< - "/orgs/{org}/codespaces/billing", + "PUT /orgs/{org}/codespaces/access": Operation< + "/orgs/{org}/codespaces/access", "put" >; /** - * @see https://docs.github.com/rest/reference/codespaces#create-or-update-an-organization-secret + * @see https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret */ "PUT /orgs/{org}/codespaces/secrets/{secret_name}": Operation< "/orgs/{org}/codespaces/secrets/{secret_name}", "put" >; /** - * @see https://docs.github.com/rest/reference/codespaces#set-selected-repositories-for-an-organization-secret + * @see https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret */ "PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories": Operation< "/orgs/{org}/codespaces/secrets/{secret_name}/repositories", "put" >; /** - * @see https://docs.github.com/rest/reference/codespaces#add-selected-repository-to-an-organization-secret + * @see https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret */ "PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}": Operation< "/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}", @@ -5533,84 +5566,84 @@ export interface Endpoints { "put" >; /** - * @see https://docs.github.com/rest/reference/dependabot#set-selected-repositories-for-an-organization-secret + * @see https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret */ "PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories": Operation< "/orgs/{org}/dependabot/secrets/{secret_name}/repositories", "put" >; /** - * @see https://docs.github.com/rest/reference/dependabot#add-selected-repository-to-an-organization-secret + * @see https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret */ "PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}": Operation< "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}", "put" >; /** - * @see https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-an-organization + * @see https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization */ "PUT /orgs/{org}/interaction-limits": Operation< "/orgs/{org}/interaction-limits", "put" >; /** - * @see https://docs.github.com/rest/reference/orgs#set-organization-membership-for-a-user + * @see https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user */ "PUT /orgs/{org}/memberships/{username}": Operation< "/orgs/{org}/memberships/{username}", "put" >; /** - * @see https://docs.github.com/rest/reference/orgs#convert-an-organization-member-to-outside-collaborator + * @see https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator */ "PUT /orgs/{org}/outside_collaborators/{username}": Operation< "/orgs/{org}/outside_collaborators/{username}", "put" >; /** - * @see https://docs.github.com/rest/reference/orgs#set-public-organization-membership-for-the-authenticated-user + * @see https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user */ "PUT /orgs/{org}/public_members/{username}": Operation< "/orgs/{org}/public_members/{username}", "put" >; /** - * @see https://docs.github.com/rest/repos/rules#update-organization-ruleset + * @see https://docs.github.com/rest/orgs/rules#update-an-organization-repository-ruleset */ "PUT /orgs/{org}/rulesets/{ruleset_id}": Operation< "/orgs/{org}/rulesets/{ruleset_id}", "put" >; /** - * @see https://docs.github.com/rest/reference/orgs#add-a-security-manager-team + * @see https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team */ "PUT /orgs/{org}/security-managers/teams/{team_slug}": Operation< "/orgs/{org}/security-managers/teams/{team_slug}", "put" >; /** - * @see https://docs.github.com/rest/reference/teams#add-or-update-team-membership-for-a-user + * @see https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user */ "PUT /orgs/{org}/teams/{team_slug}/memberships/{username}": Operation< "/orgs/{org}/teams/{team_slug}/memberships/{username}", "put" >; /** - * @see https://docs.github.com/rest/reference/teams#add-or-update-team-project-permissions + * @see https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions */ "PUT /orgs/{org}/teams/{team_slug}/projects/{project_id}": Operation< "/orgs/{org}/teams/{team_slug}/projects/{project_id}", "put" >; /** - * @see https://docs.github.com/rest/reference/teams/#add-or-update-team-repository-permissions + * @see https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions */ "PUT /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}": Operation< "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}", "put" >; /** - * @see https://docs.github.com/rest/reference/projects#add-project-collaborator + * @see https://docs.github.com/rest/projects/collaborators#add-project-collaborator */ "PUT /projects/{project_id}/collaborators/{username}": Operation< "/projects/{project_id}/collaborators/{username}", @@ -5624,63 +5657,63 @@ export interface Endpoints { "put" >; /** - * @see https://docs.github.com/rest/reference/actions#set-github-actions-permissions-for-a-repository + * @see https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository */ "PUT /repos/{owner}/{repo}/actions/permissions": Operation< "/repos/{owner}/{repo}/actions/permissions", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#set-workflow-access-to-a-repository + * @see https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository */ "PUT /repos/{owner}/{repo}/actions/permissions/access": Operation< "/repos/{owner}/{repo}/actions/permissions/access", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#set-allowed-actions-for-a-repository + * @see https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository */ "PUT /repos/{owner}/{repo}/actions/permissions/selected-actions": Operation< "/repos/{owner}/{repo}/actions/permissions/selected-actions", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#set-default-workflow-permissions-for-a-repository + * @see https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository */ "PUT /repos/{owner}/{repo}/actions/permissions/workflow": Operation< "/repos/{owner}/{repo}/actions/permissions/workflow", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#set-custom-labels-for-a-self-hosted-runner-for-a-repository + * @see https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository */ "PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels": Operation< "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#create-or-update-a-repository-secret + * @see https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret */ "PUT /repos/{owner}/{repo}/actions/secrets/{secret_name}": Operation< "/repos/{owner}/{repo}/actions/secrets/{secret_name}", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#disable-a-workflow + * @see https://docs.github.com/rest/actions/workflows#disable-a-workflow */ "PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable": Operation< "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#enable-a-workflow + * @see https://docs.github.com/rest/actions/workflows#enable-a-workflow */ "PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable": Operation< "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable", "put" >; /** - * @see https://docs.github.com/rest/reference/repos#enable-automated-security-fixes + * @see https://docs.github.com/rest/repos/repos#enable-automated-security-fixes */ "PUT /repos/{owner}/{repo}/automated-security-fixes": Operation< "/repos/{owner}/{repo}/automated-security-fixes", @@ -5722,7 +5755,7 @@ export interface Endpoints { "put" >; /** - * @see https://docs.github.com/rest/reference/codespaces#create-or-update-a-repository-secret + * @see https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret */ "PUT /repos/{owner}/{repo}/codespaces/secrets/{secret_name}": Operation< "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}", @@ -5736,14 +5769,14 @@ export interface Endpoints { "put" >; /** - * @see https://docs.github.com/rest/reference/repos#create-or-update-file-contents + * @see https://docs.github.com/rest/repos/contents#create-or-update-file-contents */ "PUT /repos/{owner}/{repo}/contents/{path}": Operation< "/repos/{owner}/{repo}/contents/{path}", "put" >; /** - * @see https://docs.github.com/rest/reference/dependabot#create-or-update-a-repository-secret + * @see https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret */ "PUT /repos/{owner}/{repo}/dependabot/secrets/{secret_name}": Operation< "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", @@ -5757,7 +5790,7 @@ export interface Endpoints { "put" >; /** - * @see https://docs.github.com/rest/deployments/branch-policies#update-deployment-branch-policy + * @see https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy */ "PUT /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": Operation< "/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", @@ -5771,183 +5804,183 @@ export interface Endpoints { "put" >; /** - * @see https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-a-repository + * @see https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository */ "PUT /repos/{owner}/{repo}/interaction-limits": Operation< "/repos/{owner}/{repo}/interaction-limits", "put" >; /** - * @see https://docs.github.com/rest/reference/issues#set-labels-for-an-issue + * @see https://docs.github.com/rest/issues/labels#set-labels-for-an-issue */ "PUT /repos/{owner}/{repo}/issues/{issue_number}/labels": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/labels", "put" >; /** - * @see https://docs.github.com/rest/reference/issues#lock-an-issue + * @see https://docs.github.com/rest/issues/issues#lock-an-issue */ "PUT /repos/{owner}/{repo}/issues/{issue_number}/lock": Operation< "/repos/{owner}/{repo}/issues/{issue_number}/lock", "put" >; /** - * @see https://docs.github.com/rest/reference/repos#enable-git-lfs-for-a-repository - */ - "PUT /repos/{owner}/{repo}/lfs": Operation< - "/repos/{owner}/{repo}/lfs", - "put" - >; - /** - * @see https://docs.github.com/rest/reference/activity#mark-repository-notifications-as-read + * @see https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read */ "PUT /repos/{owner}/{repo}/notifications": Operation< "/repos/{owner}/{repo}/notifications", "put" >; /** - * @see https://docs.github.com/rest/pages#update-information-about-a-github-pages-site + * @see https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site */ "PUT /repos/{owner}/{repo}/pages": Operation< "/repos/{owner}/{repo}/pages", "put" >; /** - * @see https://docs.github.com/rest/reference/pulls#merge-a-pull-request + * @see https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository + */ + "PUT /repos/{owner}/{repo}/private-vulnerability-reporting": Operation< + "/repos/{owner}/{repo}/private-vulnerability-reporting", + "put" + >; + /** + * @see https://docs.github.com/rest/pulls/pulls#merge-a-pull-request */ "PUT /repos/{owner}/{repo}/pulls/{pull_number}/merge": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/merge", "put" >; /** - * @see https://docs.github.com/rest/reference/pulls#update-a-review-for-a-pull-request + * @see https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request */ "PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}", "put" >; /** - * @see https://docs.github.com/rest/reference/pulls#dismiss-a-review-for-a-pull-request + * @see https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request */ "PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals", "put" >; /** - * @see https://docs.github.com/rest/reference/pulls#update-a-pull-request-branch + * @see https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch */ "PUT /repos/{owner}/{repo}/pulls/{pull_number}/update-branch": Operation< "/repos/{owner}/{repo}/pulls/{pull_number}/update-branch", "put" >; /** - * @see https://docs.github.com/rest/repos/rules#update-repository-ruleset + * @see https://docs.github.com/rest/repos/rules#update-a-repository-ruleset */ "PUT /repos/{owner}/{repo}/rulesets/{ruleset_id}": Operation< "/repos/{owner}/{repo}/rulesets/{ruleset_id}", "put" >; /** - * @see https://docs.github.com/rest/reference/activity#set-a-repository-subscription + * @see https://docs.github.com/rest/activity/watching#set-a-repository-subscription */ "PUT /repos/{owner}/{repo}/subscription": Operation< "/repos/{owner}/{repo}/subscription", "put" >; /** - * @see https://docs.github.com/rest/reference/repos#replace-all-repository-topics + * @see https://docs.github.com/rest/repos/repos#replace-all-repository-topics */ "PUT /repos/{owner}/{repo}/topics": Operation< "/repos/{owner}/{repo}/topics", "put" >; /** - * @see https://docs.github.com/rest/reference/repos#enable-vulnerability-alerts + * @see https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts */ "PUT /repos/{owner}/{repo}/vulnerability-alerts": Operation< "/repos/{owner}/{repo}/vulnerability-alerts", "put" >; /** - * @see https://docs.github.com/rest/reference/actions#create-or-update-an-environment-secret + * @see https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret */ "PUT /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": Operation< "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", "put" >; /** - * @see https://docs.github.com/rest/reference/teams#add-team-member-legacy + * @see https://docs.github.com/rest/teams/members#add-team-member-legacy */ "PUT /teams/{team_id}/members/{username}": Operation< "/teams/{team_id}/members/{username}", "put" >; /** - * @see https://docs.github.com/rest/reference/teams#add-or-update-team-membership-for-a-user-legacy + * @see https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy */ "PUT /teams/{team_id}/memberships/{username}": Operation< "/teams/{team_id}/memberships/{username}", "put" >; /** - * @see https://docs.github.com/rest/reference/teams/#add-or-update-team-project-permissions-legacy + * @see https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy */ "PUT /teams/{team_id}/projects/{project_id}": Operation< "/teams/{team_id}/projects/{project_id}", "put" >; /** - * @see https://docs.github.com/rest/reference/teams#add-or-update-team-repository-permissions-legacy + * @see https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy */ "PUT /teams/{team_id}/repos/{owner}/{repo}": Operation< "/teams/{team_id}/repos/{owner}/{repo}", "put" >; /** - * @see https://docs.github.com/rest/reference/users#block-a-user + * @see https://docs.github.com/rest/users/blocking#block-a-user */ "PUT /user/blocks/{username}": Operation<"/user/blocks/{username}", "put">; /** - * @see https://docs.github.com/rest/reference/codespaces#create-or-update-a-secret-for-the-authenticated-user + * @see https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user */ "PUT /user/codespaces/secrets/{secret_name}": Operation< "/user/codespaces/secrets/{secret_name}", "put" >; /** - * @see https://docs.github.com/rest/reference/codespaces#set-selected-repositories-for-a-user-secret + * @see https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret */ "PUT /user/codespaces/secrets/{secret_name}/repositories": Operation< "/user/codespaces/secrets/{secret_name}/repositories", "put" >; /** - * @see https://docs.github.com/rest/reference/codespaces#add-a-selected-repository-to-a-user-secret + * @see https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret */ "PUT /user/codespaces/secrets/{secret_name}/repositories/{repository_id}": Operation< "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}", "put" >; /** - * @see https://docs.github.com/rest/reference/users#follow-a-user + * @see https://docs.github.com/rest/users/followers#follow-a-user */ "PUT /user/following/{username}": Operation< "/user/following/{username}", "put" >; /** - * @see https://docs.github.com/rest/reference/apps#add-a-repository-to-an-app-installation + * @see https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation */ "PUT /user/installations/{installation_id}/repositories/{repository_id}": Operation< "/user/installations/{installation_id}/repositories/{repository_id}", "put" >; /** - * @see https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-your-public-repositories + * @see https://docs.github.com/rest/interactions/user#set-interaction-restrictions-for-your-public-repositories */ "PUT /user/interaction-limits": Operation<"/user/interaction-limits", "put">; /** - * @see https://docs.github.com/rest/reference/activity#star-a-repository-for-the-authenticated-user + * @see https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user */ "PUT /user/starred/{owner}/{repo}": Operation< "/user/starred/{owner}/{repo}",