How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

GitHub Update API

The Update API from GitHub — 71 operation(s) for update.

GitHub Update API is one of 350 APIs that GitHub publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, and an API reference.

This API exposes 67 operations across 67 paths, and defines 158 schemas. It is described by OpenAPI 3.2.0, at version 1.1.4.

Requests are made against 2 base URLs: {protocol}://{hostname}/api/v3, {protocol}://{hostname}.

67 operations 67 paths 158 schemas 49 PATCH18 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.1.4
Base URL
https://api.github.com
Authentication
HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 1

GitHub Update API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerHttpAuthentication).

  • bearerHttpAuthentication — Bearer Token

Paths & Operations 67

Across 67 paths, the API surfaces 67 operations — 49 PATCH, 18 PUT. Each is listed below with its method, path, parameters, and response codes.

Update 67
PATCH
/app/hook/config
GitHub Updatewebhook Configuration for an App
updatewebhookConfigurationForAnApp body → 200
PATCH
/authorizations/{authorization_id}deprecated
GitHub Update an Existing Authorization
updateAnExistingAuthorization 1 param body → 200422
PATCH
/gists/{gist_id}
GitHub Updategist
updategist 1 param body → 200404422
PATCH
/gists/{gist_id}/comments/{comment_id}
GitHub Updategist Comment
updategistComment 2 params body → 200404
PATCH
/orgs/{org}
GitHub Update an Organization
updateAnOrganization 1 param body → 200409422
PATCH
/orgs/{org}/actions/runner-groups/{runner_group_id}
GitHub Update Self-hosted Runner Group for an Organization
updateSelfhostedRunnerGroupForAnOrganization 2 params body → 200
PUT
/orgs/{org}/actions/secrets/{secret_name}
GitHub Create or Update an Organization Secret
createOrUpdateAnOrganizationSecret 2 params body → 201204
PATCH
/orgs/{org}/actions/variables/{name}
GitHub Update an Organization Variable
updateAnOrganizationVariable 2 params body → 204
PATCH
/orgs/{org}/custom-repository-roles/{role_id}
GitHub Update Custom Repository Role
updateCustomRepositoryRole 2 params body → 200404422
PUT
/orgs/{org}/dependabot/secrets/{secret_name}
GitHub Create or Update an Organization Secret
createOrUpdateAnOrganizationSecret 2 params body → 201204
PATCH
/orgs/{org}/hooks/{hook_id}
GitHub Update an Organization Webhook
updateAnOrganizationWebhook 2 params body → 200404422
PATCH
/orgs/{org}/hooks/{hook_id}/config
GitHub Update Webhook Configuration for an Organization
updateWebhookConfigurationForAnOrganization 2 params body → 200
PATCH
/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}
GitHub Update Pre-receive Hook Enforcement for an Organization
updatePrereceiveHookEnforcementForAnOrganization 2 params body → 200
PATCH
/orgs/{org}/teams/{team_slug}
GitHub Update Team
updateTeam 2 params body → 200201403404422
PATCH
/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}
GitHub Update Discussion
updateDiscussion 3 params body → 200
PATCH
/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}
GitHub Update Discussion Comment
updateDiscussionComment 4 params body → 200
PATCH
/orgs/{org}/teams/{team_slug}/external-groups
GitHub Update the Connection Between an External Group and Team
updateTheConnectionBetweenAnExternalGroupAndTeam 2 params body → 200
PUT
/orgs/{org}/teams/{team_slug}/memberships/{username}
GitHub Add or Update Team Membership for User
addOrUpdateTeamMembershipForUser 3 params body → 200403422
PUT
/orgs/{org}/teams/{team_slug}/projects/{project_id}
GitHub Add or Update Team Project Permissions
addOrUpdateTeamProjectPermissions 3 params body → 204403
PUT
/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}
GitHub Add or Update Team Repository Permissions
addOrUpdateTeamRepositoryPermissions 4 params body → 204
PATCH
/projects/columns/cards/{card_id}
GitHub Update an Existing Project Card
updateAnExistingProjectCard 1 param body → 200304401403404422
PATCH
/projects/columns/{column_id}
GitHub Update an Existing Project Column
updateAnExistingProjectColumn 1 param body → 200304401403
PATCH
/projects/{project_id}
GitHub Update Project
updateProject 1 param body → 200304401403404410422
PUT
/teams/{team_id}/projects/{project_id}deprecated
GitHub Add or Update Team Project Permissions (legacy)
addOrUpdateTeamProjectPermissionsLegacy 2 params body → 204403404422
PUT
/repos/{owner}/{repo}/actions/secrets/{secret_name}
GitHub Create or Update Repository Secret
createOrUpdateRepositorySecret 6 params body → 201204
PATCH
/repos/{owner}/{repo}/actions/variables/{name}
GitHub Update Repository Variable
updateRepositoryVariable 6 params body → 204
PUT
/repos/{owner}/{repo}/branches/{branch}/protection
GitHub Update Branch Protection
updateBranchProtection 6 params body → 200403404422
PATCH
/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews
GitHub Update Pull Request Review Protection
updatePullRequestReviewProtection 6 params body → 200422
PATCH
/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks
GitHub Update Status Check Protection
updateStatusCheckProtection 6 params body → 200404422
PATCH
/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}
GitHub Update Code Scanning Alert
updateCodeScanningAlert 6 params body → 200403404503
PATCH
/repos/{owner}/{repo}/code-scanning/default-setup
GitHub Update Code Scanning Default Setup Configuration
updateCodeScanningDefaultSetupConfiguration 5 params body → 200202403404409503
PATCH
/repos/{owner}/{repo}/dependabot/alerts/{alert_number}
GitHub Update Dependabot Alert
updateDependabotAlert 6 params body → 200400403404409422
PUT
/repos/{owner}/{repo}/dependabot/secrets/{secret_name}
GitHub Create or Update Repository Secret
createOrUpdateRepositoryDependabotSecret 6 params body → 201204
PATCH
/repos/{owner}/{repo}/hooks/{hook_id}
GitHub Update Repository Webhook
updateRepositoryWebhook 6 params body → 200404422
PATCH
/repos/{owner}/{repo}/hooks/{hook_id}/config
GitHub Update Webhook Configuration for Repository
updateWebhookConfigurationForRepository 6 params body → 200
PATCH
/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}
GitHub Update Pre-receive Hook Enforcement for Repository
updatePrereceiveHookEnforcementForRepository 6 params body → 200
PATCH
/repos/{owner}/{repo}/invitations/{invitation_id}
GitHub Update Repository Invitation
updateRepositoryInvitation 6 params body → 200
PATCH
/repos/{owner}/{repo}/issues/comments/{comment_id}
GitHub Update an Issue Comment
updateAnIssueComment 6 params body → 200422
PATCH
/repos/{owner}/{repo}/issues/{issue_number}
GitHub Update an Issue
updateAnIssue 6 params body → 200301403404410422503
PATCH
/repos/{owner}/{repo}/pulls/comments/{comment_id}
GitHub Update Review Comment for Pull Request
updateReviewCommentForPullRequest 6 params body → 200
PATCH
/repos/{owner}/{repo}/pulls/{pull_number}
GitHub Update Pull Request
updatePullRequest 6 params body → 200403422
PUT
/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}
GitHub Update Review for Pull Request
updateReviewForPullRequest 7 params body → 200422
PUT
/repos/{owner}/{repo}/pulls/{pull_number}/update-branch
GitHub Update Pull Request Branch
updatePullRequestBranch 6 params body → 202403422
PATCH
/repos/{owner}/{repo}
GitHub Update Repository
updateRepository 5 params body → 200307403404422
PATCH
/repos/{owner}/{repo}/check-runs/{check_run_id}
GitHub Update Check Run
updateCheckRun 6 params body → 200
PATCH
/repos/{owner}/{repo}/check-suites/preferences
GitHub Update Repository Preferences for Check Suites
updateRepositoryPreferencesForCheckSuites 5 params body → 200
PATCH
/repos/{owner}/{repo}/comments/{comment_id}
GitHub Update Commit Comment
updateCommitComment 6 params body → 200404
PUT
/repos/{owner}/{repo}/contents/{path}
GitHub Create or Update File Contents
createOrUpdateFileContents 6 params body → 200201404409422
PUT
/repos/{owner}/{repo}/environments/{environment_name}
GitHub Create or Update an Environment
createOrUpdateAnEnvironment 6 params body → 200422
PUT
/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}
GitHub Update Deployment Branch Policy
updateDeploymentBranchPolicy 7 params body → 200
PUT
/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}
GitHub Create or Update an Environment Secret
createOrUpdateAnEnvironmentSecret 7 params body → 201204
PATCH
/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}
GitHub Update an Environment Variable
updateAnEnvironmentVariable 7 params body → 204
PATCH
/repos/{owner}/{repo}/git/refs/{ref}
GitHub Update Reference
updateReference 6 params body → 200422
PATCH
/repos/{owner}/{repo}/labels/{name}
GitHub Update Label
updateLabel 6 params body → 200
PATCH
/repos/{owner}/{repo}/milestones/{milestone_number}
GitHub Update Milestone
updateMilestone 6 params body → 200
PUT
/repos/{owner}/{repo}/pages
GitHub Update Information About Github Enterprise Server Pages Site
updateInformationAboutGithubEnterpriseServerPagesSite 5 params body → 204400409422
PATCH
/repos/{owner}/{repo}/releases/assets/{asset_id}
GitHub Update Release Asset
updateReleaseAsset 6 params body → 200
PATCH
/repos/{owner}/{repo}/releases/{release_id}
GitHub Update Release
updateRelease 6 params body → 200
PATCH
/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}
GitHub Update Secret Scanning Alert
updateSecretScanningAlert 6 params body → 200400404422503
PATCH
/scim/v2/Groups/{scim_group_id}
GitHub Update an Attribute for Scim Enterprise Group
updateAnAttributeForScimEnterpriseGroup 1 param body → 200204400401403404409429
PATCH
/scim/v2/Users/{scim_user_id}
GitHub Update an Attribute for Scim Enterprise User
updateAnAttributeForScimEnterpriseUser 1 param body → 200400401403404409429500
PATCH
/admin/ldap/teams/{team_id}/mapping
GitHub Update Ldap Mapping for Team
updateLdapMappingForTeam 1 param body → 200
PATCH
/teams/{team_id}deprecated
GitHub Update Team (legacy)
updateTeamLegacy 1 param body → 200201403404422
PATCH
/teams/{team_id}/discussions/{discussion_number}deprecated
GitHub Update Discussion (legacy)
updateDiscussionLegacy 2 params body → 200
PATCH
/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}deprecated
GitHub Update Discussion Comment (legacy)
updateDiscussionCommentLegacy 3 params body → 200
PUT
/teams/{team_id}/memberships/{username}deprecated
GitHub Add or Update Team Membership for User (legacy)
addOrUpdateTeamMembershipForUserLegacy 2 params body → 200403404422
PUT
/teams/{team_id}/repos/{owner}/{repo}deprecated
GitHub Add or Update Team Repository Permissions (legacy)
addOrUpdateTeamRepositoryPermissionsLegacy 3 params body → 204403422

