Skip to content

Commit 61ee9cf

Browse files
Update OpenAPI 3.1 Descriptions
1 parent bdf624d commit 61ee9cf

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,

0 commit comments

Comments
 (0)