Skip to content

Commit b711266

Browse files
authored
Merge pull request #40415 from github/repo-sync
Repo sync
2 parents bd3096f + 0ec34c6 commit b711266

File tree

23 files changed

+128911
-39976
lines changed

23 files changed

+128911
-39976
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: REST API endpoints for enterprise access verification
3+
shortTitle: Enterprise access verification
4+
intro: 'Use the REST API to manage enterprise access verification configuration in your {% data variables.product.github %} enterprise.'
5+
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
6+
ghec: '*'
7+
topics:
8+
- API
9+
autogenerated: rest
10+
allowTitleToDifferFromFilename: true
11+
---
12+
13+
<!-- Content after this section is automatically generated -->

content/rest/enterprise-admin/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ children:
2020
- /bypass-requests
2121
- /code-security-and-analysis
2222
- /custom-properties
23+
- /enterprises
2324
- /global-webhooks
2425
- /ldap
2526
- /license
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: REST API endpoints for enterprise team memberships
3+
shortTitle: Enterprise team members
4+
intro: >-
5+
Use the REST API to create and manage membership of enterprise teams in your {% data
6+
variables.product.github %} enterprise.
7+
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
8+
fpt: '*'
9+
ghec: '*'
10+
topics:
11+
- API
12+
autogenerated: rest
13+
allowTitleToDifferFromFilename: true
14+
---
15+
16+
## About enterprise team members
17+
18+
{% data reusables.enterprise.enterprise-team-api %}
19+
20+
<!-- Content after this section is automatically generated -->
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: REST API endpoints for enterprise team members
3+
shortTitle: Enterprise teams
4+
intro: 'Use the REST API to create and manage enterprise teams in your {% data variables.product.github %} enterprise.'
5+
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
6+
fpt: '*'
7+
ghec: '*'
8+
topics:
9+
- API
10+
autogenerated: rest
11+
allowTitleToDifferFromFilename: true
12+
---
13+
14+
## About enterprise teams
15+
16+
{% data reusables.enterprise.enterprise-team-api %}
17+
18+
<!-- Content after this section is automatically generated -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Enterprise teams
3+
topics:
4+
- API
5+
autogenerated: rest
6+
allowTitleToDifferFromFilename: true
7+
intro: 'Use the REST API to create and manage enterprise teams in your {% data variables.product.github %} enterprise.'
8+
children:
9+
- /enterprise-teams
10+
- /enterprise-team-members
11+
versions:
12+
fpt: '*'
13+
ghec: '*'
14+
---
15+

content/rest/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ children:
6363
- /deployments
6464
- /emojis
6565
- /enterprise-admin
66+
- /enterprise-teams
6667
- /gists
6768
- /git
6869
- /gitignore
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
> [!NOTE]
2+
> These endpoints are currently in {% data variables.release-phases.public_preview %} and subject to change.
3+
>
4+
> This API documentation is for enterprises on {% data variables.product.prodname_ghe_cloud %}.
5+
>
6+
> If your enterprise is Copilot Business for non-GHE, please refer to the early access documentation link that was previously shared to you.
7+
8+
These endpoints are only available to authenticated members of the enterprise team's enterprise with classic {% data variables.product.pat_generic_plural %} with the `read:enterprise` [scope](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps) for `GET` APIs and `admin:enterprise` for other APIs.
9+
10+
These endpoints are not compatible with {% data variables.product.pat_v2_plural %} or GitHub App access tokens.
11+
12+
{% data variables.product.prodname_dotcom %} generates the enterprise team's `slug` from the team `name` and adds the `ent:` prefix.

0 commit comments

Comments
 (0)