Skip to content

Commit 167308c

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 317140b commit 167308c

16 files changed

+196
-152
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94801,7 +94801,8 @@
9480194801
"updated_at": {
9480294802
"type": "string",
9480394803
"format": "date-time",
94804-
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
94804+
"deprecated": true,
94805+
"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."
9480594806
},
9480694807
"plan_type": {
9480794808
"type": "string",
@@ -294341,11 +294342,11 @@
294341294342
"schema": {
294342294343
"type": "string",
294343294344
"enum": [
294344-
"installations",
294345-
"classic_pats",
294346-
"fine_grained_pats",
294347-
"oauth_apps",
294348-
"github_apps_user_to_server"
294345+
"installation",
294346+
"classic_pat",
294347+
"fine_grained_pat",
294348+
"oauth_app",
294349+
"github_app_user_to_server"
294349294350
]
294350294351
}
294351294352
},

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68810,8 +68810,11 @@ components:
6881068810
updated_at:
6881168811
type: string
6881268812
format: date-time
68813-
description: Timestamp of when the assignee's GitHub Copilot access was
68814-
last updated, in ISO 8601 format.
68813+
deprecated: true
68814+
description: "**Closing down notice:** This field is no longer relevant
68815+
and is closing down. Use the `created_at` field to determine when the
68816+
assignee was last granted access to GitHub Copilot. Timestamp of when
68817+
the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
6881568818
plan_type:
6881668819
type: string
6881768820
description: The Copilot plan of the organization, or the parent enterprise,
@@ -223589,11 +223592,11 @@ components:
223589223592
schema:
223590223593
type: string
223591223594
enum:
223592-
- installations
223593-
- classic_pats
223594-
- fine_grained_pats
223595-
- oauth_apps
223596-
- github_apps_user_to_server
223595+
- installation
223596+
- classic_pat
223597+
- fine_grained_pat
223598+
- oauth_app
223599+
- github_app_user_to_server
223597223600
api-insights-actor-id:
223598223601
name: actor_id
223599223602
in: path

descriptions/api.github.com/api.github.com.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94801,7 +94801,8 @@
9480194801
"updated_at": {
9480294802
"type": "string",
9480394803
"format": "date-time",
94804-
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
94804+
"deprecated": true,
94805+
"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."
9480594806
},
9480694807
"plan_type": {
9480794808
"type": "string",
@@ -294341,11 +294342,11 @@
294341294342
"schema": {
294342294343
"type": "string",
294343294344
"enum": [
294344-
"installations",
294345-
"classic_pats",
294346-
"fine_grained_pats",
294347-
"oauth_apps",
294348-
"github_apps_user_to_server"
294345+
"installation",
294346+
"classic_pat",
294347+
"fine_grained_pat",
294348+
"oauth_app",
294349+
"github_app_user_to_server"
294349294350
]
294350294351
}
294351294352
},

descriptions/api.github.com/api.github.com.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68810,8 +68810,11 @@ components:
6881068810
updated_at:
6881168811
type: string
6881268812
format: date-time
68813-
description: Timestamp of when the assignee's GitHub Copilot access was
68814-
last updated, in ISO 8601 format.
68813+
deprecated: true
68814+
description: "**Closing down notice:** This field is no longer relevant
68815+
and is closing down. Use the `created_at` field to determine when the
68816+
assignee was last granted access to GitHub Copilot. Timestamp of when
68817+
the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
6881568818
plan_type:
6881668819
type: string
6881768820
description: The Copilot plan of the organization, or the parent enterprise,
@@ -223589,11 +223592,11 @@ components:
223589223592
schema:
223590223593
type: string
223591223594
enum:
223592-
- installations
223593-
- classic_pats
223594-
- fine_grained_pats
223595-
- oauth_apps
223596-
- github_apps_user_to_server
223595+
- installation
223596+
- classic_pat
223597+
- fine_grained_pat
223598+
- oauth_app
223599+
- github_app_user_to_server
223597223600
api-insights-actor-id:
223598223601
name: actor_id
223599223602
in: path

0 commit comments

Comments
 (0)