Skip to content

Commit 9f87829

Browse files
authored
Merge pull request #3428 from github/openapi-update-1d3c4aa0e9736ef7061aae6d3a62c3806b907c2572c5f66a516b38db8baf61ce
Update OpenAPI 3.0 Descriptions
2 parents 9c5dc44 + f6d732f commit 9f87829

16 files changed

+288
-16
lines changed

descriptions/api.github.com/api.github.com.2022-11-28.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94292,7 +94292,7 @@
9429294292
"unknown"
9429394293
]
9429494294
},
94295-
"copilot_chat": {
94295+
"ide_chat": {
9429694296
"type": "string",
9429794297
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
9429894298
"enum": [
@@ -94301,6 +94301,24 @@
9430194301
"unconfigured"
9430294302
]
9430394303
},
94304+
"platform_chat": {
94305+
"type": "string",
94306+
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
94307+
"enum": [
94308+
"enabled",
94309+
"disabled",
94310+
"unconfigured"
94311+
]
94312+
},
94313+
"cli": {
94314+
"type": "string",
94315+
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
94316+
"enum": [
94317+
"enabled",
94318+
"disabled",
94319+
"unconfigured"
94320+
]
94321+
},
9430494322
"seat_management_setting": {
9430594323
"type": "string",
9430694324
"description": "The mode of assigning new seats.",

descriptions/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68497,14 +68497,30 @@ components:
6849768497
- block
6849868498
- unconfigured
6849968499
- unknown
68500-
copilot_chat:
68500+
ide_chat:
6850168501
type: string
6850268502
description: The organization policy for allowing or disallowing organization
6850368503
members to use Copilot Chat within their editor.
6850468504
enum:
6850568505
- enabled
6850668506
- disabled
6850768507
- unconfigured
68508+
platform_chat:
68509+
type: string
68510+
description: The organization policy for allowing or disallowing organization
68511+
members to use Copilot features within github.com.
68512+
enum:
68513+
- enabled
68514+
- disabled
68515+
- unconfigured
68516+
cli:
68517+
type: string
68518+
description: The organization policy for allowing or disallowing organization
68519+
members to use Copilot within their CLI.
68520+
enum:
68521+
- enabled
68522+
- disabled
68523+
- unconfigured
6850868524
seat_management_setting:
6850968525
type: string
6851068526
description: The mode of assigning new seats.

0 commit comments

Comments
 (0)