Skip to content

Commit 2664e2d

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 666b211 commit 2664e2d

16 files changed

+644
-100
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108575,6 +108575,12 @@
108575108575
"nullable": true,
108576108576
"description": "Last editor that was used by the user for a GitHub Copilot completion."
108577108577
},
108578+
"last_authenticated_at": {
108579+
"type": "string",
108580+
"format": "date-time",
108581+
"nullable": true,
108582+
"description": "Timestamp of the last time the user authenticated with GitHub Copilot, in ISO 8601 format."
108583+
},
108578108584
"created_at": {
108579108585
"type": "string",
108580108586
"format": "date-time",
@@ -279555,6 +279561,7 @@
279555279561
"pending_cancellation_date": null,
279556279562
"last_activity_at": "2021-10-14T00:53:32-06:00",
279557279563
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
279564+
"last_authenticated_at": "2021-10-14T00:53:32-06:00",
279558279565
"plan_type": "business",
279559279566
"assignee": {
279560279567
"login": "octocat",
@@ -279598,6 +279605,7 @@
279598279605
"pending_cancellation_date": "2021-11-01",
279599279606
"last_activity_at": "2021-10-13T00:53:32-06:00",
279600279607
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
279608+
"last_authenticated_at": "2021-10-14T00:53:32-06:00",
279601279609
"assignee": {
279602279610
"login": "octokitten",
279603279611
"id": 1,
@@ -280486,6 +280494,7 @@
280486280494
"pending_cancellation_date": null,
280487280495
"last_activity_at": "2021-10-14T00:53:32-06:00",
280488280496
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
280497+
"last_authenticated_at": "2021-10-14T00:53:32-06:00",
280489280498
"plan_type": "business",
280490280499
"assignee": {
280491280500
"login": "octocat",

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79422,6 +79422,12 @@ components:
7942279422
nullable: true
7942379423
description: Last editor that was used by the user for a GitHub Copilot
7942479424
completion.
79425+
last_authenticated_at:
79426+
type: string
79427+
format: date-time
79428+
nullable: true
79429+
description: Timestamp of the last time the user authenticated with GitHub
79430+
Copilot, in ISO 8601 format.
7942579431
created_at:
7942679432
type: string
7942779433
format: date-time
@@ -209861,6 +209867,7 @@ components:
209861209867
pending_cancellation_date:
209862209868
last_activity_at: '2021-10-14T00:53:32-06:00'
209863209869
last_activity_editor: vscode/1.77.3/copilot/1.86.82
209870+
last_authenticated_at: '2021-10-14T00:53:32-06:00'
209864209871
plan_type: business
209865209872
assignee:
209866209873
login: octocat
@@ -209900,6 +209907,7 @@ components:
209900209907
pending_cancellation_date: '2021-11-01'
209901209908
last_activity_at: '2021-10-13T00:53:32-06:00'
209902209909
last_activity_editor: vscode/1.77.3/copilot/1.86.82
209910+
last_authenticated_at: '2021-10-14T00:53:32-06:00'
209903209911
assignee:
209904209912
login: octokitten
209905209913
id: 1
@@ -210603,6 +210611,7 @@ components:
210603210611
pending_cancellation_date:
210604210612
last_activity_at: '2021-10-14T00:53:32-06:00'
210605210613
last_activity_editor: vscode/1.77.3/copilot/1.86.82
210614+
last_authenticated_at: '2021-10-14T00:53:32-06:00'
210606210615
plan_type: business
210607210616
assignee:
210608210617
login: octocat

0 commit comments

Comments
 (0)