diff --git a/components/release-notes/PatchNotes.tsx b/components/release-notes/PatchNotes.tsx
index ffa733ea75..f28f45b657 100644
--- a/components/release-notes/PatchNotes.tsx
+++ b/components/release-notes/PatchNotes.tsx
@@ -39,7 +39,7 @@ export function PatchNotes({ patch, withReleaseNoteLabel }: Props) {
- {SectionToLabelMap[key] || 'INVALID SECTION'}
+ {`${patch.version}: ${SectionToLabelMap[key]}` || 'INVALID SECTION'}
{sectionItems.map((item, i) => {
diff --git a/content/rest/actions/artifacts.md b/content/rest/actions/artifacts.md
index b3a8cdb39f..e678ae9841 100644
--- a/content/rest/actions/artifacts.md
+++ b/content/rest/actions/artifacts.md
@@ -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
---
diff --git a/content/rest/actions/cache.md b/content/rest/actions/cache.md
index 575a934272..33d67f5388 100644
--- a/content/rest/actions/cache.md
+++ b/content/rest/actions/cache.md
@@ -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:
diff --git a/content/rest/actions/oidc.md b/content/rest/actions/oidc.md
index a9fc032cc3..3230aafb89 100644
--- a/content/rest/actions/oidc.md
+++ b/content/rest/actions/oidc.md
@@ -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:
diff --git a/content/rest/actions/permissions.md b/content/rest/actions/permissions.md
index bc827ffe72..b9c26c6733 100644
--- a/content/rest/actions/permissions.md
+++ b/content/rest/actions/permissions.md
@@ -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
---
diff --git a/content/rest/actions/required-workflows.md b/content/rest/actions/required-workflows.md
index 3640686213..370273c002 100644
--- a/content/rest/actions/required-workflows.md
+++ b/content/rest/actions/required-workflows.md
@@ -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:
diff --git a/content/rest/actions/secrets.md b/content/rest/actions/secrets.md
index e638ec3174..24942b8f04 100644
--- a/content/rest/actions/secrets.md
+++ b/content/rest/actions/secrets.md
@@ -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
---
diff --git a/content/rest/actions/self-hosted-runner-groups.md b/content/rest/actions/self-hosted-runner-groups.md
index 4cc3031b75..234e219d31 100644
--- a/content/rest/actions/self-hosted-runner-groups.md
+++ b/content/rest/actions/self-hosted-runner-groups.md
@@ -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
---
diff --git a/content/rest/actions/self-hosted-runners.md b/content/rest/actions/self-hosted-runners.md
index e0f3694d53..2e6f8b5d57 100644
--- a/content/rest/actions/self-hosted-runners.md
+++ b/content/rest/actions/self-hosted-runners.md
@@ -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
---
diff --git a/content/rest/actions/variables.md b/content/rest/actions/variables.md
index 6636f586e2..30f864dd85 100644
--- a/content/rest/actions/variables.md
+++ b/content/rest/actions/variables.md
@@ -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
---
diff --git a/content/rest/actions/workflow-jobs.md b/content/rest/actions/workflow-jobs.md
index 9d99b7a5bb..37e6d0f495 100644
--- a/content/rest/actions/workflow-jobs.md
+++ b/content/rest/actions/workflow-jobs.md
@@ -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
---
diff --git a/content/rest/actions/workflow-runs.md b/content/rest/actions/workflow-runs.md
index bc459dd715..b0dd87c65f 100644
--- a/content/rest/actions/workflow-runs.md
+++ b/content/rest/actions/workflow-runs.md
@@ -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
---
diff --git a/content/rest/actions/workflows.md b/content/rest/actions/workflows.md
index 53c2b8760b..2df113a8bb 100644
--- a/content/rest/actions/workflows.md
+++ b/content/rest/actions/workflows.md
@@ -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
---
diff --git a/content/rest/activity/events.md b/content/rest/activity/events.md
index 0163d2efcf..cc6f6f3f71 100644
--- a/content/rest/activity/events.md
+++ b/content/rest/activity/events.md
@@ -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
diff --git a/content/rest/activity/feeds.md b/content/rest/activity/feeds.md
index d6bf3ea1af..aba7f3595a 100644
--- a/content/rest/activity/feeds.md
+++ b/content/rest/activity/feeds.md
@@ -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
diff --git a/content/rest/activity/notifications.md b/content/rest/activity/notifications.md
index 9f2d981279..306fb21baf 100644
--- a/content/rest/activity/notifications.md
+++ b/content/rest/activity/notifications.md
@@ -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
diff --git a/content/rest/activity/starring.md b/content/rest/activity/starring.md
index 71c7c28062..e9444955bb 100644
--- a/content/rest/activity/starring.md
+++ b/content/rest/activity/starring.md
@@ -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
diff --git a/content/rest/activity/watching.md b/content/rest/activity/watching.md
index eb4e23ffb1..09e5138cc0 100644
--- a/content/rest/activity/watching.md
+++ b/content/rest/activity/watching.md
@@ -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
diff --git a/content/rest/announcement-banners/enterprises.md b/content/rest/announcement-banners/enterprises.md
index 19ebf01857..d0f70d3408 100644
--- a/content/rest/announcement-banners/enterprises.md
+++ b/content/rest/announcement-banners/enterprises.md
@@ -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
diff --git a/content/rest/announcement-banners/organizations.md b/content/rest/announcement-banners/organizations.md
index 1ec06128ce..3da576ecd2 100644
--- a/content/rest/announcement-banners/organizations.md
+++ b/content/rest/announcement-banners/organizations.md
@@ -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
---
diff --git a/content/rest/apps/apps.md b/content/rest/apps/apps.md
index b6637e25c2..4ac3ec1a21 100644
--- a/content/rest/apps/apps.md
+++ b/content/rest/apps/apps.md
@@ -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
---
diff --git a/content/rest/apps/installations.md b/content/rest/apps/installations.md
index e43804b3fc..a10adbc08e 100644
--- a/content/rest/apps/installations.md
+++ b/content/rest/apps/installations.md
@@ -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
---
diff --git a/content/rest/apps/marketplace.md b/content/rest/apps/marketplace.md
index 434469274e..29d9d2c06c 100644
--- a/content/rest/apps/marketplace.md
+++ b/content/rest/apps/marketplace.md
@@ -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:
diff --git a/content/rest/apps/oauth-applications.md b/content/rest/apps/oauth-applications.md
index f2f8a46891..d7a0931189 100644
--- a/content/rest/apps/oauth-applications.md
+++ b/content/rest/apps/oauth-applications.md
@@ -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
---
diff --git a/content/rest/apps/webhooks.md b/content/rest/apps/webhooks.md
index ac286c9089..57128c6ece 100644
--- a/content/rest/apps/webhooks.md
+++ b/content/rest/apps/webhooks.md
@@ -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
---
diff --git a/content/rest/branches/branch-protection.md b/content/rest/branches/branch-protection.md
index 9dae914da2..6b133cf188 100644
--- a/content/rest/branches/branch-protection.md
+++ b/content/rest/branches/branch-protection.md
@@ -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
diff --git a/content/rest/branches/branches.md b/content/rest/branches/branches.md
index 97a71d0ba0..74ea1cf8b6 100644
--- a/content/rest/branches/branches.md
+++ b/content/rest/branches/branches.md
@@ -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
diff --git a/content/rest/checks/runs.md b/content/rest/checks/runs.md
index 262de60737..0cbf31e850 100644
--- a/content/rest/checks/runs.md
+++ b/content/rest/checks/runs.md
@@ -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
diff --git a/content/rest/checks/suites.md b/content/rest/checks/suites.md
index a9851ed2d4..09576de92f 100644
--- a/content/rest/checks/suites.md
+++ b/content/rest/checks/suites.md
@@ -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
diff --git a/content/rest/code-scanning.md b/content/rest/code-scanning.md
index c5ae264c7e..9c766aff56 100644
--- a/content/rest/code-scanning.md
+++ b/content/rest/code-scanning.md
@@ -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
diff --git a/content/rest/codes-of-conduct.md b/content/rest/codes-of-conduct.md
index 5dffc88d71..d4c811c92e 100644
--- a/content/rest/codes-of-conduct.md
+++ b/content/rest/codes-of-conduct.md
@@ -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:
diff --git a/content/rest/codespaces/codespaces.md b/content/rest/codespaces/codespaces.md
index 53d83daf77..e4ce5ab9f1 100644
--- a/content/rest/codespaces/codespaces.md
+++ b/content/rest/codespaces/codespaces.md
@@ -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: '*'
diff --git a/content/rest/codespaces/organization-secrets.md b/content/rest/codespaces/organization-secrets.md
index 0a628614c7..de2410575e 100644
--- a/content/rest/codespaces/organization-secrets.md
+++ b/content/rest/codespaces/organization-secrets.md
@@ -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: '*'
diff --git a/content/rest/codespaces/repository-secrets.md b/content/rest/codespaces/repository-secrets.md
index 625efea659..fe18ba4f9d 100644
--- a/content/rest/codespaces/repository-secrets.md
+++ b/content/rest/codespaces/repository-secrets.md
@@ -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: '*'
diff --git a/content/rest/collaborators/collaborators.md b/content/rest/collaborators/collaborators.md
index 7145079420..4852509b16 100644
--- a/content/rest/collaborators/collaborators.md
+++ b/content/rest/collaborators/collaborators.md
@@ -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
diff --git a/content/rest/collaborators/invitations.md b/content/rest/collaborators/invitations.md
index 1fad5d102f..21846de153 100644
--- a/content/rest/collaborators/invitations.md
+++ b/content/rest/collaborators/invitations.md
@@ -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
diff --git a/content/rest/commits/comments.md b/content/rest/commits/comments.md
index e0e5a545e5..c8e43f01f7 100644
--- a/content/rest/commits/comments.md
+++ b/content/rest/commits/comments.md
@@ -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
diff --git a/content/rest/commits/commits.md b/content/rest/commits/commits.md
index 49b7c10527..e1ba8c9553 100644
--- a/content/rest/commits/commits.md
+++ b/content/rest/commits/commits.md
@@ -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
diff --git a/content/rest/commits/statuses.md b/content/rest/commits/statuses.md
index 6b72a52d66..890cc3a774 100644
--- a/content/rest/commits/statuses.md
+++ b/content/rest/commits/statuses.md
@@ -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
diff --git a/content/rest/dependabot/alerts.md b/content/rest/dependabot/alerts.md
index e8eda3c2ec..14adf2fe21 100644
--- a/content/rest/dependabot/alerts.md
+++ b/content/rest/dependabot/alerts.md
@@ -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:
diff --git a/content/rest/dependabot/secrets.md b/content/rest/dependabot/secrets.md
index fa214ed8bb..34270cea1e 100644
--- a/content/rest/dependabot/secrets.md
+++ b/content/rest/dependabot/secrets.md
@@ -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
---
diff --git a/content/rest/dependency-graph/dependency-review.md b/content/rest/dependency-graph/dependency-review.md
index 042d817f0a..389a6b5667 100644
--- a/content/rest/dependency-graph/dependency-review.md
+++ b/content/rest/dependency-graph/dependency-review.md
@@ -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
diff --git a/content/rest/deploy-keys.md b/content/rest/deploy-keys.md
index 7eed2e9a03..7aed83828d 100644
--- a/content/rest/deploy-keys.md
+++ b/content/rest/deploy-keys.md
@@ -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
diff --git a/content/rest/deployments/branch-policies.md b/content/rest/deployments/branch-policies.md
index f86e162b5d..659d9f91eb 100644
--- a/content/rest/deployments/branch-policies.md
+++ b/content/rest/deployments/branch-policies.md
@@ -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
diff --git a/content/rest/deployments/deployments.md b/content/rest/deployments/deployments.md
index 8aa4ce36df..44600d3c91 100644
--- a/content/rest/deployments/deployments.md
+++ b/content/rest/deployments/deployments.md
@@ -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
diff --git a/content/rest/deployments/environments.md b/content/rest/deployments/environments.md
index c5507058ae..34755f102b 100644
--- a/content/rest/deployments/environments.md
+++ b/content/rest/deployments/environments.md
@@ -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
diff --git a/content/rest/deployments/statuses.md b/content/rest/deployments/statuses.md
index fe5eaa409b..6dc3f06ebb 100644
--- a/content/rest/deployments/statuses.md
+++ b/content/rest/deployments/statuses.md
@@ -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
diff --git a/content/rest/emojis.md b/content/rest/emojis.md
index 3f44ca83a1..97c4266167 100644
--- a/content/rest/emojis.md
+++ b/content/rest/emojis.md
@@ -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:
diff --git a/content/rest/enterprise-admin/admin-stats.md b/content/rest/enterprise-admin/admin-stats.md
index aeb071062f..03fe3f3e34 100644
--- a/content/rest/enterprise-admin/admin-stats.md
+++ b/content/rest/enterprise-admin/admin-stats.md
@@ -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
diff --git a/content/rest/enterprise-admin/announcement.md b/content/rest/enterprise-admin/announcement.md
index b624a2a145..a116716287 100644
--- a/content/rest/enterprise-admin/announcement.md
+++ b/content/rest/enterprise-admin/announcement.md
@@ -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
diff --git a/content/rest/enterprise-admin/audit-log.md b/content/rest/enterprise-admin/audit-log.md
index d45c7793ac..438c0edc0b 100644
--- a/content/rest/enterprise-admin/audit-log.md
+++ b/content/rest/enterprise-admin/audit-log.md
@@ -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
diff --git a/content/rest/enterprise-admin/billing.md b/content/rest/enterprise-admin/billing.md
index a4bf3430ff..b9f81753c9 100644
--- a/content/rest/enterprise-admin/billing.md
+++ b/content/rest/enterprise-admin/billing.md
@@ -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
diff --git a/content/rest/enterprise-admin/code-security-and-analysis.md b/content/rest/enterprise-admin/code-security-and-analysis.md
index 4d76ac74a7..be64aea67a 100644
--- a/content/rest/enterprise-admin/code-security-and-analysis.md
+++ b/content/rest/enterprise-admin/code-security-and-analysis.md
@@ -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
diff --git a/content/rest/enterprise-admin/global-webhooks.md b/content/rest/enterprise-admin/global-webhooks.md
index 8d2026d066..373f4f658f 100644
--- a/content/rest/enterprise-admin/global-webhooks.md
+++ b/content/rest/enterprise-admin/global-webhooks.md
@@ -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
diff --git a/content/rest/enterprise-admin/ldap.md b/content/rest/enterprise-admin/ldap.md
index 0cf946ea3d..fd4e107ab1 100644
--- a/content/rest/enterprise-admin/ldap.md
+++ b/content/rest/enterprise-admin/ldap.md
@@ -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:
diff --git a/content/rest/enterprise-admin/license.md b/content/rest/enterprise-admin/license.md
index 9218209353..896013140e 100644
--- a/content/rest/enterprise-admin/license.md
+++ b/content/rest/enterprise-admin/license.md
@@ -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
diff --git a/content/rest/enterprise-admin/management-console.md b/content/rest/enterprise-admin/management-console.md
index a41df2b6a0..423c2f6deb 100644
--- a/content/rest/enterprise-admin/management-console.md
+++ b/content/rest/enterprise-admin/management-console.md
@@ -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:
diff --git a/content/rest/enterprise-admin/org-pre-receive-hooks.md b/content/rest/enterprise-admin/org-pre-receive-hooks.md
index 45b2a60770..539a24c083 100644
--- a/content/rest/enterprise-admin/org-pre-receive-hooks.md
+++ b/content/rest/enterprise-admin/org-pre-receive-hooks.md
@@ -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:
diff --git a/content/rest/enterprise-admin/orgs.md b/content/rest/enterprise-admin/orgs.md
index cc7afbec3d..915f860ec0 100644
--- a/content/rest/enterprise-admin/orgs.md
+++ b/content/rest/enterprise-admin/orgs.md
@@ -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
diff --git a/content/rest/enterprise-admin/pre-receive-environments.md b/content/rest/enterprise-admin/pre-receive-environments.md
index 7834a46434..c13a67c880 100644
--- a/content/rest/enterprise-admin/pre-receive-environments.md
+++ b/content/rest/enterprise-admin/pre-receive-environments.md
@@ -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
diff --git a/content/rest/enterprise-admin/repo-pre-receive-hooks.md b/content/rest/enterprise-admin/repo-pre-receive-hooks.md
index b1bbc49332..8e57213543 100644
--- a/content/rest/enterprise-admin/repo-pre-receive-hooks.md
+++ b/content/rest/enterprise-admin/repo-pre-receive-hooks.md
@@ -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:
diff --git a/content/rest/enterprise-admin/users.md b/content/rest/enterprise-admin/users.md
index 56fc91fb4b..4f2a1204e5 100644
--- a/content/rest/enterprise-admin/users.md
+++ b/content/rest/enterprise-admin/users.md
@@ -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
diff --git a/content/rest/gists/comments.md b/content/rest/gists/comments.md
index 8504133b06..eec1c86962 100644
--- a/content/rest/gists/comments.md
+++ b/content/rest/gists/comments.md
@@ -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
diff --git a/content/rest/gists/gists.md b/content/rest/gists/gists.md
index f608a3cec0..9717a5d403 100644
--- a/content/rest/gists/gists.md
+++ b/content/rest/gists/gists.md
@@ -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
diff --git a/content/rest/git/blobs.md b/content/rest/git/blobs.md
index 47dc6d7406..e2f2161394 100644
--- a/content/rest/git/blobs.md
+++ b/content/rest/git/blobs.md
@@ -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
diff --git a/content/rest/git/commits.md b/content/rest/git/commits.md
index 401f80c863..8c0e321061 100644
--- a/content/rest/git/commits.md
+++ b/content/rest/git/commits.md
@@ -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
diff --git a/content/rest/git/refs.md b/content/rest/git/refs.md
index 90adb0d12a..ac4e23dd28 100644
--- a/content/rest/git/refs.md
+++ b/content/rest/git/refs.md
@@ -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
diff --git a/content/rest/git/tags.md b/content/rest/git/tags.md
index 22de8f41c4..a384e7825c 100644
--- a/content/rest/git/tags.md
+++ b/content/rest/git/tags.md
@@ -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
diff --git a/content/rest/git/trees.md b/content/rest/git/trees.md
index 8a4bb5e9cf..062f9737e3 100644
--- a/content/rest/git/trees.md
+++ b/content/rest/git/trees.md
@@ -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
diff --git a/content/rest/gitignore.md b/content/rest/gitignore.md
index e7971590f5..7af18945e7 100644
--- a/content/rest/gitignore.md
+++ b/content/rest/gitignore.md
@@ -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:
diff --git a/content/rest/interactions/orgs.md b/content/rest/interactions/orgs.md
index 658415825a..4997cbf494 100644
--- a/content/rest/interactions/orgs.md
+++ b/content/rest/interactions/orgs.md
@@ -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: '*'
diff --git a/content/rest/interactions/repos.md b/content/rest/interactions/repos.md
index af83fa2300..ee44517ade 100644
--- a/content/rest/interactions/repos.md
+++ b/content/rest/interactions/repos.md
@@ -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: '*'
diff --git a/content/rest/interactions/user.md b/content/rest/interactions/user.md
index de62c2fc02..f8dfaff39e 100644
--- a/content/rest/interactions/user.md
+++ b/content/rest/interactions/user.md
@@ -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: '*'
diff --git a/content/rest/issues/assignees.md b/content/rest/issues/assignees.md
index 5162077dc4..238c2df9ce 100644
--- a/content/rest/issues/assignees.md
+++ b/content/rest/issues/assignees.md
@@ -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
diff --git a/content/rest/issues/comments.md b/content/rest/issues/comments.md
index cd9c30e215..6d878647e5 100644
--- a/content/rest/issues/comments.md
+++ b/content/rest/issues/comments.md
@@ -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
diff --git a/content/rest/issues/events.md b/content/rest/issues/events.md
index 614c178ef5..ec5846904e 100644
--- a/content/rest/issues/events.md
+++ b/content/rest/issues/events.md
@@ -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
diff --git a/content/rest/issues/issues.md b/content/rest/issues/issues.md
index 76da39e078..b6d2ea58a1 100644
--- a/content/rest/issues/issues.md
+++ b/content/rest/issues/issues.md
@@ -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
diff --git a/content/rest/issues/labels.md b/content/rest/issues/labels.md
index a38339bbdb..caddecc6fd 100644
--- a/content/rest/issues/labels.md
+++ b/content/rest/issues/labels.md
@@ -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
diff --git a/content/rest/issues/milestones.md b/content/rest/issues/milestones.md
index 5a33793036..f1733b138e 100644
--- a/content/rest/issues/milestones.md
+++ b/content/rest/issues/milestones.md
@@ -3,9 +3,9 @@ title: Milestones
intro: Use the REST API to manage milestones.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/issues/timeline.md b/content/rest/issues/timeline.md
index c684e2e118..ec2c920a53 100644
--- a/content/rest/issues/timeline.md
+++ b/content/rest/issues/timeline.md
@@ -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
diff --git a/content/rest/licenses.md b/content/rest/licenses.md
index 5d1f6a0b69..e88291f171 100644
--- a/content/rest/licenses.md
+++ b/content/rest/licenses.md
@@ -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:
diff --git a/content/rest/markdown.md b/content/rest/markdown.md
index e8603b3752..ce61ba7a62 100644
--- a/content/rest/markdown.md
+++ b/content/rest/markdown.md
@@ -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:
diff --git a/content/rest/meta.md b/content/rest/meta.md
index 853434227c..6a849d18b4 100644
--- a/content/rest/meta.md
+++ b/content/rest/meta.md
@@ -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:
diff --git a/content/rest/metrics/statistics.md b/content/rest/metrics/statistics.md
index 447766bf2d..06606ecb62 100644
--- a/content/rest/metrics/statistics.md
+++ b/content/rest/metrics/statistics.md
@@ -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
diff --git a/content/rest/migrations/orgs.md b/content/rest/migrations/orgs.md
index 05cb7c812b..152becab8e 100644
--- a/content/rest/migrations/orgs.md
+++ b/content/rest/migrations/orgs.md
@@ -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
diff --git a/content/rest/migrations/source-imports.md b/content/rest/migrations/source-imports.md
index 28031bf872..d805069b55 100644
--- a/content/rest/migrations/source-imports.md
+++ b/content/rest/migrations/source-imports.md
@@ -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: '*'
diff --git a/content/rest/migrations/users.md b/content/rest/migrations/users.md
index d84d801caa..ddb1268b43 100644
--- a/content/rest/migrations/users.md
+++ b/content/rest/migrations/users.md
@@ -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
diff --git a/content/rest/orgs/custom-roles.md b/content/rest/orgs/custom-roles.md
index 29de297f80..6e9f06f111 100644
--- a/content/rest/orgs/custom-roles.md
+++ b/content/rest/orgs/custom-roles.md
@@ -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
diff --git a/content/rest/orgs/members.md b/content/rest/orgs/members.md
index 484022fab0..e75e85c15b 100644
--- a/content/rest/orgs/members.md
+++ b/content/rest/orgs/members.md
@@ -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
diff --git a/content/rest/orgs/orgs.md b/content/rest/orgs/orgs.md
index 6b5c5d776b..553b7a3104 100644
--- a/content/rest/orgs/orgs.md
+++ b/content/rest/orgs/orgs.md
@@ -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
diff --git a/content/rest/orgs/outside-collaborators.md b/content/rest/orgs/outside-collaborators.md
index 55a8289aa3..dccdd57d23 100644
--- a/content/rest/orgs/outside-collaborators.md
+++ b/content/rest/orgs/outside-collaborators.md
@@ -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
diff --git a/content/rest/orgs/security-managers.md b/content/rest/orgs/security-managers.md
index ce6e60e163..872f3cdb97 100644
--- a/content/rest/orgs/security-managers.md
+++ b/content/rest/orgs/security-managers.md
@@ -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
diff --git a/content/rest/orgs/webhooks.md b/content/rest/orgs/webhooks.md
index b66ae56b29..d215d2da01 100644
--- a/content/rest/orgs/webhooks.md
+++ b/content/rest/orgs/webhooks.md
@@ -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
diff --git a/content/rest/packages.md b/content/rest/packages.md
index 35958f2c3b..0ec2ddf9b2 100644
--- a/content/rest/packages.md
+++ b/content/rest/packages.md
@@ -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: '*'
diff --git a/content/rest/pages.md b/content/rest/pages.md
index f1cdadf682..a550ffd8e2 100644
--- a/content/rest/pages.md
+++ b/content/rest/pages.md
@@ -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:
diff --git a/content/rest/projects/cards.md b/content/rest/projects/cards.md
index 0a5a921058..f6de550758 100644
--- a/content/rest/projects/cards.md
+++ b/content/rest/projects/cards.md
@@ -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
diff --git a/content/rest/projects/collaborators.md b/content/rest/projects/collaborators.md
index 3ff6c2ca91..00b2b85cba 100644
--- a/content/rest/projects/collaborators.md
+++ b/content/rest/projects/collaborators.md
@@ -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
diff --git a/content/rest/projects/columns.md b/content/rest/projects/columns.md
index 43dd828f40..59678d217f 100644
--- a/content/rest/projects/columns.md
+++ b/content/rest/projects/columns.md
@@ -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
diff --git a/content/rest/projects/projects.md b/content/rest/projects/projects.md
index c5632a4519..4208a076a7 100644
--- a/content/rest/projects/projects.md
+++ b/content/rest/projects/projects.md
@@ -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
diff --git a/content/rest/pulls/comments.md b/content/rest/pulls/comments.md
index 6db9d2279a..f87557e0e4 100644
--- a/content/rest/pulls/comments.md
+++ b/content/rest/pulls/comments.md
@@ -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
diff --git a/content/rest/pulls/pulls.md b/content/rest/pulls/pulls.md
index a245ee7e2a..f6a2676fef 100644
--- a/content/rest/pulls/pulls.md
+++ b/content/rest/pulls/pulls.md
@@ -3,9 +3,9 @@ title: Pulls
intro: Use the REST API to interact with pull requests.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/pulls/review-requests.md b/content/rest/pulls/review-requests.md
index 49e5ce2572..79dcf2364d 100644
--- a/content/rest/pulls/review-requests.md
+++ b/content/rest/pulls/review-requests.md
@@ -3,9 +3,9 @@ title: Review requests
intro: Use the REST API to interact with review requests.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/pulls/reviews.md b/content/rest/pulls/reviews.md
index 1d4b5e863a..40398d281d 100644
--- a/content/rest/pulls/reviews.md
+++ b/content/rest/pulls/reviews.md
@@ -5,9 +5,9 @@ allowTitleToDifferFromFilename: true
intro: Use the REST API to interact with pull request reviews.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/rate-limit.md b/content/rest/rate-limit.md
index 221572f44a..af0d5c2833 100644
--- a/content/rest/rate-limit.md
+++ b/content/rest/rate-limit.md
@@ -3,9 +3,9 @@ title: Rate limit
intro: Use the REST API to check your current rate limit status.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
redirect_from:
diff --git a/content/rest/reactions.md b/content/rest/reactions.md
index e7944ca9c4..62f32c07f8 100644
--- a/content/rest/reactions.md
+++ b/content/rest/reactions.md
@@ -1,11 +1,13 @@
---
title: Reactions
-intro: 'Use the REST API to interact with reactions on {% data variables.product.prodname_dotcom %}.'
+intro: >-
+ Use the REST API to interact with reactions on {% data
+ variables.product.prodname_dotcom %}.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
redirect_from:
diff --git a/content/rest/releases/assets.md b/content/rest/releases/assets.md
index 07338f7bc9..f401f595be 100644
--- a/content/rest/releases/assets.md
+++ b/content/rest/releases/assets.md
@@ -3,9 +3,9 @@ title: Release Assets
intro: Use the REST API to manage release assets.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
allowTitleToDifferFromFilename: true
diff --git a/content/rest/releases/releases.md b/content/rest/releases/releases.md
index 40f1d92cfa..2cf6c471ae 100644
--- a/content/rest/releases/releases.md
+++ b/content/rest/releases/releases.md
@@ -3,9 +3,9 @@ title: Releases
intro: 'Use the REST API to create, modify, and delete releases and release assets.'
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/repos/autolinks.md b/content/rest/repos/autolinks.md
index 2d29d2aaf1..422ed09d4f 100644
--- a/content/rest/repos/autolinks.md
+++ b/content/rest/repos/autolinks.md
@@ -5,9 +5,9 @@ shortTitle: Autolinks
intro: Use the REST API to add autolinks to external resources.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/repos/contents.md b/content/rest/repos/contents.md
index 33419ca869..0d9fe44c5e 100644
--- a/content/rest/repos/contents.md
+++ b/content/rest/repos/contents.md
@@ -2,12 +2,14 @@
title: Repository contents
allowTitleToDifferFromFilename: true
shortTitle: Contents
-intro: 'Use the REST API to create, modify, and delete Base64 encoded content in a repository.'
+intro: >-
+ Use the REST API to create, modify, and delete Base64 encoded content in a
+ repository.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/repos/forks.md b/content/rest/repos/forks.md
index 2e40ba8488..42bce05921 100644
--- a/content/rest/repos/forks.md
+++ b/content/rest/repos/forks.md
@@ -3,9 +3,9 @@ title: Forks
intro: Use the REST API to manage repository forks.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/repos/lfs.md b/content/rest/repos/lfs.md
index a5c157d420..af0268a825 100644
--- a/content/rest/repos/lfs.md
+++ b/content/rest/repos/lfs.md
@@ -1,11 +1,13 @@
---
title: Git LFS
-intro: 'Use the REST API to enable or disable {% data variables.large_files.product_name_long %} (LFS) for a repository.'
+intro: >-
+ Use the REST API to enable or disable {% data
+ variables.large_files.product_name_long %} (LFS) for a repository.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
allowTitleToDifferFromFilename: true
diff --git a/content/rest/repos/repos.md b/content/rest/repos/repos.md
index bb5a616676..e03bb1f8eb 100644
--- a/content/rest/repos/repos.md
+++ b/content/rest/repos/repos.md
@@ -1,11 +1,13 @@
---
title: Repositories
-intro: 'Use the REST API to manage repositories on {% data variables.product.company_short %}.'
+intro: >-
+ Use the REST API to manage repositories on {% data
+ variables.product.company_short %}.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
allowTitleToDifferFromFilename: true
diff --git a/content/rest/scim.md b/content/rest/scim.md
index f0173a637c..71487f52f7 100644
--- a/content/rest/scim.md
+++ b/content/rest/scim.md
@@ -1,6 +1,8 @@
---
title: SCIM
-intro: Use the REST API to control and manage your GitHub organization members access with SCIM.
+intro: >-
+ Use the REST API to control and manage your GitHub organization members access
+ with SCIM.
versions:
ghec: '*'
topics:
diff --git a/content/rest/search.md b/content/rest/search.md
index b4aa260f61..43dbe2bf2d 100644
--- a/content/rest/search.md
+++ b/content/rest/search.md
@@ -1,11 +1,13 @@
---
title: Search
-intro: 'Use the REST API to search for specific items on {% data variables.product.product_name %}.'
+intro: >-
+ Use the REST API to search for specific items on {% data
+ variables.product.product_name %}.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
redirect_from:
diff --git a/content/rest/secret-scanning.md b/content/rest/secret-scanning.md
index 34f4f7ac60..1c6c199f73 100644
--- a/content/rest/secret-scanning.md
+++ b/content/rest/secret-scanning.md
@@ -3,9 +3,9 @@ title: Secret scanning
intro: Use the REST API to retrieve and update secret alerts from a repository.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
redirect_from:
diff --git a/content/rest/teams/discussion-comments.md b/content/rest/teams/discussion-comments.md
index d7737b01b7..dc4cd32522 100644
--- a/content/rest/teams/discussion-comments.md
+++ b/content/rest/teams/discussion-comments.md
@@ -2,12 +2,14 @@
title: Team discussion comments
allowTitleToDifferFromFilename: true
shortTitle: Discussion comments
-intro: 'Use the REST API to get, create, edit, and delete discussion comments on a [team discussion](/rest/reference/teams#discussions) post.'
+intro: >-
+ Use the REST API to get, create, edit, and delete discussion comments on a
+ [team discussion](/rest/reference/teams#discussions) post.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/teams/discussions.md b/content/rest/teams/discussions.md
index 8e8d18d4f4..0eec157eb4 100644
--- a/content/rest/teams/discussions.md
+++ b/content/rest/teams/discussions.md
@@ -2,12 +2,14 @@
title: Team discussions
allowTitleToDifferFromFilename: true
shortTitle: Discussions
-intro: 'Use the REST API to get, create, edit, and delete discussion posts on a team''s page.'
+intro: >-
+ Use the REST API to get, create, edit, and delete discussion posts on a team's
+ page.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/teams/external-groups.md b/content/rest/teams/external-groups.md
index 313ace614c..9023d03115 100644
--- a/content/rest/teams/external-groups.md
+++ b/content/rest/teams/external-groups.md
@@ -1,6 +1,9 @@
---
title: External groups
-intro: Use the REST API to view the external identity provider groups that are available to your organization and manage the connection between external groups and teams in your organization.
+intro: >-
+ Use the REST API to view the external identity provider groups that are
+ available to your organization and manage the connection between external
+ groups and teams in your organization.
versions:
ghae: '*'
ghec: '*'
diff --git a/content/rest/teams/members.md b/content/rest/teams/members.md
index 12b1d1e01a..65ce220f5e 100644
--- a/content/rest/teams/members.md
+++ b/content/rest/teams/members.md
@@ -1,13 +1,15 @@
---
title: Team members
-intro: 'Use the REST API to create and manage membership of teams in your {% data variables.product.product_name %} organization.'
+intro: >-
+ Use the REST API to create and manage membership of teams in your {% data
+ variables.product.product_name %} organization.
allowTitleToDifferFromFilename: true
shortTitle: Members
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/teams/team-sync.md b/content/rest/teams/team-sync.md
index 72cc0ee416..1e15c27970 100644
--- a/content/rest/teams/team-sync.md
+++ b/content/rest/teams/team-sync.md
@@ -1,6 +1,9 @@
---
title: Team synchronization
-intro: 'Use the REST API to manage connections between {% data variables.product.product_name %} teams and external identity provider (IdP) groups.'
+intro: >-
+ Use the REST API to manage connections between {% data
+ variables.product.product_name %} teams and external identity provider (IdP)
+ groups.
versions:
ghec: '*'
topics:
diff --git a/content/rest/teams/teams.md b/content/rest/teams/teams.md
index a9c9e00b3c..67244a07ba 100644
--- a/content/rest/teams/teams.md
+++ b/content/rest/teams/teams.md
@@ -1,11 +1,13 @@
---
title: Teams
-intro: 'Use the REST API to create and manage teams in your {% data variables.product.product_name %} organization.'
+intro: >-
+ Use the REST API to create and manage teams in your {% data
+ variables.product.product_name %} organization.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/users/emails.md b/content/rest/users/emails.md
index e2a4249e62..d0a5fba271 100644
--- a/content/rest/users/emails.md
+++ b/content/rest/users/emails.md
@@ -3,8 +3,8 @@ title: Emails
intro: Use the REST API to manage email addresses of authenticated users.
versions:
fpt: '*'
- ghes: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/users/followers.md b/content/rest/users/followers.md
index 9a8caa9b1d..93f10607df 100644
--- a/content/rest/users/followers.md
+++ b/content/rest/users/followers.md
@@ -3,9 +3,9 @@ title: Followers
intro: Use the REST API to get information about followers of authenticated users.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/users/gpg-keys.md b/content/rest/users/gpg-keys.md
index 050df5a6b6..dc19c6272d 100644
--- a/content/rest/users/gpg-keys.md
+++ b/content/rest/users/gpg-keys.md
@@ -3,9 +3,9 @@ title: GPG Keys
intro: Use the REST API to manage GPG keys of authenticated users.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/users/keys.md b/content/rest/users/keys.md
index ff9b0c17e8..16a4c2d88a 100644
--- a/content/rest/users/keys.md
+++ b/content/rest/users/keys.md
@@ -3,9 +3,9 @@ title: Git SSH Keys
intro: Use the REST API to manage Git SSH keys of authenticated users.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
allowTitleToDifferFromFilename: true
diff --git a/content/rest/users/ssh-signing-keys.md b/content/rest/users/ssh-signing-keys.md
index 70a2046934..b237fbbc89 100644
--- a/content/rest/users/ssh-signing-keys.md
+++ b/content/rest/users/ssh-signing-keys.md
@@ -3,8 +3,8 @@ title: SSH signing keys
intro: Use the REST API to manage SSH signing keys of authenticated users.
versions:
fpt: '*'
- ghes: '>=3.7'
ghec: '*'
+ ghes: '>=3.7'
topics:
- API
allowTitleToDifferFromFilename: true
diff --git a/content/rest/users/users.md b/content/rest/users/users.md
index bd9364a8b2..2c81fd94db 100644
--- a/content/rest/users/users.md
+++ b/content/rest/users/users.md
@@ -1,11 +1,13 @@
---
title: Users
-intro: Use the REST API to get public and private information about authenticated users.
+intro: >-
+ Use the REST API to get public and private information about authenticated
+ users.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
autogenerated: rest
diff --git a/content/rest/webhooks/repo-config.md b/content/rest/webhooks/repo-config.md
index 6a6742369e..da5bf63abc 100644
--- a/content/rest/webhooks/repo-config.md
+++ b/content/rest/webhooks/repo-config.md
@@ -3,9 +3,9 @@ title: Repository Webhook Configuration
intro: Use the REST API to manage the configuration for repository webhooks.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
allowTitleToDifferFromFilename: true
diff --git a/content/rest/webhooks/repo-deliveries.md b/content/rest/webhooks/repo-deliveries.md
index 66a7a4ba8d..2ef7fd3f89 100644
--- a/content/rest/webhooks/repo-deliveries.md
+++ b/content/rest/webhooks/repo-deliveries.md
@@ -3,9 +3,9 @@ title: Repository Webhook Deliveries
intro: Use the REST API interact with deliveries of repository webhooks.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
allowTitleToDifferFromFilename: true
diff --git a/content/rest/webhooks/repos.md b/content/rest/webhooks/repos.md
index 145282f038..d364524c33 100644
--- a/content/rest/webhooks/repos.md
+++ b/content/rest/webhooks/repos.md
@@ -3,9 +3,9 @@ title: Repository Webhooks
intro: Use the REST API to manage repository webhooks.
versions:
fpt: '*'
- ghes: '*'
ghae: '*'
ghec: '*'
+ ghes: '*'
topics:
- API
allowTitleToDifferFromFilename: true