Schemas 158

The contract defines 158 schemas that model the data the API accepts and returns. The most detailed are full-repository (102 properties), repository_2 (95 properties), repository (95 properties), nullable-repository (95 properties). Each schema is shown below with its type and property counts.

webhook-config-insecure-ssl
webhook-config-content-type
string
The media type used to serialize the payloads. Supported values include json and form. The default is form.
webhook-config-secret
string
If provided, the secret will be used as the key to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/enterprise-serve…
webhook-config-url
string
The URL to which the payloads will be delivered.
webhook-config
object
Configuration object of the webhook
4 properties
simple-user
object
A GitHub user.
21 properties 18 required
validation-error
object
Validation Error
3 properties 2 required
nullable-scoped-installation
objectnull
7 properties 5 required
app-permissions
object
The permissions granted to the user access token.
45 properties
authorization
object
The authorization for an OAuth app, GitHub App, or a Personal Access Token.
15 properties 13 required
nullable-simple-user
objectnull
A GitHub user.
21 properties 18 required
gist-comment
object
A comment made to a gist.
8 properties 8 required
gist-simple
object
Gist Simple
21 properties
basic-error
object
Basic Error
4 properties
author-association
string
How the author is associated with the repository.
public-user
object
Public User
39 properties 31 required
gist-history
object
Gist History
5 properties
team-organization
object
Team Organization
48 properties 23 required
validation-error-simple
object
Validation Error Simple
3 properties 2 required
organization-custom-repository-role-update-schema
object
4 properties
team-full
object
Groups of organization members that gives permissions on specified repositories.
18 properties 15 required
runner-groups-org
object
12 properties 7 required
external-group
object
Information about an external group's usage and its members
5 properties 4 required
team-discussion
object
A team discussion is a persistent record of a free-form conversation within a team.
18 properties 17 required
organization-full
object
Organization Full
56 properties 23 required
team-membership
object
Team Membership
3 properties 3 required
nullable-team-simple
objectnull
Groups of organization members that gives permissions on specified repositories.
12 properties 10 required
reaction-rollup
object
10 properties 10 required
org-pre-receive-hook
object
5 properties
empty-object
object
An object without any properties.
team-discussion-comment
object
A reply to a discussion within a team.
13 properties 12 required
organization-custom-repository-role
object
Custom repository roles created by organization owners
8 properties 7 required
org-hook
object
Org Hook
11 properties 10 required
project-card
object
Project cards represent a scope of work.
13 properties 9 required
project-column
object
Project columns contain cards of work.
8 properties 8 required
project
object
Projects are a way to organize columns and cards of work.
15 properties 13 required
empty-object_2
object
An object without any properties.
status-check-policy
object
Status Check Policy
5 properties 5 required
team
object
Groups of organization members that gives permissions on specified repositories.
13 properties 11 required
branch-restriction-policy
object
Branch Restriction Policy
7 properties 7 required
simple-user_2
object
GitHub user.
21 properties 18 required
protected-branch-pull-request-review
object
Protected Branch Pull Request Review
7 properties 2 required
validation-error_2
object
Validation Error
3 properties 2 required
integration
object
GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They…
17 properties 11 required
nullable-team-simple_2
object
Groups of organization members that gives permissions on specified repositories.
12 properties 10 required
protected-branch
object
Branch protections protect branches
13 properties 1 required
nullable-simple-user_2
object
GitHub user.
21 properties 18 required
code-scanning-analysis-analysis-key
string
Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name.
code-scanning-ref
string
The Git reference, formatted as refs/pull/ /merge, refs/pull/ /head, refs/heads/ or simply .
code-scanning-alert-state
string
State of a code scanning alert.
alert-created-at
string
The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
code-scanning-alert-instance
object
10 properties
alert-html-url
string
The GitHub URL of the alert resource.
alert-updated-at
string
The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
code-scanning-default-setup-update
object
Configuration for code scanning default setup.
2 properties 1 required
code-scanning-alert
object
15 properties 12 required
code-scanning-alert-rule
object
9 properties
code-scanning-analysis-tool-guid
string
The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data.
code-scanning-analysis-tool-name
string
The name of the tool used to generate the code scanning analysis.
code-scanning-analysis-category
string
Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed o…
alert-instances-url
string
The REST API URL for fetching the list of instances for an alert.
code-scanning-alert-set-state
string
Sets the state of the code scanning alert. You must provide dismissedreason when you set the state to dismissed.
code-scanning-default-setup-update-response
object
You can use runurl to track the status of the run. This includes a property status and conclusion. You should not rely on this always being an actions workflow…
2 properties
alert-number
integer
The security alert number.
alert-fixed-at
string
The time that the alert was no longer detected and was considered fixed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
alert-dismissed-at
string
The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
code-scanning-analysis-tool-version
string
The version of the tool used to generate the code scanning analysis.
code-scanning-alert-location
object
Describe a region within a file for the alert.
5 properties
empty-object_3
object
An object without any properties.
code-scanning-analysis-tool
object
3 properties
code-scanning-alert-dismissed-comment
string
The dismissal comment associated with the dismissal of the alert.
code-scanning-alert-dismissed-reason
string
Required when the state is dismissed. The reason for dismissing or closing the alert.
alert-url
string
The REST API URL of the alert resource.
code-scanning-alert-classification
string
classification of the file. For example to identify it as generated.
nullable-simple-user_3
object
GitHub user.
21 properties 18 required
code-scanning-alert-environment
string
Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language tha…
dependabot-alert-package
object
Details for the vulnerable package.
2 properties 2 required
scim-error
object
Scim Error
6 properties
alert-auto-dismissed-at
string
The time that the alert was auto-dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
dependabot-alert-security-vulnerability
object
Details pertaining to one vulnerable version range for the advisory.
4 properties 4 required
dependabot-alert-security-advisory
object
Details for the GitHub Security Advisory.
13 properties 13 required
dependabot-alert
object
Dependabot alert.
15 properties 14 required
empty-object_4
object
An object without any properties.
nullable-simple-user_4
object
GitHub user.
21 properties 18 required
repository-pre-receive-hook
object
4 properties
hook-response
object
3 properties 3 required
validation-error_3
object
Validation Error
3 properties 2 required
hook
object
Webhooks for repositories.
13 properties 12 required
simple-user_3
object
GitHub user.
21 properties 18 required
code-of-conduct
object
Code Of Conduct
5 properties 4 required
minimal-repository
object
Minimal Repository
87 properties 46 required
security-and-analysis
object
3 properties
nullable-simple-user_5
object
GitHub user.
21 properties 18 required
repository-invitation
object
Repository invitations let you manage who you collaborate with.
10 properties 9 required
issue-comment
object
Comments provide a way for people to collaborate on an issue.
14 properties 9 required
simple-user_4
object
GitHub user.
21 properties 18 required
nullable-integration
object
GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They…
17 properties 11 required
repository
object
repository on GitHub.
95 properties 73 required
validation-error_4
object
Validation Error
3 properties 2 required
nullable-simple-user_6
object
GitHub user.
21 properties 18 required
issue
object
Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.
34 properties 21 required
nullable-milestone
object
collection of related issues and pull requests.
16 properties 16 required
nullable-license-simple
object
License Simple
6 properties 5 required
link
object
Hypermedia Link
1 property 1 required
pull-request
object
Pull requests let you tell others about changes you've pushed to a repository on GitHub. Once a pull request is sent, interested parties can review the set of…
48 properties 42 required
simple-user_5
object
GitHub user.
21 properties 18 required
validation-error_5
object
Validation Error
3 properties 2 required
team-simple
object
Groups of organization members that gives permissions on specified repositories.
12 properties 10 required
auto-merge
object
The status of auto merging a pull request.
4 properties 4 required
pull-request-review-comment
object
Pull Request Review Comments are comments on a portion of the Pull Request's diff.
29 properties 16 required
pull-request-review
object
Pull Request Reviews are reviews on pull requests.
13 properties 10 required
nullable-simple-user_7
object
GitHub user.
21 properties 18 required
nullable-milestone_2
object
collection of related issues and pull requests.
16 properties 16 required
wait-timer
integer
The amount of time to delay a job after the job is initially triggered. The time (in minutes) must be an integer between 0 and 43,200 (30 days).
deployment-simple
object
deployment created as the result of an Actions check run from a workflow that references an environment
14 properties 10 required
deployment-branch-policy-name-pattern
object
1 property 1 required
pull-request-minimal
object
5 properties 5 required
release
object
release.
22 properties 17 required
check-run
object
check performed on the code of a given code change
17 properties 16 required
nullable-simple-user_8
object
GitHub user.
21 properties 18 required
secret-scanning-alert-resolution
string
Required when the state is resolved. The reason for resolving the alert.
secret-scanning-alert-state
string
Sets the state of the secret scanning alert. You must provide resolution when you set the state to resolved.
team_2
object
Groups of organization members that gives permissions on specified repositories.
13 properties 11 required
deployment-reviewer-type
string
The type of reviewer.
validation-error_6
object
Validation Error
3 properties 2 required
release-asset
object
Data related to a release.
13 properties 13 required
nullable-team-simple_3
object
Groups of organization members that gives permissions on specified repositories.
12 properties 10 required
empty-object_5
object
An object without any properties.
deployment-branch-policy
object
Details of a deployment branch policy.
3 properties
nullable-repository
object
repository on GitHub.
95 properties 73 required
minimal-repository_2
object
Minimal Repository
87 properties 46 required
secret-scanning-alert-resolution-comment
string
An optional comment when closing an alert. Cannot be updated or deleted. Must be null when changing state to open.
file-commit
object
File Commit
2 properties 2 required
label
object
Color-coded labels help you categorize and filter your issues (just like labels in Gmail).
7 properties 7 required
milestone
object
collection of related issues and pull requests.
16 properties 16 required
nullable-alert-updated-at
string
The time that the alert was last updated in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
environment
object
Details of a deployment environment
9 properties 7 required
git-ref
object
Git references within a repository
4 properties 4 required
simple-user_6
object
GitHub user.
21 properties 18 required
nullable-integration_2
object
GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They…
17 properties 11 required
repository_2
object
repository on GitHub.
95 properties 73 required
commit-comment
object
Commit Comment
14 properties 13 required
code-of-conduct-simple
object
Code of Conduct Simple
4 properties 4 required
full-repository
object
Full Repository
102 properties 75 required
secret-scanning-alert
object
17 properties
check-suite-preference
object
Check suite configuration preferences for a repository.
2 properties 2 required
deployment-branch-policy-settings
object
The type of deployment branch policy for this environment. To allow all branches to deploy, set to null.
2 properties 2 required
user-emails-response
array
The emails for the user.
user-role
array
The roles assigned to the user.
scim-error_2
object
Scim Error
6 properties
user-response
object
8 properties 3 required
scim-enterprise-user-response
scim-enterprise-group-response
user-name-response
object
4 properties
patch-schema
object
2 properties 2 required
group-response
object
4 properties 1 required
meta
object
The metadata associated with the creation/updates to the user.
4 properties 1 required
ldap-mapping-team
object
13 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

github-update-api-openapi.yml Raw ↑

Other APIs GitHub publishes across the network.

GitHub Events API
GitHub Feeds API
GitHub Gists API
GitHub Issues API
GitHub Licenses API
GitHub Markdown API
GitHub Meta API
GitHub Notifications API
GitHub Octocat API
GitHub Projects API
GitHub Repos API
GitHub Search API
Where this information came from

This is an independent, third-party profile of GitHub Update API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.