Skip to content

Commit 7187214

Browse files
authored
Merge pull request #5144 from github/openapi-update-fd9ce37f64b97b1039eba89838709fd5e4fe4bf4a9e2b7e3bfa51b0dec1badee
Update OpenAPI 3.1 Descriptions
2 parents 5dead92 + db8b1fa commit 7187214

16 files changed

+724
-100
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110166,6 +110166,14 @@
110166110166
],
110167110167
"description": "Last editor that was used by the user for a GitHub Copilot completion."
110168110168
},
110169+
"last_authenticated_at": {
110170+
"type": [
110171+
"string",
110172+
"null"
110173+
],
110174+
"format": "date-time",
110175+
"description": "Timestamp of the last time the user authenticated with GitHub Copilot, in ISO 8601 format."
110176+
},
110169110177
"created_at": {
110170110178
"type": "string",
110171110179
"format": "date-time",
@@ -288314,6 +288322,7 @@
288314288322
"pending_cancellation_date": null,
288315288323
"last_activity_at": "2021-10-14T00:53:32-06:00",
288316288324
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
288325+
"last_authenticated_at": "2021-10-14T00:53:32-06:00",
288317288326
"plan_type": "business",
288318288327
"assignee": {
288319288328
"login": "octocat",
@@ -288357,6 +288366,7 @@
288357288366
"pending_cancellation_date": "2021-11-01",
288358288367
"last_activity_at": "2021-10-13T00:53:32-06:00",
288359288368
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
288369+
"last_authenticated_at": "2021-10-14T00:53:32-06:00",
288360288370
"assignee": {
288361288371
"login": "octokitten",
288362288372
"id": 1,
@@ -289245,6 +289255,7 @@
289245289255
"pending_cancellation_date": null,
289246289256
"last_activity_at": "2021-10-14T00:53:32-06:00",
289247289257
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
289258+
"last_authenticated_at": "2021-10-14T00:53:32-06:00",
289248289259
"plan_type": "business",
289249289260
"assignee": {
289250289261
"login": "octocat",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79940,6 +79940,13 @@ components:
7994079940
- 'null'
7994179941
description: Last editor that was used by the user for a GitHub Copilot
7994279942
completion.
79943+
last_authenticated_at:
79944+
type:
79945+
- string
79946+
- 'null'
79947+
format: date-time
79948+
description: Timestamp of the last time the user authenticated with GitHub
79949+
Copilot, in ISO 8601 format.
7994379950
created_at:
7994479951
type: string
7994579952
format: date-time
@@ -213048,6 +213055,7 @@ components:
213048213055
pending_cancellation_date:
213049213056
last_activity_at: '2021-10-14T00:53:32-06:00'
213050213057
last_activity_editor: vscode/1.77.3/copilot/1.86.82
213058+
last_authenticated_at: '2021-10-14T00:53:32-06:00'
213051213059
plan_type: business
213052213060
assignee:
213053213061
login: octocat
@@ -213087,6 +213095,7 @@ components:
213087213095
pending_cancellation_date: '2021-11-01'
213088213096
last_activity_at: '2021-10-13T00:53:32-06:00'
213089213097
last_activity_editor: vscode/1.77.3/copilot/1.86.82
213098+
last_authenticated_at: '2021-10-14T00:53:32-06:00'
213090213099
assignee:
213091213100
login: octokitten
213092213101
id: 1
@@ -213790,6 +213799,7 @@ components:
213790213799
pending_cancellation_date:
213791213800
last_activity_at: '2021-10-14T00:53:32-06:00'
213792213801
last_activity_editor: vscode/1.77.3/copilot/1.86.82
213802+
last_authenticated_at: '2021-10-14T00:53:32-06:00'
213793213803
plan_type: business
213794213804
assignee:
213795213805
login: octocat

0 commit comments

Comments
 (0)