Skip to content

Update OpenAPI 3.1 Descriptions #3429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
20 changes: 19 additions & 1 deletion descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -95938,7 +95938,7 @@
"unknown"
]
},
"copilot_chat": {
"ide_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
"enum": [
Expand All @@ -95947,6 +95947,24 @@
"unconfigured"
]
},
"platform_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
"enum": [
"enabled",
"disabled",
"unconfigured"
]
},
"cli": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
"enum": [
"enabled",
"disabled",
"unconfigured"
]
},
"seat_management_setting": {
"type": "string",
"description": "The mode of assigning new seats.",
Expand Down
18 changes: 17 additions & 1 deletion descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69195,14 +69195,30 @@ components:
- block
- unconfigured
- unknown
copilot_chat:
ide_chat:
type: string
description: The organization policy for allowing or disallowing organization
members to use Copilot Chat within their editor.
enum:
- enabled
- disabled
- unconfigured
platform_chat:
type: string
description: The organization policy for allowing or disallowing organization
members to use Copilot features within github.com.
enum:
- enabled
- disabled
- unconfigured
cli:
type: string
description: The organization policy for allowing or disallowing organization
members to use Copilot within their CLI.
enum:
- enabled
- disabled
- unconfigured
seat_management_setting:
type: string
description: The mode of assigning new seats.
Expand Down
Loading