Skip to content

Commit 6b266a1

Browse files
authored
Merge pull request #4046 from github/openapi-update-954d46b4f7f3d43a1f833ad7f33e8e2dfe8dfa243202811daffe95e45142f81a
Update OpenAPI 3.1 Descriptions
2 parents d284efb + 61ee9cf commit 6b266a1

16 files changed

+404
-8
lines changed

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

+22-1
Original file line numberDiff line numberDiff line change
@@ -93406,6 +93406,15 @@
9340693406
"type": "string",
9340793407
"format": "date-time",
9340893408
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
93409+
},
93410+
"plan_type": {
93411+
"type": "string",
93412+
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
93413+
"enum": [
93414+
"business",
93415+
"enterprise",
93416+
"unknown"
93417+
]
9340993418
}
9341093419
},
9341193420
"required": [
@@ -99605,6 +99614,15 @@
9960599614
"disabled",
9960699615
"unconfigured"
9960799616
]
99617+
},
99618+
"plan_type": {
99619+
"type": "string",
99620+
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
99621+
"enum": [
99622+
"business",
99623+
"enterprise",
99624+
"unknown"
99625+
]
9960899626
}
9960999627
},
9961099628
"required": [
@@ -270401,6 +270419,7 @@
270401270419
"pending_cancellation_date": null,
270402270420
"last_activity_at": "2021-10-14T00:53:32-06:00",
270403270421
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
270422+
"plan_type": "business",
270404270423
"assignee": {
270405270424
"login": "octocat",
270406270425
"id": 1,
@@ -274566,7 +274585,8 @@
274566274585
"ide_chat": "enabled",
274567274586
"platform_chat": "enabled",
274568274587
"cli": "enabled",
274569-
"public_code_suggestions": "block"
274588+
"public_code_suggestions": "block",
274589+
"plan_type": "business"
274570274590
}
274571274591
},
274572274592
"organization-dependabot-secret-paginated": {
@@ -275170,6 +275190,7 @@
275170275190
"pending_cancellation_date": null,
275171275191
"last_activity_at": "2021-10-14T00:53:32-06:00",
275172275192
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
275193+
"plan_type": "business",
275173275194
"assignee": {
275174275195
"login": "octocat",
275175275196
"id": 1,

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

+19
Original file line numberDiff line numberDiff line change
@@ -67565,6 +67565,14 @@ components:
6756567565
format: date-time
6756667566
description: Timestamp of when the assignee's GitHub Copilot access was
6756767567
last updated, in ISO 8601 format.
67568+
plan_type:
67569+
type: string
67570+
description: The Copilot plan of the organization, or the parent enterprise,
67571+
when applicable.
67572+
enum:
67573+
- business
67574+
- enterprise
67575+
- unknown
6756867576
required:
6756967577
- assignee
6757067578
- created_at
@@ -72210,6 +72218,14 @@ components:
7221072218
- assign_selected
7221172219
- disabled
7221272220
- unconfigured
72221+
plan_type:
72222+
type: string
72223+
description: The Copilot plan of the organization, or the parent enterprise,
72224+
when applicable.
72225+
enum:
72226+
- business
72227+
- enterprise
72228+
- unknown
7221372229
required:
7221472230
- seat_breakdown
7221572231
- public_code_suggestions
@@ -199336,6 +199352,7 @@ components:
199336199352
pending_cancellation_date:
199337199353
last_activity_at: '2021-10-14T00:53:32-06:00'
199338199354
last_activity_editor: vscode/1.77.3/copilot/1.86.82
199355+
plan_type: business
199339199356
assignee:
199340199357
login: octocat
199341199358
id: 1
@@ -202921,6 +202938,7 @@ components:
202921202938
platform_chat: enabled
202922202939
cli: enabled
202923202940
public_code_suggestions: block
202941+
plan_type: business
202924202942
organization-dependabot-secret-paginated:
202925202943
value:
202926202944
total_count: 3
@@ -203432,6 +203450,7 @@ components:
203432203450
pending_cancellation_date:
203433203451
last_activity_at: '2021-10-14T00:53:32-06:00'
203434203452
last_activity_editor: vscode/1.77.3/copilot/1.86.82
203453+
plan_type: business
203435203454
assignee:
203436203455
login: octocat
203437203456
id: 1

descriptions-next/api.github.com/api.github.com.json

+22-1
Original file line numberDiff line numberDiff line change
@@ -93406,6 +93406,15 @@
9340693406
"type": "string",
9340793407
"format": "date-time",
9340893408
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
93409+
},
93410+
"plan_type": {
93411+
"type": "string",
93412+
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
93413+
"enum": [
93414+
"business",
93415+
"enterprise",
93416+
"unknown"
93417+
]
9340993418
}
9341093419
},
9341193420
"required": [
@@ -99605,6 +99614,15 @@
9960599614
"disabled",
9960699615
"unconfigured"
9960799616
]
99617+
},
99618+
"plan_type": {
99619+
"type": "string",
99620+
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
99621+
"enum": [
99622+
"business",
99623+
"enterprise",
99624+
"unknown"
99625+
]
9960899626
}
9960999627
},
9961099628
"required": [
@@ -270401,6 +270419,7 @@
270401270419
"pending_cancellation_date": null,
270402270420
"last_activity_at": "2021-10-14T00:53:32-06:00",
270403270421
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
270422+
"plan_type": "business",
270404270423
"assignee": {
270405270424
"login": "octocat",
270406270425
"id": 1,
@@ -274566,7 +274585,8 @@
274566274585
"ide_chat": "enabled",
274567274586
"platform_chat": "enabled",
274568274587
"cli": "enabled",
274569-
"public_code_suggestions": "block"
274588+
"public_code_suggestions": "block",
274589+
"plan_type": "business"
274570274590
}
274571274591
},
274572274592
"organization-dependabot-secret-paginated": {
@@ -275170,6 +275190,7 @@
275170275190
"pending_cancellation_date": null,
275171275191
"last_activity_at": "2021-10-14T00:53:32-06:00",
275172275192
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
275193+
"plan_type": "business",
275173275194
"assignee": {
275174275195
"login": "octocat",
275175275196
"id": 1,

0 commit comments

Comments
 (0)