783 Search results for "rest api deployments"
REST API / Repositories /
REST API endpoints for repositories
REST API/
Repositories/
Repositories
REST API endpoints for repositories
Use the REST API to manage repositories on GitHub.
List organization repositories
REST API / Migrations /
REST API endpoints for user migrations
REST API/
Migrations/
Users
REST API endpoints for user migrations
Use the REST API to review, backup, or migrate your user data stored on GitHub.com.
Webhooks /
About webhooks
are used to receive data as it happens, as opposed to polling an API (calling an API intermittently) to see if data is available. With webhooks, you only
REST API / Collaborators /
REST API endpoints for repository invitations
REST API/
Collaborators/
Invitations
REST API endpoints for repository invitations
Use the REST API to view and manage invitations to collaborate on a
REST API / Organizations /
REST API endpoints for personal access tokens
REST API/
Organizations/
Personal access tokens
REST API endpoints for personal access tokens
Use the REST API to manage fine-grained personal access tokens
REST API / Repositories /
REST API endpoints for forks
REST API/
Repositories/
Forks
REST API endpoints for forks
Use the REST API to manage repository forks.
List forks
Fine-grained access tokens for "List
REST API / About the REST API /
Breaking changes
that were introduced in each REST API version.
About breaking changes in the REST API
The GitHub REST API is versioned. The API version name is based on the
Apps / Creating GitHub Apps / Registering a GitHub App /
Choosing permissions for a GitHub App
The permissions of a GitHub App determine what the app can do with GitHub's APIs and what webhooks the app can receive.
About GitHub App permissions
GitHub
REST API / Checks /
REST API endpoints for check suites
REST API/
Checks/
Check suites
REST API endpoints for check suites
Use the REST API to manage check suites.
Note
Write permission for the REST API to interact
GitHub Actions / Manage workflows and deployments / Manage workflow runs /
Manually running a workflow
can run the workflow using the Actions tab on GitHub, GitHub CLI, or the REST API.
Configuring a workflow to run manually
To run a workflow manually, the