Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -94801,7 +94801,8 @@
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
"deprecated": true,
"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."
},
"plan_type": {
"type": "string",
Expand Down Expand Up @@ -294341,11 +294342,11 @@
"schema": {
"type": "string",
"enum": [
"installations",
"classic_pats",
"fine_grained_pats",
"oauth_apps",
"github_apps_user_to_server"
"installation",
"classic_pat",
"fine_grained_pat",
"oauth_app",
"github_app_user_to_server"
]
}
},
Expand Down
17 changes: 10 additions & 7 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68810,8 +68810,11 @@ components:
updated_at:
type: string
format: date-time
description: Timestamp of when the assignee's GitHub Copilot access was
last updated, in ISO 8601 format.
deprecated: true
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."
plan_type:
type: string
description: The Copilot plan of the organization, or the parent enterprise,
Expand Down Expand Up @@ -223589,11 +223592,11 @@ components:
schema:
type: string
enum:
- installations
- classic_pats
- fine_grained_pats
- oauth_apps
- github_apps_user_to_server
- installation
- classic_pat
- fine_grained_pat
- oauth_app
- github_app_user_to_server
api-insights-actor-id:
name: actor_id
in: path
Expand Down
13 changes: 7 additions & 6 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -94801,7 +94801,8 @@
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
"deprecated": true,
"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."
},
"plan_type": {
"type": "string",
Expand Down Expand Up @@ -294341,11 +294342,11 @@
"schema": {
"type": "string",
"enum": [
"installations",
"classic_pats",
"fine_grained_pats",
"oauth_apps",
"github_apps_user_to_server"
"installation",
"classic_pat",
"fine_grained_pat",
"oauth_app",
"github_app_user_to_server"
]
}
},
Expand Down
17 changes: 10 additions & 7 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68810,8 +68810,11 @@ components:
updated_at:
type: string
format: date-time
description: Timestamp of when the assignee's GitHub Copilot access was
last updated, in ISO 8601 format.
deprecated: true
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."
plan_type:
type: string
description: The Copilot plan of the organization, or the parent enterprise,
Expand Down Expand Up @@ -223589,11 +223592,11 @@ components:
schema:
type: string
enum:
- installations
- classic_pats
- fine_grained_pats
- oauth_apps
- github_apps_user_to_server
- installation
- classic_pat
- fine_grained_pat
- oauth_app
- github_app_user_to_server
api-insights-actor-id:
name: actor_id
in: path
Expand Down
Loading
Loading