Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/copilot/concepts/billing/copilot-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following {% data variables.product.prodname_copilot_short %} features can u

If you use **{% data variables.copilot.copilot_free_short %}**, your plan comes with up to 2,000 code completion requests and up to 50 premium requests per month. All chat interactions count as premium requests.

If you're on a **paid plan**, you get unlimited code completions and unlimited chat interactions using the included models ({% data variables.copilot.copilot_gpt_41 %} and {% data variables.copilot.copilot_gpt_4o %}. Rate limiting is in place to accommodate for high demand. See [AUTOTITLE](/copilot/concepts/rate-limits).
If you're on a **paid plan**, you get unlimited code completions and unlimited chat interactions using the included models ({% data variables.copilot.copilot_gpt_41 %} and {% data variables.copilot.copilot_gpt_4o %}). Rate limiting is in place to accommodate for high demand. See [AUTOTITLE](/copilot/concepts/rate-limits).

Paid plans also receive a monthly allowance of premium requests, which can be used for advanced chat interactions, code completions using premium models, and other premium features. For an overview of the amount of premium requests included in each plan, see [AUTOTITLE](/copilot/about-github-copilot/subscription-plans-for-github-copilot#comparing-copilot-plans).

Expand Down
13 changes: 13 additions & 0 deletions content/rest/enterprise-admin/enterprises.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: REST API endpoints for enterprise access verification
shortTitle: Enterprise access verification
intro: 'Use the REST API to manage enterprise access verification configuration in your {% data variables.product.github %} enterprise.'
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
ghec: '*'
topics:
- API
autogenerated: rest
allowTitleToDifferFromFilename: true
---

<!-- Content after this section is automatically generated -->
1 change: 1 addition & 0 deletions content/rest/enterprise-admin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ children:
- /bypass-requests
- /code-security-and-analysis
- /custom-properties
- /enterprises
- /global-webhooks
- /ldap
- /license
Expand Down
20 changes: 20 additions & 0 deletions content/rest/enterprise-teams/enterprise-team-members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: REST API endpoints for enterprise team memberships
shortTitle: Enterprise team members
intro: >-
Use the REST API to create and manage membership of enterprise teams in your {% data
variables.product.github %} enterprise.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
topics:
- API
autogenerated: rest
allowTitleToDifferFromFilename: true
---

## About enterprise team members

{% data reusables.enterprise.enterprise-team-api %}

<!-- Content after this section is automatically generated -->
18 changes: 18 additions & 0 deletions content/rest/enterprise-teams/enterprise-teams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: REST API endpoints for enterprise team members
shortTitle: Enterprise teams
intro: 'Use the REST API to create and manage enterprise teams in your {% data variables.product.github %} enterprise.'
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
topics:
- API
autogenerated: rest
allowTitleToDifferFromFilename: true
---

## About enterprise teams

{% data reusables.enterprise.enterprise-team-api %}

<!-- Content after this section is automatically generated -->
15 changes: 15 additions & 0 deletions content/rest/enterprise-teams/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Enterprise teams
topics:
- API
autogenerated: rest
allowTitleToDifferFromFilename: true
intro: 'Use the REST API to create and manage enterprise teams in your {% data variables.product.github %} enterprise.'
children:
- /enterprise-teams
- /enterprise-team-members
versions:
fpt: '*'
ghec: '*'
---

1 change: 1 addition & 0 deletions content/rest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ children:
- /deployments
- /emojis
- /enterprise-admin
- /enterprise-teams
- /gists
- /git
- /gitignore
Expand Down
12 changes: 12 additions & 0 deletions data/reusables/enterprise/enterprise-team-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
> [!NOTE]
> These endpoints are currently in {% data variables.release-phases.public_preview %} and subject to change.
>
> This API documentation is for enterprises on {% data variables.product.prodname_ghe_cloud %}.
>
> If your enterprise is Copilot Business for non-GHE, please refer to the early access documentation link that was previously shared to you.

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.

These endpoints are not compatible with {% data variables.product.pat_v2_plural %} or GitHub App access tokens.

{% data variables.product.prodname_dotcom %} generates the enterprise team's `slug` from the team `name` and adds the `ent:` prefix.
Loading
Loading