summaryrefslogtreecommitdiffstats
path: root/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml
diff options
context:
space:
mode:
authorgithub-openapi-bot <security+github-openapi-bot@github.com>2025-02-12 14:16:48 -0800
committergithub-openapi-bot <security+github-openapi-bot@github.com>2025-02-12 14:16:48 -0800
commit33dcf02e05754c0561a37533a0b8061154d5f7e4 (patch)
tree2c9bf909bed0274f78bd6e04147d9cdc9ecd814e /descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml
parenta06f88d7e84c4fde21c3d915cd510e858f0c8fe5 (diff)
downloadrest-api-description-33dcf02e05754c0561a37533a0b8061154d5f7e4.tar.gz
rest-api-description-33dcf02e05754c0561a37533a0b8061154d5f7e4.zip
Update OpenAPI 3.0 Descriptions
Diffstat (limited to 'descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml')
-rw-r--r--descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml18
1 files changed, 8 insertions, 10 deletions
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml
index 13b377041..e5cac3b06 100644
--- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml
+++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml
@@ -23119,7 +23119,7 @@ paths:
type: object
properties:
seat_breakdown:
- title: Copilot Business Seat Breakdown
+ title: Copilot Seat Breakdown
description: The breakdown of Copilot Business seats for the organization.
type: object
properties:
@@ -23136,8 +23136,8 @@ paths:
at the end of the current billing cycle.
pending_invitation:
type: integer
- description: The number of seats that have been assigned to
- users that have not yet accepted an invitation to this organization.
+ description: The number of users who have been invited to
+ receive a Copilot seat through this organization.
active_this_cycle:
type: integer
description: The number of seats that have used Copilot during
@@ -23148,17 +23148,16 @@ paths:
during the current billing cycle.
public_code_suggestions:
type: string
- description: The organization policy for allowing or disallowing
- Copilot to make suggestions that match public code.
+ description: The organization policy for allowing or blocking
+ suggestions matching public code (duplication detection filter).
enum:
- allow
- block
- unconfigured
- - unknown
ide_chat:
type: string
description: The organization policy for allowing or disallowing
- organization members to use Copilot Chat within their editor.
+ Copilot Chat in the IDE.
enum:
- enabled
- disabled
@@ -23166,7 +23165,7 @@ paths:
platform_chat:
type: string
description: The organization policy for allowing or disallowing
- organization members to use Copilot features within github.com.
+ Copilot features on GitHub.com.
enum:
- enabled
- disabled
@@ -23174,7 +23173,7 @@ paths:
cli:
type: string
description: The organization policy for allowing or disallowing
- organization members to use Copilot within their CLI.
+ Copilot in the CLI.
enum:
- enabled
- disabled
@@ -23194,7 +23193,6 @@ paths:
enum:
- business
- enterprise
- - unknown
required:
- seat_breakdown
- public_code_suggestions