| Jul | AUG | Sep |
| 31 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: Live Web Proxy Crawls
machine-man preview graduates
performed_via_github_app property no longer require the machine-man preview.
application/vnd.github.machine-man-preview+json
For more information, see the "GitHub Apps REST API."
sailor-v preview graduates
sailor-v preview.
application/vnd.github.sailor-v-preview+json
For more information about the affected endpoints, see the "Pull Requests" and "Issues" REST APIs.
Thanks again to everyone that tried out these API features during the preview period.
skipped conclusion. This is a common check run conclusion for GitHub Actions that have a job using an ifcondition.
We created the skipped conclusion to help distinguish this type of scenario from when a check run or suite is cancelled. A check run or suite has the cancelled conclusion when the check run was planned or started but then stopped. For example, a conclusion can be cancelled due to manual intervention or possibly some service issues that cause the check run to stop.
PUT /app/installations/:installation_id/suspended
●DELETE /app/installations/:installation_id/suspended
Before people can suspend a GitHub app installation, the GitHub App owner must opt-in to the beta release. For more information, see "Suspending a GitHub App installation."
{
"access_token": "accesstoken",
"expires_in": "28800",
"refresh_token": "r1.refreshme",
"refresh_token_expires_in": "15811200",
"scope": "",
"token_type": "bearer"
}
This refresh token is valid for 6 months and can be exchanged for a fresh user-to-server access token (valid for another 8 hours) and a new refresh token:
POST /login/oauth/access_token HTTP/1.1
Host: github.com
grant_type=refresh_token
refresh_token=r1.refreshme
&client_id=xxxxxxxxxx
&client_secret=xxxxxxxxxx
For more information, see "Refreshing user-to-server access tokens."
POST /installations/:installation_id/access_tokens.
The supported replacement endpoint is named consistently with other GitHub Apps API endpoints and has been available since 2018.
POST /app/installations/:installation_id/access_tokens
If you have any questions or feedback, please let us know!
integration_installation
●integration_installation_repositories
These events have been undocumented for some time and will be removed on the following timeline.
integration_installation and integration_installation_repositories events will no longer be sent after October 1 2020.
integration_installation and integration_installation_repositories events with the new events:
●installation
●installation_repositories
If you have any questions or feedback, please let us know!
POST /repos/:owner/:repo/issues/:issue_number/labels
●DELETE /repos/:owner/:repo/issues/:issue_number/labels/:name
●POST /repos/:owner/:repo/issues/:issue_number/assignees
●DELETE /repos/:owner/:repo/issues/:issue_number/assignees
●POST /repos/:owner/:repo/pulls/:pull_number/requested_reviewers
PUT /repos/:owner/:repo/topics
●PUT /repos/:owner/:repo/interaction-limits
●All of the endpoints that you can use with the triage permission role:
●POST /repos/:owner/:repo/issues/:issue_number/labels
●DELETE /repos/:owner/:repo/issues/:issue_number/labels/:name
●POST /repos/:owner/:repo/issues/:issue_number/assignees
●DELETE /repos/:owner/:repo/issues/:issue_number/assignees
●POST /repos/:owner/:repo/pulls/:pull_number/requested_reviewers
PUT /repos/:owner/:repo/collaborators/:username
●GET /repos/:owner/:repo/invitations
●PATCH /repos/:owner/:repo/invitations/:invitation_id
●GET /user/repository_invitations
●GET /orgs/:org/teams/:team_slug/repos/:owner/:repo
●PUT /orgs/:org/teams/:team_slug/repos/:owner/:repo
●GET /orgs/:org/teams/:team_slug/repos
gambit preview graduates
gambit preview.
application/vnd.github.gambit-preview+json
For more information about this endpoint, see the "Delete an installation for the authenticated app."
shadow-cat preview graduates
shadow-cat preview.
application/vnd.github.shadow-cat-preview+json
For more information about the affected endpoints, see the "Pull Requests API."
Thanks again to everyone that tried out these API features during the preview period.