Skip to content

Commit f684f8d

Browse files
authored
Merge pull request #3429 from github/openapi-update-ed55a8705082e58cf5aad29a7112ec0d919352669577e46c77d69c260d771506
Update OpenAPI 3.1 Descriptions
2 parents 9f87829 + 43c76b5 commit f684f8d

16 files changed

+288
-16
lines changed

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

+19-1
Original file line numberDiff line numberDiff line change
@@ -95938,7 +95938,7 @@
9593895938
"unknown"
9593995939
]
9594095940
},
95941-
"copilot_chat": {
95941+
"ide_chat": {
9594295942
"type": "string",
9594395943
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
9594495944
"enum": [
@@ -95947,6 +95947,24 @@
9594795947
"unconfigured"
9594895948
]
9594995949
},
95950+
"platform_chat": {
95951+
"type": "string",
95952+
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
95953+
"enum": [
95954+
"enabled",
95955+
"disabled",
95956+
"unconfigured"
95957+
]
95958+
},
95959+
"cli": {
95960+
"type": "string",
95961+
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
95962+
"enum": [
95963+
"enabled",
95964+
"disabled",
95965+
"unconfigured"
95966+
]
95967+
},
9595095968
"seat_management_setting": {
9595195969
"type": "string",
9595295970
"description": "The mode of assigning new seats.",

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

+17-1
Original file line numberDiff line numberDiff line change
@@ -69195,14 +69195,30 @@ components:
6919569195
- block
6919669196
- unconfigured
6919769197
- unknown
69198-
copilot_chat:
69198+
ide_chat:
6919969199
type: string
6920069200
description: The organization policy for allowing or disallowing organization
6920169201
members to use Copilot Chat within their editor.
6920269202
enum:
6920369203
- enabled
6920469204
- disabled
6920569205
- unconfigured
69206+
platform_chat:
69207+
type: string
69208+
description: The organization policy for allowing or disallowing organization
69209+
members to use Copilot features within github.com.
69210+
enum:
69211+
- enabled
69212+
- disabled
69213+
- unconfigured
69214+
cli:
69215+
type: string
69216+
description: The organization policy for allowing or disallowing organization
69217+
members to use Copilot within their CLI.
69218+
enum:
69219+
- enabled
69220+
- disabled
69221+
- unconfigured
6920669222
seat_management_setting:
6920769223
type: string
6920869224
description: The mode of assigning new seats.

0 commit comments

Comments
 (0)