Skip to content

Commit 53604f1

Browse files
Update OpenAPI 3.1 Descriptions
1 parent 317140b commit 53604f1

16 files changed

+196
-152
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95776,7 +95776,8 @@
9577695776
"updated_at": {
9577795777
"type": "string",
9577895778
"format": "date-time",
95779-
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
95779+
"deprecated": true,
95780+
"description": "**Closing down notice:** This field is no longer relevant and is closing down. Use the `created_at` field to determine when the assignee was last granted access to GitHub Copilot. Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
9578095781
},
9578195782
"plan_type": {
9578295783
"type": "string",
@@ -303181,11 +303182,11 @@
303181303182
"schema": {
303182303183
"type": "string",
303183303184
"enum": [
303184-
"installations",
303185-
"classic_pats",
303186-
"fine_grained_pats",
303187-
"oauth_apps",
303188-
"github_apps_user_to_server"
303185+
"installation",
303186+
"classic_pat",
303187+
"fine_grained_pat",
303188+
"oauth_app",
303189+
"github_app_user_to_server"
303189303190
]
303190303191
}
303191303192
},

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69249,8 +69249,11 @@ components:
6924969249
updated_at:
6925069250
type: string
6925169251
format: date-time
69252-
description: Timestamp of when the assignee's GitHub Copilot access was
69253-
last updated, in ISO 8601 format.
69252+
deprecated: true
69253+
description: "**Closing down notice:** This field is no longer relevant
69254+
and is closing down. Use the `created_at` field to determine when the
69255+
assignee was last granted access to GitHub Copilot. Timestamp of when
69256+
the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
6925469257
plan_type:
6925569258
type: string
6925669259
description: The Copilot plan of the organization, or the parent enterprise,
@@ -226966,11 +226969,11 @@ components:
226966226969
schema:
226967226970
type: string
226968226971
enum:
226969-
- installations
226970-
- classic_pats
226971-
- fine_grained_pats
226972-
- oauth_apps
226973-
- github_apps_user_to_server
226972+
- installation
226973+
- classic_pat
226974+
- fine_grained_pat
226975+
- oauth_app
226976+
- github_app_user_to_server
226974226977
api-insights-actor-id:
226975226978
name: actor_id
226976226979
in: path

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95776,7 +95776,8 @@
9577695776
"updated_at": {
9577795777
"type": "string",
9577895778
"format": "date-time",
95779-
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
95779+
"deprecated": true,
95780+
"description": "**Closing down notice:** This field is no longer relevant and is closing down. Use the `created_at` field to determine when the assignee was last granted access to GitHub Copilot. Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
9578095781
},
9578195782
"plan_type": {
9578295783
"type": "string",
@@ -303181,11 +303182,11 @@
303181303182
"schema": {
303182303183
"type": "string",
303183303184
"enum": [
303184-
"installations",
303185-
"classic_pats",
303186-
"fine_grained_pats",
303187-
"oauth_apps",
303188-
"github_apps_user_to_server"
303185+
"installation",
303186+
"classic_pat",
303187+
"fine_grained_pat",
303188+
"oauth_app",
303189+
"github_app_user_to_server"
303189303190
]
303190303191
}
303191303192
},

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69249,8 +69249,11 @@ components:
6924969249
updated_at:
6925069250
type: string
6925169251
format: date-time
69252-
description: Timestamp of when the assignee's GitHub Copilot access was
69253-
last updated, in ISO 8601 format.
69252+
deprecated: true
69253+
description: "**Closing down notice:** This field is no longer relevant
69254+
and is closing down. Use the `created_at` field to determine when the
69255+
assignee was last granted access to GitHub Copilot. Timestamp of when
69256+
the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
6925469257
plan_type:
6925569258
type: string
6925669259
description: The Copilot plan of the organization, or the parent enterprise,
@@ -226966,11 +226969,11 @@ components:
226966226969
schema:
226967226970
type: string
226968226971
enum:
226969-
- installations
226970-
- classic_pats
226971-
- fine_grained_pats
226972-
- oauth_apps
226973-
- github_apps_user_to_server
226972+
- installation
226973+
- classic_pat
226974+
- fine_grained_pat
226975+
- oauth_app
226976+
- github_app_user_to_server
226974226977
api-insights-actor-id:
226975226978
name: actor_id
226976226979
in: path

0 commit comments

Comments
 (0)