diff options
author | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-02-12 14:16:48 -0800 |
---|---|---|
committer | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-02-12 14:16:48 -0800 |
commit | 33dcf02e05754c0561a37533a0b8061154d5f7e4 (patch) | |
tree | 2c9bf909bed0274f78bd6e04147d9cdc9ecd814e /descriptions/api.github.com/dereferenced | |
parent | a06f88d7e84c4fde21c3d915cd510e858f0c8fe5 (diff) | |
download | rest-api-description-33dcf02e05754c0561a37533a0b8061154d5f7e4.tar.gz rest-api-description-33dcf02e05754c0561a37533a0b8061154d5f7e4.zip |
Update OpenAPI 3.0 Descriptions
Diffstat (limited to 'descriptions/api.github.com/dereferenced')
4 files changed, 32 insertions, 40 deletions
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index ce4a6ea6e..04d0efe49 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -74279,7 +74279,7 @@ "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": { @@ -74297,7 +74297,7 @@ }, "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", @@ -74311,17 +74311,16 @@ }, "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" + "unconfigured" ] }, "ide_chat": { "type": "string", - "description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.", + "description": "The organization policy for allowing or disallowing Copilot Chat in the IDE.", "enum": [ "enabled", "disabled", @@ -74330,7 +74329,7 @@ }, "platform_chat": { "type": "string", - "description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.", + "description": "The organization policy for allowing or disallowing Copilot features on GitHub.com.", "enum": [ "enabled", "disabled", @@ -74339,7 +74338,7 @@ }, "cli": { "type": "string", - "description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.", + "description": "The organization policy for allowing or disallowing Copilot in the CLI.", "enum": [ "enabled", "disabled", @@ -74361,8 +74360,7 @@ "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.", "enum": [ "business", - "enterprise", - "unknown" + "enterprise" ] } }, 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 diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index ce4a6ea6e..04d0efe49 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -74279,7 +74279,7 @@ "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": { @@ -74297,7 +74297,7 @@ }, "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", @@ -74311,17 +74311,16 @@ }, "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" + "unconfigured" ] }, "ide_chat": { "type": "string", - "description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.", + "description": "The organization policy for allowing or disallowing Copilot Chat in the IDE.", "enum": [ "enabled", "disabled", @@ -74330,7 +74329,7 @@ }, "platform_chat": { "type": "string", - "description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.", + "description": "The organization policy for allowing or disallowing Copilot features on GitHub.com.", "enum": [ "enabled", "disabled", @@ -74339,7 +74338,7 @@ }, "cli": { "type": "string", - "description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.", + "description": "The organization policy for allowing or disallowing Copilot in the CLI.", "enum": [ "enabled", "disabled", @@ -74361,8 +74360,7 @@ "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.", "enum": [ "business", - "enterprise", - "unknown" + "enterprise" ] } }, diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 13b377041..e5cac3b06 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.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 |