@@ -39,7 +39,7 @@ export function PatchNotes({ patch, withReleaseNoteLabel }: Props) {
|
||||
<div>
|
||||
<h3 className="pl-4" id={sectionSlug}>
|
||||
<LinkIconHeading slug={sectionSlug} />
|
||||
{SectionToLabelMap[key] || 'INVALID SECTION'}
|
||||
{`${patch.version}: ${SectionToLabelMap[key]}` || 'INVALID SECTION'}
|
||||
</h3>
|
||||
<ul>
|
||||
{sectionItems.map((item, i) => {
|
||||
|
||||
@@ -2,14 +2,16 @@
|
||||
title: GitHub Actions Artifacts
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Artifacts
|
||||
intro: 'Use the REST API to interact with artifacts in {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with artifacts in {% data
|
||||
variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
title: GitHub Actions Cache
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Cache
|
||||
intro: 'Use the REST API to interact with the cache for repositories in {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with the cache for repositories in {% data
|
||||
variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
title: GitHub Actions OIDC
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: OIDC
|
||||
intro: 'Use the REST API to interact with JWTs for OIDC subject claims in {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with JWTs for OIDC subject claims in {% data
|
||||
variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
|
||||
@@ -2,14 +2,16 @@
|
||||
title: GitHub Actions Permissions
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Permissions
|
||||
intro: 'Use the REST API to interact with permissions for {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with permissions for {% data
|
||||
variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
title: GitHub Actions Required Workflows
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Required Workflows
|
||||
intro: 'Use the REST API to access and configure required workflows in an organization in {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to access and configure required workflows in an organization
|
||||
in {% data variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
|
||||
@@ -2,14 +2,16 @@
|
||||
title: GitHub Actions Secrets
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Secrets
|
||||
intro: 'Use the REST API to interact with secrets in {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with secrets in {% data
|
||||
variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
---
|
||||
title: Self-hosted runner groups
|
||||
intro: 'Use the REST API to interact with self-hosted runner groups for {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with self-hosted runner groups for {% data
|
||||
variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
---
|
||||
title: Self-hosted runners
|
||||
intro: 'Use the REST API to interact with self-hosted runners in {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with self-hosted runners in {% data
|
||||
variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -2,13 +2,15 @@
|
||||
title: GitHub Actions Variables
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Variables
|
||||
intro: 'Use the REST API to interact with variables in {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with variables in {% data
|
||||
variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=3.8'
|
||||
ghec: '*'
|
||||
ghes: '>=3.8'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
---
|
||||
title: Workflow jobs
|
||||
intro: 'Use the REST API to interact with workflow jobs in {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with workflow jobs in {% data
|
||||
variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
---
|
||||
title: Workflow runs
|
||||
intro: 'Use the REST API to interact with workflow runs in {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with workflow runs in {% data
|
||||
variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
---
|
||||
title: Workflows
|
||||
intro: 'Use the REST API to interact with workflows in {% data variables.product.prodname_actions %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with workflows in {% data
|
||||
variables.product.prodname_actions %}.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
title: Events
|
||||
intro: 'Use the REST API to interact with {% data variables.product.prodname_dotcom %} events.'
|
||||
intro: >-
|
||||
Use the REST API to interact with {% data variables.product.prodname_dotcom %}
|
||||
events.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
title: Feeds
|
||||
intro: 'Use the REST API to interact with {% data variables.product.prodname_dotcom %} feeds.'
|
||||
intro: >-
|
||||
Use the REST API to interact with {% data variables.product.prodname_dotcom %}
|
||||
feeds.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
title: Notifications
|
||||
intro: 'Use the REST API to manage {% data variables.product.product_name %} notifications.'
|
||||
intro: >-
|
||||
Use the REST API to manage {% data variables.product.product_name %}
|
||||
notifications.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Starring
|
||||
intro: Use the REST API to bookmark a repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Watching
|
||||
intro: Use the REST API to subscribe to notifications for activity in a repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
---
|
||||
title: Enterprise announcement banners
|
||||
shortTitle: Enterprise
|
||||
intro: 'The Enterprise Announcement Banners API allows you to get, set, and remove the announcement banner for your enterprise.'
|
||||
intro: >-
|
||||
The Enterprise Announcement Banners API allows you to get, set, and remove the
|
||||
announcement banner for your enterprise.
|
||||
versions:
|
||||
ghec: '*'
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
title: Organization announcement banners
|
||||
shortTitle: Organization
|
||||
intro: 'The Organization Announcement Banners API allows you to get, set, and remove the announcement banner for your organization.'
|
||||
intro: >-
|
||||
The Organization Announcement Banners API allows you to get, set, and remove
|
||||
the announcement banner for your organization.
|
||||
versions:
|
||||
ghae: '>=3.8'
|
||||
ghec: '*'
|
||||
ghes: '>=3.8'
|
||||
ghae: '>=3.8'
|
||||
allowTitleToDifferFromFilename: true
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
---
|
||||
title: GitHub Apps
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to interact with {% data variables.product.prodname_github_apps %}'
|
||||
intro: >-
|
||||
Use the REST API to interact with {% data
|
||||
variables.product.prodname_github_apps %}
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -2,14 +2,17 @@
|
||||
title: GitHub App installations
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Installations
|
||||
intro: 'Use the REST API to get information about {% data variables.product.prodname_github_app %} installations and perform actions within those installations.'
|
||||
intro: >-
|
||||
Use the REST API to get information about {% data
|
||||
variables.product.prodname_github_app %} installations and perform actions
|
||||
within those installations.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
title: GitHub Marketplace
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Marketplace
|
||||
intro: 'Use the REST API to interact with {% data variables.product.prodname_marketplace %}'
|
||||
intro: >-
|
||||
Use the REST API to interact with {% data
|
||||
variables.product.prodname_marketplace %}
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
---
|
||||
title: OAuth Apps
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to interact with {% data variables.product.prodname_oauth_apps %}'
|
||||
intro: >-
|
||||
Use the REST API to interact with {% data
|
||||
variables.product.prodname_oauth_apps %}
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -2,14 +2,16 @@
|
||||
title: GitHub App webhooks
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Webhooks
|
||||
intro: 'Use the REST API to interact with webhooks for {% data variables.product.prodname_oauth_apps %}'
|
||||
intro: >-
|
||||
Use the REST API to interact with webhooks for {% data
|
||||
variables.product.prodname_oauth_apps %}
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Protected branches
|
||||
intro: Use the REST API to manage protected branches.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Branches
|
||||
intro: Use the REST API to modify branches and their protection settings.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Check Runs
|
||||
intro: Use the REST API to manage check runs.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Check Suites
|
||||
intro: Use the REST API to manage check suites.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
title: Code Scanning
|
||||
intro: 'Use the REST API to retrieve and update {% data variables.product.prodname_code_scanning %} alerts from a repository.'
|
||||
intro: >-
|
||||
Use the REST API to retrieve and update {% data
|
||||
variables.product.prodname_code_scanning %} alerts from a repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
- Code scanning
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Codes of conduct
|
||||
intro: Use the REST API to get information about codes of conduct.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
redirect_from:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Codespaces
|
||||
intro: 'Use the REST API to manage {% data variables.product.prodname_github_codespaces %}.'
|
||||
intro: >-
|
||||
Use the REST API to manage {% data
|
||||
variables.product.prodname_github_codespaces %}.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
title: Codespaces organization secrets
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Organization secrets
|
||||
intro: 'Use the REST API to manage your organization-level {% data variables.product.prodname_codespaces %} secrets.'
|
||||
intro: >-
|
||||
Use the REST API to manage your organization-level {% data
|
||||
variables.product.prodname_codespaces %} secrets.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
|
||||
@@ -2,8 +2,12 @@
|
||||
title: Codespaces repository secrets
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Repository secrets
|
||||
intro: Use the REST API to manage secrets for repositories that the user has access to in a codespace.
|
||||
permissions: 'Users with write access to a repository can manage {% data variables.product.prodname_codespaces %} repository secrets.'
|
||||
intro: >-
|
||||
Use the REST API to manage secrets for repositories that the user has access
|
||||
to in a codespace.
|
||||
permissions: >-
|
||||
Users with write access to a repository can manage {% data
|
||||
variables.product.prodname_codespaces %} repository secrets.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Collaborators
|
||||
intro: Use the REST API to manage collaborators for a repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: Repository invitations
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Invitations
|
||||
intro: Use the REST API to view and manage invitations to collaborate on a repository.
|
||||
intro: >-
|
||||
Use the REST API to view and manage invitations to collaborate on a
|
||||
repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Commit comments
|
||||
intro: Use the REST API to interact with commit comments.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Commits
|
||||
intro: Use the REST API to interact with commits.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Commit statuses
|
||||
intro: Use the REST API to interact with commit statuses.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
title: '{% data variables.product.prodname_dependabot_alerts %}'
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Alerts
|
||||
intro: 'Use the REST API to interact with {% data variables.product.prodname_dependabot %} alerts for a repository.'
|
||||
intro: >-
|
||||
Use the REST API to interact with {% data
|
||||
variables.product.prodname_dependabot %} alerts for a repository.
|
||||
versions:
|
||||
feature: dependabot-alerts-rest-api
|
||||
topics:
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
---
|
||||
title: Dependabot secrets
|
||||
shortTitle: Secrets
|
||||
intro: 'Use the REST API to manage {% data variables.product.prodname_dependabot %} secrets for an organization or repository.'
|
||||
intro: >-
|
||||
Use the REST API to manage {% data variables.product.prodname_dependabot %}
|
||||
secrets for an organization or repository.
|
||||
topics:
|
||||
- API
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
allowTitleToDifferFromFilename: true
|
||||
autogenerated: rest
|
||||
---
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Dependency review
|
||||
intro: Use the REST API to interact with dependency changes.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=3.6'
|
||||
ghec: '*'
|
||||
ghae: '>= 3.6'
|
||||
ghec: '*'
|
||||
ghes: '>=3.6'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Deploy keys
|
||||
intro: Use the REST API to create and manage deploy keys.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -5,9 +5,9 @@ shortTitle: Deployment branch policies
|
||||
intro: Use the REST API to manage custom deployment branch policies.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Deployments
|
||||
intro: Use the REST API to create and delete deployments and deployment environments.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -5,9 +5,9 @@ shortTitle: Environments
|
||||
intro: 'Use the REST API to create, configure, and delete deployment environments.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Deployment statuses
|
||||
intro: Use the REST API to manage deployment statuses.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
title: Emojis
|
||||
intro: 'Use the REST API to list and view all the available emojis to use on {% data variables.product.product_name %}.'
|
||||
intro: >-
|
||||
Use the REST API to list and view all the available emojis to use on {% data
|
||||
variables.product.product_name %}.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
redirect_from:
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
title: Admin stats
|
||||
intro: Use the REST API to retrieve a variety of metrics about your installation.
|
||||
versions:
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
title: Announcement
|
||||
intro: Use the REST API to manage the global announcement banner in your enterprise.
|
||||
versions:
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
title: Audit log
|
||||
intro: Use the REST API to retrieve audit logs for an enterprise.
|
||||
versions:
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
---
|
||||
title: Billing
|
||||
intro: Use the REST API to retrieve the GitHub Advanced Security active committers for an enterprise per repository.
|
||||
intro: >-
|
||||
Use the REST API to retrieve the GitHub Advanced Security active committers
|
||||
for an enterprise per repository.
|
||||
versions:
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
---
|
||||
title: Code security and analysis
|
||||
intro: Use the REST API to manage code security and analysis features for your enterprise.
|
||||
intro: >-
|
||||
Use the REST API to manage code security and analysis features for your
|
||||
enterprise.
|
||||
versions:
|
||||
ghes: '>=3.8'
|
||||
ghec: '*'
|
||||
ghes: '>=3.8'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
title: Global Webhooks
|
||||
intro: Use the REST API to manage global webhooks for your enterprise.
|
||||
versions:
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
---
|
||||
title: LDAP
|
||||
intro: 'Use the REST API to update account relationships between a {% data variables.product.product_name %} user or team and its linked LDAP entry or queue a new synchronization.'
|
||||
intro: >-
|
||||
Use the REST API to update account relationships between a {% data
|
||||
variables.product.product_name %} user or team and its linked LDAP entry or
|
||||
queue a new synchronization.
|
||||
versions:
|
||||
ghes: '*'
|
||||
topics:
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
title: License
|
||||
intro: Use the REST API to retrieve information about your Enterprise license.
|
||||
versions:
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Management Console
|
||||
intro: 'Use the REST API to manage your {% data variables.product.product_name %} installation.'
|
||||
intro: >-
|
||||
Use the REST API to manage your {% data variables.product.product_name %}
|
||||
installation.
|
||||
versions:
|
||||
ghes: '*'
|
||||
topics:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Organization Pre-receive Hooks
|
||||
intro: Use the REST API to view and modify enforcement of the pre-receive hooks that are available to an organization.
|
||||
intro: >-
|
||||
Use the REST API to view and modify enforcement of the pre-receive hooks that
|
||||
are available to an organization.
|
||||
versions:
|
||||
ghes: '*'
|
||||
topics:
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
title: Organizations
|
||||
intro: Use the REST API to create organizations on your enterprise.
|
||||
versions:
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
---
|
||||
title: Pre-receive Environments
|
||||
intro: 'Use the REST API to create, list, update and delete environments for pre-receive hooks.'
|
||||
intro: >-
|
||||
Use the REST API to create, list, update and delete environments for
|
||||
pre-receive hooks.
|
||||
versions:
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Repository Pre-receive Hooks
|
||||
intro: Use the REST API to view and modify enforcement of the pre-receive hooks that are available to a repository.
|
||||
intro: >-
|
||||
Use the REST API to view and modify enforcement of the pre-receive hooks that
|
||||
are available to a repository.
|
||||
versions:
|
||||
ghes: '*'
|
||||
topics:
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
---
|
||||
title: Users
|
||||
intro: 'Use the REST API to suspend{% ifversion ghes %}, unsuspend, promote, and demote{% endif %}{% ifversion ghae %} and unsuspend{% endif %} users on your enterprise.'
|
||||
intro: >-
|
||||
Use the REST API to suspend{% ifversion ghes %}, unsuspend, promote, and
|
||||
demote{% endif %}{% ifversion ghae %} and unsuspend{% endif %} users on your
|
||||
enterprise.
|
||||
versions:
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -5,9 +5,9 @@ shortTitle: Comments
|
||||
intro: Use the REST API to view and modify comments on a gist.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
title: Gists
|
||||
intro: 'Use the REST API to list, create, update and delete the public gists on GitHub.'
|
||||
intro: >-
|
||||
Use the REST API to list, create, update and delete the public gists on
|
||||
GitHub.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: Git blobs
|
||||
shortTitle: Blobs
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to interact with a Git blob (binary large object), the object type used to store the contents of each file in a repository.'
|
||||
intro: >-
|
||||
Use the REST API to interact with a Git blob (binary large object), the object
|
||||
type used to store the contents of each file in a repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: Git commits
|
||||
shortTitle: Commits
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to interact with commit objects in your Git database on {% data variables.product.product_name %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with commit objects in your Git database on {%
|
||||
data variables.product.product_name %}.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
---
|
||||
title: Git references
|
||||
shortTitle: References
|
||||
intro: 'Use the REST API to interact with references in your Git database on {% data variables.product.product_name %}'
|
||||
intro: >-
|
||||
Use the REST API to interact with references in your Git database on {% data
|
||||
variables.product.product_name %}
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: Git tags
|
||||
shortTitle: Tags
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to interact with tag objects in your Git database on {% data variables.product.product_name %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with tag objects in your Git database on {% data
|
||||
variables.product.product_name %}.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: Git trees
|
||||
shortTitle: Trees
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to interact with tree objects in your Git database on {% data variables.product.product_name %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with tree objects in your Git database on {% data
|
||||
variables.product.product_name %}.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
title: Gitignore
|
||||
intro: Use the REST API to get `.gitignore` templates that can be used to ignore files and directories.
|
||||
intro: >-
|
||||
Use the REST API to get `.gitignore` templates that can be used to ignore
|
||||
files and directories.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
redirect_from:
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
---
|
||||
title: Organization interactions
|
||||
shortTitle: Organization
|
||||
intro: 'Use the REST API to temporarily restrict which type of user can comment, open issues, or create pull requests in the organization''s public repositories.'
|
||||
intro: >-
|
||||
Use the REST API to temporarily restrict which type of user can comment, open
|
||||
issues, or create pull requests in the organization's public repositories.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
---
|
||||
title: Repository interactions
|
||||
shortTitle: Repository
|
||||
intro: 'Use the REST API to temporarily restrict which type of user can comment, open issues, or create pull requests in a public repository.'
|
||||
permissions: 'People with owner or admin access to temporarily restrict which type of user can comment, open issues, or create pull requests in a public repository.'
|
||||
intro: >-
|
||||
Use the REST API to temporarily restrict which type of user can comment, open
|
||||
issues, or create pull requests in a public repository.
|
||||
permissions: >-
|
||||
People with owner or admin access to temporarily restrict which type of user
|
||||
can comment, open issues, or create pull requests in a public repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
title: User interactions
|
||||
shortTitle: User
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to temporarily restrict which type of user can comment, open issues, or create pull requests in your public repositories.'
|
||||
intro: >-
|
||||
Use the REST API to temporarily restrict which type of user can comment, open
|
||||
issues, or create pull requests in your public repositories.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
|
||||
@@ -5,9 +5,9 @@ shortTitle: Assignees
|
||||
intro: Use the REST API to manage assignees on issues and pull requests.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -5,9 +5,9 @@ shortTitle: Comments
|
||||
intro: Use the REST API to manage comments on issues and pull requests.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: Issue events
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Events
|
||||
intro: Use the REST API to retrieve events triggered by activity in issues and pull requests.
|
||||
intro: >-
|
||||
Use the REST API to retrieve events triggered by activity in issues and pull
|
||||
requests.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Issues
|
||||
intro: Use the REST API to manage issues and pull requests.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Labels
|
||||
intro: 'Use the REST API to manage labels for repositories, issues and pull requests.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Milestones
|
||||
intro: Use the REST API to manage milestones.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: Timeline events
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Timeline
|
||||
intro: Use the REST API to receive events triggered by timeline activity in issues and pull requests.
|
||||
intro: >-
|
||||
Use the REST API to receive events triggered by timeline activity in issues
|
||||
and pull requests.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
title: Licenses
|
||||
intro: Use the REST API to retrieve popular open source licenses and information about a particular project's license file.
|
||||
intro: >-
|
||||
Use the REST API to retrieve popular open source licenses and information
|
||||
about a particular project's license file.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
redirect_from:
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Markdown
|
||||
intro: Use the REST API to render a markdown document as an HTML page or as raw text.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
redirect_from:
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
---
|
||||
title: Meta
|
||||
intro: 'Use the REST API to get meta information about {% data variables.product.product_name %}, including the IP addresses of {% data variables.product.product_name %} services.'
|
||||
intro: >-
|
||||
Use the REST API to get meta information about {% data
|
||||
variables.product.product_name %}, including the IP addresses of {% data
|
||||
variables.product.product_name %} services.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
redirect_from:
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: Repository statistics
|
||||
shortTitle: Statistics
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to fetch the data that {% data variables.product.product_name %} uses for visualizing different types of repository activity.'
|
||||
intro: >-
|
||||
Use the REST API to fetch the data that {% data variables.product.product_name
|
||||
%} uses for visualizing different types of repository activity.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,12 +2,15 @@
|
||||
title: Organization migrations
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Organizations
|
||||
intro: 'Use the REST API to move a repository from {% data variables.product.prodname_dotcom_the_website %} to {% data variables.product.prodname_ghe_server %}.'
|
||||
intro: >-
|
||||
Use the REST API to move a repository from {% data
|
||||
variables.product.prodname_dotcom_the_website %} to {% data
|
||||
variables.product.prodname_ghe_server %}.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Source imports
|
||||
intro: 'Use the REST API to start an import from a Git, Subversion, Mercurial, or Team Foundation Version Control source repository.'
|
||||
intro: >-
|
||||
Use the REST API to start an import from a Git, Subversion, Mercurial, or Team
|
||||
Foundation Version Control source repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: User migrations
|
||||
allowTitleToDifferFromFilename: true
|
||||
shortTitle: Users
|
||||
intro: 'Use the REST API to review, backup, or migrate your user data stored on {% data variables.product.product_name %}.com.'
|
||||
intro: >-
|
||||
Use the REST API to review, backup, or migrate your user data stored on {%
|
||||
data variables.product.product_name %}.com.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
title: Custom Repository Roles
|
||||
intro: Use the REST API to interact with custom repository roles.
|
||||
versions:
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -5,9 +5,9 @@ shortTitle: Members
|
||||
intro: Use the REST API to manage memberships in your organization.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Organizations
|
||||
intro: Use the REST API to interact with organizations.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Outside Collaborators
|
||||
intro: Use the REST API to manage outside collaborators.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -3,9 +3,9 @@ title: Security Managers
|
||||
intro: Use the REST API to manage security managers in an organization.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '>=3.7'
|
||||
ghae: '>= 3.7'
|
||||
ghec: '*'
|
||||
ghes: '>=3.7'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -5,9 +5,9 @@ shortTitle: Webhooks
|
||||
intro: Use the REST API to interact with webhooks in an organization.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Packages
|
||||
intro: 'Use the REST API to interact with {% data variables.product.prodname_registry %}.'
|
||||
intro: >-
|
||||
Use the REST API to interact with {% data variables.product.prodname_registry
|
||||
%}.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
---
|
||||
title: Pages
|
||||
intro: 'Use the REST API to interact with {% data variables.product.prodname_pages %} sites and builds.'
|
||||
intro: >-
|
||||
Use the REST API to interact with {% data variables.product.prodname_pages %}
|
||||
sites and builds.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
redirect_from:
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: '{% data variables.product.prodname_project_v1_caps %} cards'
|
||||
shortTitle: Cards
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to create and manage cards on a {% data variables.projects.projects_v1_board %}.'
|
||||
intro: >-
|
||||
Use the REST API to create and manage cards on a {% data
|
||||
variables.projects.projects_v1_board %}.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: '{% data variables.product.prodname_project_v1_caps %} collaborators'
|
||||
shortTitle: Collaborators
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to manage collaborators on a {% data variables.projects.projects_v1_board %}.'
|
||||
intro: >-
|
||||
Use the REST API to manage collaborators on a {% data
|
||||
variables.projects.projects_v1_board %}.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: '{% data variables.product.prodname_project_v1_caps %} columns'
|
||||
shortTitle: Columns
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to create and manage columns on a {% data variables.projects.projects_v1_board %}.'
|
||||
intro: >-
|
||||
Use the REST API to create and manage columns on a {% data
|
||||
variables.projects.projects_v1_board %}.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -2,12 +2,14 @@
|
||||
title: '{% data variables.product.prodname_projects_v1_caps %}'
|
||||
shortTitle: Boards
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'Use the REST API to create and manage {% data variables.projects.projects_v1_boards %} in a repository.'
|
||||
intro: >-
|
||||
Use the REST API to create and manage {% data
|
||||
variables.projects.projects_v1_boards %} in a repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
autogenerated: rest
|
||||
|
||||
@@ -4,9 +4,9 @@ shortTitle: Review comments
|
||||
intro: Use the REST API to interact with pull request review comments.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
ghec: '*'
|
||||
ghes: '*'
|
||||
topics:
|
||||
- API
|
||||
allowTitleToDifferFromFilename: true
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user