Skip to content

Commit 52181d6

Browse files
authored
Merge pull request #23023 from github/repo-sync
repo sync
2 parents 3bdf8f3 + 0eb3849 commit 52181d6

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

content/rest/billing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Billing
3-
intro: The Billing API lets you get billing information for an enterprise.
3+
intro: Use the REST API to get billing information for an enterprise.
44
topics:
55
- API
66
miniTocMaxHeadingLevel: 3
@@ -12,6 +12,6 @@ redirect_from:
1212
- /rest/reference/billing
1313
---
1414

15-
## About the Billing API
15+
## About billing
1616

17-
You can get billing information for an enterprise. For more information, see the "[{% data variables.product.prodname_dotcom %} Enterprise administration](/rest/reference/enterprise-admin#billing)" REST API.
17+
You can get billing information for an enterprise. For more information, see "[{% data variables.product.prodname_dotcom %} Enterprise administration](/rest/reference/enterprise-admin#billing)."

content/rest/branches/branch-protection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Protected branches
3-
intro: ''
3+
intro: 'Use the REST API to manage protected branches.'
44
versions:
55
fpt: '*'
66
ghes: '*'

content/rest/branches/branches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Branches
3-
intro: The Branches API allows you to modify branches and their protection settings.
3+
intro: Use the REST API to modify branches and their protection settings.
44
versions:
55
fpt: '*'
66
ghes: '*'

content/rest/branches/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Branches
3-
intro: The branches API allows you to modify branches and their protection settings.
3+
intro: Use the REST API to modify branches and their protection settings.
44
allowTitleToDifferFromFilename: true
55
versions:
66
fpt: '*'

content/rest/checks/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Checks
3-
intro: 'With the Checks API, you can build {% data variables.product.prodname_github_apps %} that run powerful checks against the code changes in a repository.'
3+
intro: 'Use the REST API to build {% data variables.product.prodname_github_apps %} that run powerful checks against the code changes in a repository.'
44
redirect_from:
55
- /v3/checks
66
- /rest/reference/checks
@@ -17,4 +17,4 @@ children:
1717
- /suites
1818
---
1919

20-
You can create apps that perform continuous integration, code linting, or code scanning services and provide detailed feedback on commits. For more information, see "[Getting started with the checks API](/rest/guides/getting-started-with-the-checks-api)" and "[Creating CI tests with the Checks API](/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/)."
20+
You can create apps that perform continuous integration, code linting, or code scanning services and provide detailed feedback on commits. For more information, see "[Using the REST API to interact with checks](/rest/guides/using-the-rest-api-to-interact-with-checks)" and "[Creating CI tests with the Checks API](/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/)."

content/rest/checks/runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Check Runs
3-
intro: ''
3+
intro: 'Use the REST API to manage check runs.'
44
versions:
55
fpt: '*'
66
ghes: '*'

content/rest/checks/suites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Check Suites
3-
intro: ''
3+
intro: 'Use the REST API to manage check suites.'
44
versions:
55
fpt: '*'
66
ghes: '*'

content/rest/code-scanning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Code Scanning
3-
intro: 'The {% data variables.product.prodname_code_scanning %} API lets you retrieve and update {% data variables.product.prodname_code_scanning %} alerts from a repository.'
3+
intro: 'Use the REST API to retrieve and update {% data variables.product.prodname_code_scanning %} alerts from a repository.'
44
versions:
55
fpt: '*'
66
ghes: '*'
@@ -17,13 +17,13 @@ redirect_from:
1717

1818
{% data reusables.code-scanning.beta %}
1919

20-
## About the Code scanning API
20+
## About code scanning
2121

22-
The {% data variables.product.prodname_code_scanning %} API lets you retrieve and update {% data variables.product.prodname_code_scanning %} alerts from a repository. You can use the endpoints to create automated reports for the {% data variables.product.prodname_code_scanning %} alerts in an organization or upload analysis results generated using offline {% data variables.product.prodname_code_scanning %} tools. For more information, see "[Finding security vulnerabilities and errors in your code](/github/finding-security-vulnerabilities-and-errors-in-your-code)."
22+
You can retrieve and update {% data variables.product.prodname_code_scanning %} alerts from a repository. You can use the endpoints to create automated reports for the {% data variables.product.prodname_code_scanning %} alerts in an organization or upload analysis results generated using offline {% data variables.product.prodname_code_scanning %} tools. For more information, see "[Finding security vulnerabilities and errors in your code](/github/finding-security-vulnerabilities-and-errors-in-your-code)."
2323

2424
### Custom media type for {% data variables.product.prodname_code_scanning %}
2525

26-
There is one supported custom media type for the {% data variables.product.prodname_code_scanning %} REST API.
26+
There is one supported custom media type for {% data variables.product.prodname_code_scanning %} endpoints.
2727

2828
application/sarif+json
2929

content/rest/collaborators/collaborators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Collaborators
3-
intro: The Collaborators API allows you manage collaborators for a repository.
3+
intro: Use the REST API to manage collaborators for a repository.
44
versions:
55
fpt: '*'
66
ghes: '*'

content/rest/collaborators/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Collaborators
3-
intro: 'The Collaborators API allows you to add, invite, and remove collaborators from a repository.'
3+
intro: 'Use the REST API to add, invite, and remove collaborators from a repository.'
44
allowTitleToDifferFromFilename: true
55
versions:
66
fpt: '*'

0 commit comments

Comments
 (0)