1
0
mirror of synced 2026-01-01 00:04:41 -05:00
Files
docs/lib/rest/static/apps/enabled-for-apps.json
Grace Park b98c83e924 REST operations sidebar (#26225)
* testing out a rest operations sidebar

* cleanup

* renamed 5 files

* renamed 5 files

* set redirect_from on 5 files

* renamed 1 files

* renamed 1 files

* renamed 3 files

* renamed 1 files

* renamed 1 files

* renamed 3 files

* renamed 1 files

* renamed 2 files

* renamed 1 files

* renamed 4 files

* renamed 15 files

* renamed 2 files

* renamed 6 files

* renamed 1 files

* renamed 4 files

* renamed 7 files

* renamed 1 files

* renamed 3 files

* renamed 3 files

* renamed 1 files

* renamed 5 files

* renamed 1 files

* renamed 1 files

* renamed 3 files

* renamed 4 files

* renamed 1 files

* renamed 1 files

* renamed 2 files

* renamed 4 files

* renamed 1 files

* renamed 1 files

* renamed 1 files

* renamed 6 files

* renamed 6 files

* renamed 4 files

* move files

* adding more

* updating to add restcontext and start of removing data/reusables/rest-reference

* removed data/reusables

* add a RestMiniTocItem and updating the filtering to add a subcategory so all manually added H3s are in mini tocs in addition to operations

* remove console log

* [WIP]: REST New Proposal Sidebar (#26471)

* saving

* update sidebar

* remove console log

* update guides and overview

* import Category for category level rest pages

* update undefined restOperations

* update restOperationData category and subcategory levels"

* minor updates

* update get mini toc items function

* updating REST context for sidebar

* updating rest data

* remove console logs

* WIP: mini-toc-ing the sidebar

Co-authored-by: Robert Sese <rsese@github.com>

* A little cleanup

* Fix first subcategory link and add some comments

* updating anchor links in sidebar

* adding updates

* remove standalone

* update product and maptopic pages using article context

* add conditional link wrapper

* fix sidebar toggle and versions for enterprise admin

* update versions per subcategory

* Highlight sidebar link for current page

* Update miniToc hash links and hash change tracking

* fix unique key in CollapsibleSection

* Fix list markup

* remove title

* update permissions

* Hide minitocs on landing (#26594)

* hide minitocs on landing page

* simplify page components and remove minitoc from sidebar for guides/overview

* fix carats and category fix

* remove id

Co-authored-by: Grace Park <gracepark@github.com>

* updating content based on versions script check with the OpenAPI

* update script and content files

* update script and content/rest files

* update to add TocLanding

* update script

* update index files

* add codespaces repository-secrets

* remove openapi schema check script

* remove minitocs at the top

* add h2 about the {title} api

* fix tests/unit/openapi-schema.js

* Fix linting tests

* fix search/topics test

* fix tests/unit/pages test

* update rest/reference links in components

* run prettier

* Update components/rest/RestReferencePage.tsx

Co-authored-by: Rachael Sewell <rachmari@github.com>

* Update components/rest/RestReferencePage.tsx

Co-authored-by: Rachael Sewell <rachmari@github.com>

* Update pages/[versionId]/rest/[category]/[subcategory].tsx

Co-authored-by: Rachael Sewell <rachmari@github.com>

* Update pages/[versionId]/rest/[category]/[subcategory].tsx

Co-authored-by: Rachael Sewell <rachmari@github.com>

* Update pages/[versionId]/rest/[category]/[subcategory].tsx

Co-authored-by: Rachael Sewell <rachmari@github.com>

* Update pages/[versionId]/rest/[category]/[subcategory].tsx

Co-authored-by: Rachael Sewell <rachmari@github.com>

* Update tests/unit/openapi-schema.js

Co-authored-by: Rachael Sewell <rachmari@github.com>

* updating comment location

* remove dependabot override

* remove path-utils current product update for rest

* run linter

* remove dependabot.md and remove h2 heading on restreference

* update the correct product to rest for rest pages

* adding comments for updates to path-utils

* remove console log

* REST sidebar: handle legacy v3 redirects (#26686)

* Add script to handle legacy v3 REST redirects

* Run the script

* Handle a redirect to a redirect

* Update REST test URLs

* 'await' and test runs subcategory of checks

* Update REST URLs for routing/developer-site-redirects tests

* Update developer-redirects fixture with new REST URLs

* Resolve merge conflicts

* Update rest-redirects fixture with new REST URLs

* Fix broken links with REST pages re-org

* redirectTo could be undefined

* Fix script for posterity, can't redirect paths with hashes

* Remove invalid hash redirects

* Typically don't need to save one-off scripts

* Undo redirect changes (not necessary for handling v3 redirects)

* Remove script-added redirects

* Update old v3 redirects with new REST URLs

* No more GHES search indexing page

* 'org' not 'organization'

* Update fixture data for new REST URLs

* revert any content directory changes

Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>

* Adding test rest (#26750)

* add test to check openapi schema versions and content rest frontmatter versions

* update lib/redirects

* fix test and add error messages

* adding repository secrets

* adding repository-secrets.md

* Revert "update lib/redirects"

This reverts commit 3aafe28265764d5bc09c0c478c8e0ca099c8fbcf.

* remove lib/redirects changes and console logs

* Update lib/rest/index.js

Co-authored-by: Rachael Sewell <rachmari@github.com>

* update unique key

* Rest client side redirects (#26754)

* adding tags subcategory for the rest content repos category

* run prettier

* bug fix for anchor scrolls" (#26892)

* updating width size for rest reference page

* Rest sidebar consolidation (#26862)

* refactor sidebar

* fix articlecontext provider issue on rest product landing page for all versions

* fix a bug, create new component

* revert change to create new component and fix bug

Co-authored-by: Rachael Sewell <rachmari@github.com>

* Set currentAnchor with a hashchange handler (#26923)

* Rest sidebar design tweaks (#26807)

* Rest sidebar design tweaks

* tweak color to subtle

* use muted color and margin for line

* update to design feedback

Co-authored-by: Grace Park <gracepark@github.com>

* Remove cheerio from rest-collapsible (#26948)

* remove cheerio from rest-collapsible

* update type

* adding endswith instead

* use productId instead

* one off edge case for secret-scanning

* Reorganize subcategory and category, Update pre -> div, Add RestContext (#26950)

* reorganize subcategory and category

* add RestContext

* update comment

* update for endpoints page

* add comment

* move object to restcontext

* remove effectiveDate in restcontext

* remove width calculation for rest reference page

* fix adding manual writer's minitocs to sidebar

* update with feedback

* update comment

* update isRestReferencePage

* remove page component and fix bug

* adding back rest/index.tsx

Co-authored-by: Rachael Sewell <rachmari@github.com>

* update content/rest"

* add back design tweak

* update to div

* update margins on rest api reference

* remove page component

* adding tests

* separate product from rest sidebar (#27065)

* separate product from rest sidebar

* Use ProductCollapsibleSections for product pages

* fix tests

Co-authored-by: Robert Sese <rsese@github.com>
Co-authored-by: Grace Park <gracepark@github.com>

* Rest sidebar translations (#27052)

* update translations

* remove general test

Co-authored-by: Robert Sese <rsese@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2022-04-20 10:19:48 -07:00

12897 lines
341 KiB
JSON

{
"api.github.com": {
"actions": [
{
"verb": "get",
"requestPath": "/enterprises/{enterprise}/actions/cache/usage"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/cache/usage"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/cache/usage-by-repository"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/workflow"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/workflow"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}/labels"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}/labels"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}/labels"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}/labels"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}/labels/{name}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/cache/usage"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/access"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/access"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/approvals"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/approve"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/jobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
}
],
"activity": [
{
"verb": "get",
"requestPath": "/events"
},
{
"verb": "get",
"requestPath": "/feeds"
},
{
"verb": "get",
"requestPath": "/networks/{owner}/{repo}/events"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stargazers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/subscribers"
},
{
"verb": "get",
"requestPath": "/users/{username}/events"
},
{
"verb": "get",
"requestPath": "/users/{username}/events/public"
},
{
"verb": "get",
"requestPath": "/users/{username}/received_events"
},
{
"verb": "get",
"requestPath": "/users/{username}/received_events/public"
},
{
"verb": "get",
"requestPath": "/users/{username}/starred"
},
{
"verb": "get",
"requestPath": "/users/{username}/subscriptions"
}
],
"apps": [
{
"verb": "get",
"requestPath": "/app"
},
{
"verb": "get",
"requestPath": "/app/installations"
},
{
"verb": "get",
"requestPath": "/app/installations/{installation_id}"
},
{
"verb": "post",
"requestPath": "/app/installations/{installation_id}/access_tokens"
},
{
"verb": "get",
"requestPath": "/apps/{app_slug}"
},
{
"verb": "get",
"requestPath": "/installation/repositories"
},
{
"verb": "delete",
"requestPath": "/installation/token"
}
],
"billing": [
{
"verb": "get",
"requestPath": "/orgs/{org}/settings/billing/advanced-security"
}
],
"branches": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/rename"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/merge-upstream"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/merges"
}
],
"checks": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-suites/preferences"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-suites"
}
],
"code-scanning": [
{
"verb": "get",
"requestPath": "/orgs/{org}/code-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"
}
],
"codes-of-conduct": [
{
"verb": "get",
"requestPath": "/codes_of_conduct"
},
{
"verb": "get",
"requestPath": "/codes_of_conduct/{key}"
}
],
"codespaces": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/codespaces/machines"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/codespaces/secrets"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
}
],
"collaborators": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/invitations"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
}
],
"commits": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/status"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/compare/{basehead}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
}
],
"dependabot": [
{
"verb": "get",
"requestPath": "/orgs/{org}/dependabot/secrets"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/dependabot/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/dependabot/secrets"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/dependabot/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}"
}
],
"dependency-graph": [],
"deploy-keys": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
}
],
"deployments": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
}
],
"emojis": [
{
"verb": "get",
"requestPath": "/emojis"
}
],
"enterprise-admin": [
{
"verb": "get",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups"
},
{
"verb": "post",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups"
},
{
"verb": "get",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}"
},
{
"verb": "put",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}"
},
{
"verb": "patch",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}"
},
{
"verb": "delete",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}"
},
{
"verb": "get",
"requestPath": "/scim/v2/enterprises/{enterprise}/Users"
},
{
"verb": "post",
"requestPath": "/scim/v2/enterprises/{enterprise}/Users"
},
{
"verb": "get",
"requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}"
},
{
"verb": "put",
"requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}"
},
{
"verb": "patch",
"requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}"
},
{
"verb": "delete",
"requestPath": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}"
}
],
"gists": [],
"git": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/blobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/blobs/{file_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/commits/{commit_sha}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/matching-refs/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/ref/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/refs"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/tags/{tag_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/trees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/trees/{tree_sha}"
}
],
"gitignore": [
{
"verb": "get",
"requestPath": "/gitignore/templates"
},
{
"verb": "get",
"requestPath": "/gitignore/templates/{name}"
}
],
"interactions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/interaction-limits"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/interaction-limits"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/interaction-limits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/interaction-limits"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/interaction-limits"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/interaction-limits"
}
],
"issues": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees/{assignee}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events/{event_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/timeline"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}/labels"
}
],
"licenses": [
{
"verb": "get",
"requestPath": "/licenses"
},
{
"verb": "get",
"requestPath": "/licenses/{license}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/license"
}
],
"markdown": [
{
"verb": "post",
"requestPath": "/markdown"
},
{
"verb": "post",
"requestPath": "/markdown/raw"
}
],
"meta": [
{
"verb": "get",
"requestPath": "/"
},
{
"verb": "get",
"requestPath": "/meta"
},
{
"verb": "get",
"requestPath": "/octocat"
},
{
"verb": "get",
"requestPath": "/zen"
}
],
"metrics": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/community/profile"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/code_frequency"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/commit_activity"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/contributors"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/participation"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/punch_card"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/traffic/clones"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/traffic/popular/paths"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/traffic/popular/referrers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/traffic/views"
}
],
"migrations": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/import"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/import"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/import"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/import"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/import/authors"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/import/authors/{author_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/import/large_files"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/import/lfs"
}
],
"oauth-authorizations": [],
"orgs": [
{
"verb": "get",
"requestPath": "/organizations"
},
{
"verb": "get",
"requestPath": "/organizations/{organization_id}/custom_roles"
},
{
"verb": "get",
"requestPath": "/orgs/{org}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/audit-log"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/blocks"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/blocks/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/blocks/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/blocks/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/credential-authorizations"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/credential-authorizations/{credential_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/failed_invitations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks/{hook_id}/pings"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/installations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/invitations"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/invitations"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/invitations/{invitation_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/invitations/{invitation_id}/teams"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/outside_collaborators"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/public_members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/public_members/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/orgs"
}
],
"packages": [],
"pages": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/{build_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/health"
}
],
"projects": [
{
"verb": "get",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "get",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "post",
"requestPath": "/projects/columns/cards/{card_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}"
},
{
"verb": "patch",
"requestPath": "/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators"
},
{
"verb": "put",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "post",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/user/projects"
}
],
"pulls": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/files"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events"
}
],
"rate-limit": [
{
"verb": "get",
"requestPath": "/rate_limit"
}
],
"reactions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/reactions"
}
],
"releases": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/generate-notes"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/tags/{tag}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
}
],
"repos": [
{
"verb": "get",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/autolinks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/autolinks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/automated-security-fixes"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/automated-security-fixes"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/codeowners/errors"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contributors"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/dispatches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/languages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme/{dir}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags/protection"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/tags/protection"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tarball/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/transfer"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/vulnerability-alerts"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/vulnerability-alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/zipball/{ref}"
},
{
"verb": "get",
"requestPath": "/repositories"
},
{
"verb": "get",
"requestPath": "/users/{username}/repos"
}
],
"scim": [
{
"verb": "get",
"requestPath": "/scim/v2/organizations/{org}/Users"
},
{
"verb": "post",
"requestPath": "/scim/v2/organizations/{org}/Users"
},
{
"verb": "get",
"requestPath": "/scim/v2/organizations/{org}/Users/{scim_user_id}"
},
{
"verb": "put",
"requestPath": "/scim/v2/organizations/{org}/Users/{scim_user_id}"
},
{
"verb": "patch",
"requestPath": "/scim/v2/organizations/{org}/Users/{scim_user_id}"
},
{
"verb": "delete",
"requestPath": "/scim/v2/organizations/{org}/Users/{scim_user_id}"
}
],
"search": [
{
"verb": "get",
"requestPath": "/search/code"
},
{
"verb": "get",
"requestPath": "/search/commits"
},
{
"verb": "get",
"requestPath": "/search/issues"
},
{
"verb": "get",
"requestPath": "/search/labels"
},
{
"verb": "get",
"requestPath": "/search/repositories"
},
{
"verb": "get",
"requestPath": "/search/topics"
},
{
"verb": "get",
"requestPath": "/search/users"
}
],
"secret-scanning": [
{
"verb": "get",
"requestPath": "/orgs/{org}/secret-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"
}
],
"teams": [
{
"verb": "get",
"requestPath": "/orgs/{org}/external-group/{group_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/external-groups"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/team-sync/groups"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/external-groups"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/invitations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/teams"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/invitations"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/teams"
}
],
"users": [
{
"verb": "get",
"requestPath": "/users"
},
{
"verb": "get",
"requestPath": "/users/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/followers"
},
{
"verb": "get",
"requestPath": "/users/{username}/following"
},
{
"verb": "get",
"requestPath": "/users/{username}/following/{target_user}"
},
{
"verb": "get",
"requestPath": "/users/{username}/gpg_keys"
},
{
"verb": "get",
"requestPath": "/users/{username}/keys"
}
],
"webhooks": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/pings"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/tests"
}
]
},
"ghes-3.1": {
"actions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/jobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
}
],
"activity": [
{
"verb": "get",
"requestPath": "/events"
},
{
"verb": "get",
"requestPath": "/feeds"
},
{
"verb": "get",
"requestPath": "/networks/{owner}/{repo}/events"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stargazers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/subscribers"
},
{
"verb": "get",
"requestPath": "/users/{username}/events"
},
{
"verb": "get",
"requestPath": "/users/{username}/events/public"
},
{
"verb": "get",
"requestPath": "/users/{username}/received_events"
},
{
"verb": "get",
"requestPath": "/users/{username}/received_events/public"
},
{
"verb": "get",
"requestPath": "/users/{username}/starred"
},
{
"verb": "get",
"requestPath": "/users/{username}/subscriptions"
}
],
"apps": [
{
"verb": "get",
"requestPath": "/app"
},
{
"verb": "get",
"requestPath": "/app/installations"
},
{
"verb": "get",
"requestPath": "/app/installations/{installation_id}"
},
{
"verb": "post",
"requestPath": "/app/installations/{installation_id}/access_tokens"
},
{
"verb": "get",
"requestPath": "/apps/{app_slug}"
},
{
"verb": "get",
"requestPath": "/installation/repositories"
},
{
"verb": "delete",
"requestPath": "/installation/token"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/content_references/{content_reference_id}/attachments"
}
],
"branches": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/rename"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/merges"
}
],
"checks": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-suites/preferences"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-suites"
}
],
"code-scanning": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"
}
],
"codes-of-conduct": [
{
"verb": "get",
"requestPath": "/codes_of_conduct"
},
{
"verb": "get",
"requestPath": "/codes_of_conduct/{key}"
}
],
"collaborators": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/invitations"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
}
],
"commits": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/status"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/compare/{basehead}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
}
],
"deploy-keys": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
}
],
"deployments": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"
}
],
"emojis": [
{
"verb": "get",
"requestPath": "/emojis"
}
],
"enterprise-admin": [
{
"verb": "get",
"requestPath": "/orgs/{org}/pre-receive-hooks"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
}
],
"gists": [],
"git": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/blobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/blobs/{file_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/commits/{commit_sha}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/matching-refs/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/ref/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/refs"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/tags/{tag_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/trees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/trees/{tree_sha}"
}
],
"gitignore": [
{
"verb": "get",
"requestPath": "/gitignore/templates"
},
{
"verb": "get",
"requestPath": "/gitignore/templates/{name}"
}
],
"issues": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees/{assignee}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events/{event_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/timeline"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}/labels"
}
],
"licenses": [
{
"verb": "get",
"requestPath": "/licenses"
},
{
"verb": "get",
"requestPath": "/licenses/{license}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/license"
}
],
"markdown": [
{
"verb": "post",
"requestPath": "/markdown"
},
{
"verb": "post",
"requestPath": "/markdown/raw"
}
],
"meta": [
{
"verb": "get",
"requestPath": "/"
},
{
"verb": "get",
"requestPath": "/meta"
},
{
"verb": "get",
"requestPath": "/octocat"
},
{
"verb": "get",
"requestPath": "/zen"
}
],
"metrics": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/code_frequency"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/commit_activity"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/contributors"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/participation"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/punch_card"
}
],
"oauth-authorizations": [],
"orgs": [
{
"verb": "get",
"requestPath": "/organizations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks/{hook_id}/pings"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/installations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/outside_collaborators"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/public_members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/public_members/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/orgs"
}
],
"pages": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/{build_id}"
}
],
"projects": [
{
"verb": "get",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "get",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "post",
"requestPath": "/projects/columns/cards/{card_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}"
},
{
"verb": "patch",
"requestPath": "/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators"
},
{
"verb": "put",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "post",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/user/projects"
}
],
"pulls": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/files"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events"
}
],
"rate-limit": [
{
"verb": "get",
"requestPath": "/rate_limit"
}
],
"reactions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}"
},
{
"verb": "delete",
"requestPath": "/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/reactions"
}
],
"releases": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/tags/{tag}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
}
],
"repos": [
{
"verb": "get",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contributors"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/dispatches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/languages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme/{dir}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tarball/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/transfer"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/zipball/{ref}"
},
{
"verb": "get",
"requestPath": "/repositories"
},
{
"verb": "get",
"requestPath": "/users/{username}/repos"
}
],
"search": [
{
"verb": "get",
"requestPath": "/search/code"
},
{
"verb": "get",
"requestPath": "/search/commits"
},
{
"verb": "get",
"requestPath": "/search/issues"
},
{
"verb": "get",
"requestPath": "/search/labels"
},
{
"verb": "get",
"requestPath": "/search/repositories"
},
{
"verb": "get",
"requestPath": "/search/topics"
},
{
"verb": "get",
"requestPath": "/search/users"
}
],
"secret-scanning": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
}
],
"teams": [
{
"verb": "get",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/teams"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/teams"
}
],
"users": [
{
"verb": "get",
"requestPath": "/users"
},
{
"verb": "get",
"requestPath": "/users/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/followers"
},
{
"verb": "get",
"requestPath": "/users/{username}/following"
},
{
"verb": "get",
"requestPath": "/users/{username}/following/{target_user}"
},
{
"verb": "get",
"requestPath": "/users/{username}/gpg_keys"
},
{
"verb": "get",
"requestPath": "/users/{username}/keys"
}
],
"webhooks": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/pings"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/tests"
}
]
},
"ghes-3.2": {
"actions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/approvals"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/jobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
}
],
"activity": [
{
"verb": "get",
"requestPath": "/events"
},
{
"verb": "get",
"requestPath": "/feeds"
},
{
"verb": "get",
"requestPath": "/networks/{owner}/{repo}/events"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stargazers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/subscribers"
},
{
"verb": "get",
"requestPath": "/users/{username}/events"
},
{
"verb": "get",
"requestPath": "/users/{username}/events/public"
},
{
"verb": "get",
"requestPath": "/users/{username}/received_events"
},
{
"verb": "get",
"requestPath": "/users/{username}/received_events/public"
},
{
"verb": "get",
"requestPath": "/users/{username}/starred"
},
{
"verb": "get",
"requestPath": "/users/{username}/subscriptions"
}
],
"apps": [
{
"verb": "get",
"requestPath": "/app"
},
{
"verb": "get",
"requestPath": "/app/installations"
},
{
"verb": "get",
"requestPath": "/app/installations/{installation_id}"
},
{
"verb": "post",
"requestPath": "/app/installations/{installation_id}/access_tokens"
},
{
"verb": "get",
"requestPath": "/apps/{app_slug}"
},
{
"verb": "get",
"requestPath": "/installation/repositories"
},
{
"verb": "delete",
"requestPath": "/installation/token"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/content_references/{content_reference_id}/attachments"
}
],
"branches": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/rename"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/merges"
}
],
"checks": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-suites/preferences"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-suites"
}
],
"code-scanning": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"
}
],
"codes-of-conduct": [
{
"verb": "get",
"requestPath": "/codes_of_conduct"
},
{
"verb": "get",
"requestPath": "/codes_of_conduct/{key}"
}
],
"collaborators": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/invitations"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
}
],
"commits": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/status"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/compare/{basehead}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
}
],
"deploy-keys": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
}
],
"deployments": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
}
],
"emojis": [
{
"verb": "get",
"requestPath": "/emojis"
}
],
"enterprise-admin": [
{
"verb": "get",
"requestPath": "/orgs/{org}/pre-receive-hooks"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
}
],
"gists": [],
"git": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/blobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/blobs/{file_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/commits/{commit_sha}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/matching-refs/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/ref/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/refs"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/tags/{tag_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/trees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/trees/{tree_sha}"
}
],
"gitignore": [
{
"verb": "get",
"requestPath": "/gitignore/templates"
},
{
"verb": "get",
"requestPath": "/gitignore/templates/{name}"
}
],
"issues": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees/{assignee}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events/{event_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/timeline"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}/labels"
}
],
"licenses": [
{
"verb": "get",
"requestPath": "/licenses"
},
{
"verb": "get",
"requestPath": "/licenses/{license}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/license"
}
],
"markdown": [
{
"verb": "post",
"requestPath": "/markdown"
},
{
"verb": "post",
"requestPath": "/markdown/raw"
}
],
"meta": [
{
"verb": "get",
"requestPath": "/"
},
{
"verb": "get",
"requestPath": "/meta"
},
{
"verb": "get",
"requestPath": "/octocat"
},
{
"verb": "get",
"requestPath": "/zen"
}
],
"metrics": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/code_frequency"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/commit_activity"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/contributors"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/participation"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/punch_card"
}
],
"oauth-authorizations": [],
"orgs": [
{
"verb": "get",
"requestPath": "/organizations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks/{hook_id}/pings"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/installations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/outside_collaborators"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/public_members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/public_members/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/orgs"
}
],
"pages": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/{build_id}"
}
],
"projects": [
{
"verb": "get",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "get",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "post",
"requestPath": "/projects/columns/cards/{card_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}"
},
{
"verb": "patch",
"requestPath": "/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators"
},
{
"verb": "put",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "post",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/user/projects"
}
],
"pulls": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/files"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events"
}
],
"rate-limit": [
{
"verb": "get",
"requestPath": "/rate_limit"
}
],
"reactions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}"
},
{
"verb": "delete",
"requestPath": "/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/reactions"
}
],
"releases": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/tags/{tag}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
}
],
"repos": [
{
"verb": "get",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contributors"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/dispatches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/languages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme/{dir}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tarball/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/transfer"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/zipball/{ref}"
},
{
"verb": "get",
"requestPath": "/repositories"
},
{
"verb": "get",
"requestPath": "/users/{username}/repos"
}
],
"search": [
{
"verb": "get",
"requestPath": "/search/code"
},
{
"verb": "get",
"requestPath": "/search/commits"
},
{
"verb": "get",
"requestPath": "/search/issues"
},
{
"verb": "get",
"requestPath": "/search/labels"
},
{
"verb": "get",
"requestPath": "/search/repositories"
},
{
"verb": "get",
"requestPath": "/search/topics"
},
{
"verb": "get",
"requestPath": "/search/users"
}
],
"secret-scanning": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
}
],
"teams": [
{
"verb": "get",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/teams"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/teams"
}
],
"users": [
{
"verb": "get",
"requestPath": "/users"
},
{
"verb": "get",
"requestPath": "/users/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/followers"
},
{
"verb": "get",
"requestPath": "/users/{username}/following"
},
{
"verb": "get",
"requestPath": "/users/{username}/following/{target_user}"
},
{
"verb": "get",
"requestPath": "/users/{username}/gpg_keys"
},
{
"verb": "get",
"requestPath": "/users/{username}/keys"
}
],
"webhooks": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/pings"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/tests"
}
]
},
"ghes-3.3": {
"actions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/approvals"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/jobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
}
],
"activity": [
{
"verb": "get",
"requestPath": "/events"
},
{
"verb": "get",
"requestPath": "/feeds"
},
{
"verb": "get",
"requestPath": "/networks/{owner}/{repo}/events"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stargazers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/subscribers"
},
{
"verb": "get",
"requestPath": "/users/{username}/events"
},
{
"verb": "get",
"requestPath": "/users/{username}/events/public"
},
{
"verb": "get",
"requestPath": "/users/{username}/received_events"
},
{
"verb": "get",
"requestPath": "/users/{username}/received_events/public"
},
{
"verb": "get",
"requestPath": "/users/{username}/starred"
},
{
"verb": "get",
"requestPath": "/users/{username}/subscriptions"
}
],
"apps": [
{
"verb": "get",
"requestPath": "/app"
},
{
"verb": "get",
"requestPath": "/app/installations"
},
{
"verb": "get",
"requestPath": "/app/installations/{installation_id}"
},
{
"verb": "post",
"requestPath": "/app/installations/{installation_id}/access_tokens"
},
{
"verb": "get",
"requestPath": "/apps/{app_slug}"
},
{
"verb": "get",
"requestPath": "/installation/repositories"
},
{
"verb": "delete",
"requestPath": "/installation/token"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/content_references/{content_reference_id}/attachments"
}
],
"branches": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/rename"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/merge-upstream"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/merges"
}
],
"checks": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-suites/preferences"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-suites"
}
],
"code-scanning": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"
}
],
"codes-of-conduct": [
{
"verb": "get",
"requestPath": "/codes_of_conduct"
},
{
"verb": "get",
"requestPath": "/codes_of_conduct/{key}"
}
],
"collaborators": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/invitations"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
}
],
"commits": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/status"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/compare/{basehead}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
}
],
"deploy-keys": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
}
],
"deployments": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
}
],
"emojis": [
{
"verb": "get",
"requestPath": "/emojis"
}
],
"enterprise-admin": [
{
"verb": "get",
"requestPath": "/orgs/{org}/pre-receive-hooks"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
}
],
"gists": [],
"git": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/blobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/blobs/{file_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/commits/{commit_sha}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/matching-refs/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/ref/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/refs"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/tags/{tag_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/trees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/trees/{tree_sha}"
}
],
"gitignore": [
{
"verb": "get",
"requestPath": "/gitignore/templates"
},
{
"verb": "get",
"requestPath": "/gitignore/templates/{name}"
}
],
"issues": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees/{assignee}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events/{event_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/timeline"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}/labels"
}
],
"licenses": [
{
"verb": "get",
"requestPath": "/licenses"
},
{
"verb": "get",
"requestPath": "/licenses/{license}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/license"
}
],
"markdown": [
{
"verb": "post",
"requestPath": "/markdown"
},
{
"verb": "post",
"requestPath": "/markdown/raw"
}
],
"meta": [
{
"verb": "get",
"requestPath": "/"
},
{
"verb": "get",
"requestPath": "/meta"
},
{
"verb": "get",
"requestPath": "/octocat"
},
{
"verb": "get",
"requestPath": "/zen"
}
],
"metrics": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/code_frequency"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/commit_activity"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/contributors"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/participation"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/punch_card"
}
],
"oauth-authorizations": [],
"orgs": [
{
"verb": "get",
"requestPath": "/organizations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/audit-log"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks/{hook_id}/pings"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/installations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/outside_collaborators"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/public_members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/public_members/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/orgs"
}
],
"pages": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/{build_id}"
}
],
"projects": [
{
"verb": "get",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "get",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "post",
"requestPath": "/projects/columns/cards/{card_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}"
},
{
"verb": "patch",
"requestPath": "/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators"
},
{
"verb": "put",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "post",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/user/projects"
}
],
"pulls": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/files"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events"
}
],
"rate-limit": [
{
"verb": "get",
"requestPath": "/rate_limit"
}
],
"reactions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}"
},
{
"verb": "delete",
"requestPath": "/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/reactions"
}
],
"releases": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/generate-notes"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/tags/{tag}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
}
],
"repos": [
{
"verb": "get",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/autolinks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/autolinks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contributors"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/dispatches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/languages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme/{dir}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tarball/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/transfer"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/zipball/{ref}"
},
{
"verb": "get",
"requestPath": "/repositories"
},
{
"verb": "get",
"requestPath": "/users/{username}/repos"
}
],
"search": [
{
"verb": "get",
"requestPath": "/search/code"
},
{
"verb": "get",
"requestPath": "/search/commits"
},
{
"verb": "get",
"requestPath": "/search/issues"
},
{
"verb": "get",
"requestPath": "/search/labels"
},
{
"verb": "get",
"requestPath": "/search/repositories"
},
{
"verb": "get",
"requestPath": "/search/topics"
},
{
"verb": "get",
"requestPath": "/search/users"
}
],
"secret-scanning": [
{
"verb": "get",
"requestPath": "/orgs/{org}/secret-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"
}
],
"teams": [
{
"verb": "get",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/teams"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/teams"
}
],
"users": [
{
"verb": "get",
"requestPath": "/users"
},
{
"verb": "get",
"requestPath": "/users/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/followers"
},
{
"verb": "get",
"requestPath": "/users/{username}/following"
},
{
"verb": "get",
"requestPath": "/users/{username}/following/{target_user}"
},
{
"verb": "get",
"requestPath": "/users/{username}/gpg_keys"
},
{
"verb": "get",
"requestPath": "/users/{username}/keys"
}
],
"webhooks": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/pings"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/tests"
}
]
},
"ghes-3.4": {
"actions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}/labels"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}/labels"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}/labels"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}/labels"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}/labels/{name}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/approvals"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/jobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"
}
],
"activity": [
{
"verb": "get",
"requestPath": "/events"
},
{
"verb": "get",
"requestPath": "/feeds"
},
{
"verb": "get",
"requestPath": "/networks/{owner}/{repo}/events"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stargazers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/subscribers"
},
{
"verb": "get",
"requestPath": "/users/{username}/events"
},
{
"verb": "get",
"requestPath": "/users/{username}/events/public"
},
{
"verb": "get",
"requestPath": "/users/{username}/received_events"
},
{
"verb": "get",
"requestPath": "/users/{username}/received_events/public"
},
{
"verb": "get",
"requestPath": "/users/{username}/starred"
},
{
"verb": "get",
"requestPath": "/users/{username}/subscriptions"
}
],
"apps": [
{
"verb": "get",
"requestPath": "/app"
},
{
"verb": "get",
"requestPath": "/app/installations"
},
{
"verb": "get",
"requestPath": "/app/installations/{installation_id}"
},
{
"verb": "post",
"requestPath": "/app/installations/{installation_id}/access_tokens"
},
{
"verb": "get",
"requestPath": "/apps/{app_slug}"
},
{
"verb": "get",
"requestPath": "/installation/repositories"
},
{
"verb": "delete",
"requestPath": "/installation/token"
}
],
"billing": [
{
"verb": "get",
"requestPath": "/orgs/{org}/settings/billing/advanced-security"
}
],
"branches": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/rename"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/merge-upstream"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/merges"
}
],
"checks": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-suites/preferences"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-suites"
}
],
"code-scanning": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"
}
],
"codes-of-conduct": [
{
"verb": "get",
"requestPath": "/codes_of_conduct"
},
{
"verb": "get",
"requestPath": "/codes_of_conduct/{key}"
}
],
"collaborators": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/invitations"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
}
],
"commits": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/status"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/compare/{basehead}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
}
],
"dependabot": [
{
"verb": "get",
"requestPath": "/orgs/{org}/dependabot/secrets"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/dependabot/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/dependabot/secrets"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/dependabot/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}"
}
],
"deploy-keys": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
}
],
"deployments": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
}
],
"emojis": [
{
"verb": "get",
"requestPath": "/emojis"
}
],
"enterprise-admin": [
{
"verb": "get",
"requestPath": "/orgs/{org}/pre-receive-hooks"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}"
}
],
"gists": [],
"git": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/blobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/blobs/{file_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/commits/{commit_sha}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/matching-refs/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/ref/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/refs"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/tags/{tag_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/trees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/trees/{tree_sha}"
}
],
"gitignore": [
{
"verb": "get",
"requestPath": "/gitignore/templates"
},
{
"verb": "get",
"requestPath": "/gitignore/templates/{name}"
}
],
"issues": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees/{assignee}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events/{event_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/timeline"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}/labels"
}
],
"licenses": [
{
"verb": "get",
"requestPath": "/licenses"
},
{
"verb": "get",
"requestPath": "/licenses/{license}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/license"
}
],
"markdown": [
{
"verb": "post",
"requestPath": "/markdown"
},
{
"verb": "post",
"requestPath": "/markdown/raw"
}
],
"meta": [
{
"verb": "get",
"requestPath": "/"
},
{
"verb": "get",
"requestPath": "/meta"
},
{
"verb": "get",
"requestPath": "/octocat"
},
{
"verb": "get",
"requestPath": "/zen"
}
],
"metrics": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/code_frequency"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/commit_activity"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/contributors"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/participation"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/punch_card"
}
],
"migrations": [],
"oauth-authorizations": [],
"orgs": [
{
"verb": "get",
"requestPath": "/organizations"
},
{
"verb": "get",
"requestPath": "/organizations/{organization_id}/custom_roles"
},
{
"verb": "get",
"requestPath": "/orgs/{org}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/audit-log"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks/{hook_id}/pings"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/installations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/outside_collaborators"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/public_members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/public_members/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/orgs"
}
],
"pages": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/{build_id}"
}
],
"projects": [
{
"verb": "get",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "get",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "post",
"requestPath": "/projects/columns/cards/{card_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}"
},
{
"verb": "patch",
"requestPath": "/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators"
},
{
"verb": "put",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "post",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/user/projects"
}
],
"pulls": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/files"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events"
}
],
"rate-limit": [
{
"verb": "get",
"requestPath": "/rate_limit"
}
],
"reactions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}"
},
{
"verb": "delete",
"requestPath": "/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/reactions"
}
],
"releases": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/generate-notes"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/tags/{tag}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
}
],
"repos": [
{
"verb": "get",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/autolinks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/autolinks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contributors"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/dispatches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/languages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme/{dir}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/replicas/caches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tarball/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/transfer"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/zipball/{ref}"
},
{
"verb": "get",
"requestPath": "/repositories"
},
{
"verb": "get",
"requestPath": "/users/{username}/repos"
}
],
"search": [
{
"verb": "get",
"requestPath": "/search/code"
},
{
"verb": "get",
"requestPath": "/search/commits"
},
{
"verb": "get",
"requestPath": "/search/issues"
},
{
"verb": "get",
"requestPath": "/search/labels"
},
{
"verb": "get",
"requestPath": "/search/repositories"
},
{
"verb": "get",
"requestPath": "/search/topics"
},
{
"verb": "get",
"requestPath": "/search/users"
}
],
"secret-scanning": [
{
"verb": "get",
"requestPath": "/orgs/{org}/secret-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"
}
],
"teams": [
{
"verb": "get",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/teams"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/teams"
}
],
"users": [
{
"verb": "get",
"requestPath": "/users"
},
{
"verb": "get",
"requestPath": "/users/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/followers"
},
{
"verb": "get",
"requestPath": "/users/{username}/following"
},
{
"verb": "get",
"requestPath": "/users/{username}/following/{target_user}"
},
{
"verb": "get",
"requestPath": "/users/{username}/gpg_keys"
},
{
"verb": "get",
"requestPath": "/users/{username}/keys"
}
],
"webhooks": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/pings"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/tests"
}
]
},
"github.ae": {
"actions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/permissions/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runner-groups"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/permissions/selected-actions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/downloads"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/registration-token"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runners/remove-token"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runners/{runner_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/cancel"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/jobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/public-key"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/actions/secrets/{secret_name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"
}
],
"activity": [
{
"verb": "get",
"requestPath": "/feeds"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stargazers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/subscribers"
},
{
"verb": "get",
"requestPath": "/users/{username}/events"
},
{
"verb": "get",
"requestPath": "/users/{username}/starred"
},
{
"verb": "get",
"requestPath": "/users/{username}/subscriptions"
}
],
"apps": [
{
"verb": "get",
"requestPath": "/app"
},
{
"verb": "get",
"requestPath": "/app/installations"
},
{
"verb": "get",
"requestPath": "/app/installations/{installation_id}"
},
{
"verb": "post",
"requestPath": "/app/installations/{installation_id}/access_tokens"
},
{
"verb": "get",
"requestPath": "/apps/{app_slug}"
},
{
"verb": "get",
"requestPath": "/installation/repositories"
},
{
"verb": "delete",
"requestPath": "/installation/token"
}
],
"branches": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/merge-upstream"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/merges"
}
],
"checks": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/check-suites/preferences"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-runs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/check-suites"
}
],
"code-scanning": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"
}
],
"codes-of-conduct": [
{
"verb": "get",
"requestPath": "/codes_of_conduct"
},
{
"verb": "get",
"requestPath": "/codes_of_conduct/{key}"
}
],
"collaborators": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/invitations"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/invitations/{invitation_id}"
}
],
"commits": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{commit_sha}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/status"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/commits/{ref}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/compare/{basehead}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/statuses/{sha}"
}
],
"deploy-keys": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/keys"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/keys/{key_id}"
}
],
"deployments": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/environments/{environment_name}"
}
],
"emojis": [
{
"verb": "get",
"requestPath": "/emojis"
}
],
"enterprise-admin": [
{
"verb": "get",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups"
},
{
"verb": "post",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups"
},
{
"verb": "get",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}"
},
{
"verb": "put",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}"
},
{
"verb": "patch",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}"
},
{
"verb": "delete",
"requestPath": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}"
}
],
"gists": [],
"git": [
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/blobs"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/blobs/{file_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/commits/{commit_sha}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/matching-refs/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/ref/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/refs"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/git/refs/{ref}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/tags/{tag_sha}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/git/trees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/git/trees/{tree_sha}"
}
],
"gitignore": [
{
"verb": "get",
"requestPath": "/gitignore/templates"
},
{
"verb": "get",
"requestPath": "/gitignore/templates/{name}"
}
],
"issues": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/assignees/{assignee}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/events/{event_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/assignees"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/events"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/lock"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/timeline"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/labels"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/labels/{name}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/milestones"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/milestones/{milestone_number}/labels"
}
],
"licenses": [
{
"verb": "get",
"requestPath": "/licenses"
},
{
"verb": "get",
"requestPath": "/licenses/{license}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/license"
}
],
"markdown": [
{
"verb": "post",
"requestPath": "/markdown"
},
{
"verb": "post",
"requestPath": "/markdown/raw"
}
],
"meta": [
{
"verb": "get",
"requestPath": "/"
},
{
"verb": "get",
"requestPath": "/meta"
},
{
"verb": "get",
"requestPath": "/octocat"
},
{
"verb": "get",
"requestPath": "/zen"
}
],
"metrics": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/code_frequency"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/commit_activity"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/contributors"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/participation"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/stats/punch_card"
}
],
"migrations": [],
"orgs": [
{
"verb": "get",
"requestPath": "/organizations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/hooks/{hook_id}/config"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/hooks/{hook_id}/pings"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/installations"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/members/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/outside_collaborators"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/outside_collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/orgs"
}
],
"pages": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pages/builds"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pages/builds/{build_id}"
}
],
"projects": [
{
"verb": "get",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/projects"
},
{
"verb": "get",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/cards/{card_id}"
},
{
"verb": "post",
"requestPath": "/projects/columns/cards/{card_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "patch",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "delete",
"requestPath": "/projects/columns/{column_id}"
},
{
"verb": "get",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/cards"
},
{
"verb": "post",
"requestPath": "/projects/columns/{column_id}/moves"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}"
},
{
"verb": "patch",
"requestPath": "/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators"
},
{
"verb": "put",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "delete",
"requestPath": "/projects/{project_id}/collaborators/{username}"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/collaborators/{username}/permission"
},
{
"verb": "get",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "post",
"requestPath": "/projects/{project_id}/columns"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/projects"
},
{
"verb": "post",
"requestPath": "/user/projects"
}
],
"pulls": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/comments"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/commits"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/files"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/merge"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events"
}
],
"rate-limit": [
{
"verb": "get",
"requestPath": "/rate_limit"
}
],
"reactions": [
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}"
}
],
"releases": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/assets/{asset_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/latest"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/tags/{tag}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/releases/{release_id}/assets"
}
],
"repos": [
{
"verb": "get",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/repos"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/autolinks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/autolinks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/codeowners/errors"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/contents/{path}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/contributors"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/dispatches"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/forks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/languages"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/readme/{dir}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tags"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/tarball/{ref}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/teams"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/topics"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/transfer"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/zipball/{ref}"
},
{
"verb": "get",
"requestPath": "/users/{username}/repos"
}
],
"search": [
{
"verb": "get",
"requestPath": "/search/code"
},
{
"verb": "get",
"requestPath": "/search/commits"
},
{
"verb": "get",
"requestPath": "/search/issues"
},
{
"verb": "get",
"requestPath": "/search/labels"
},
{
"verb": "get",
"requestPath": "/search/repositories"
},
{
"verb": "get",
"requestPath": "/search/topics"
},
{
"verb": "get",
"requestPath": "/search/users"
}
],
"secret-scanning": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"
}
],
"teams": [
{
"verb": "get",
"requestPath": "/orgs/{org}/external-group/{group_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/external-groups"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/members"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/orgs/{org}/teams/{team_slug}/teams"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "post",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "patch",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/members/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/memberships/{username}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/projects/{project_id}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "put",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "delete",
"requestPath": "/teams/{team_id}/repos/{owner}/{repo}"
},
{
"verb": "get",
"requestPath": "/teams/{team_id}/teams"
}
],
"users": [
{
"verb": "get",
"requestPath": "/users"
},
{
"verb": "get",
"requestPath": "/users/{username}"
},
{
"verb": "get",
"requestPath": "/users/{username}/followers"
},
{
"verb": "get",
"requestPath": "/users/{username}/following"
},
{
"verb": "get",
"requestPath": "/users/{username}/following/{target_user}"
},
{
"verb": "get",
"requestPath": "/users/{username}/gpg_keys"
},
{
"verb": "get",
"requestPath": "/users/{username}/keys"
}
],
"webhooks": [
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "delete",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "patch",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/config"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries"
},
{
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/pings"
},
{
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/hooks/{hook_id}/tests"
}
]
}
}